Component: Injector (GPS NMEA) ()
From Flowcode Help
(Redirected from Component: ID c6d16a4d a800 4636 98c5 70f7bde65654)
Jump to navigationJump to searchAuthor | Matrix Ltd |
Version | 1.0 |
Category |
Contents
Injector (GPS NMEA) component
Comms data injector to allow simulation of NMEA style GPS messages
Component Source Code
Please click here to download the component source project: FC_Comp_Source_InjectorGPS.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_InjectorGPS.fcfx
Detailed description
No detailed description exists yet for this component
Examples
GPS Example File
GPS Example
Example should show the Latitude generated by the GPS injector as well as the system time in simulation or UTC time on hardware.
Example data provided by the GPS NMEA injector component
Macro reference
GetConsoleHandle
![]() |
GetConsoleHandle |
Gets the handle to the console allowing data displaying on the panel etc. | |
![]() |
Return |
InitialiseInjector
![]() |
InitialiseInjector |
Sets up the injector ready to receive commands or send data | |
![]() |
InjectorName |
Name of the console that will be created | |
![]() |
Return |
RxByte
![]() |
RxByte |
Attempt to receive a byte back from the injector 0 - 255 = Valid data 256 = RX timeout no data available | |
![]() |
Return |
RxByteCount
![]() |
RxByteCount |
Returns the number of bytes currently sat in the receive buffer. | |
![]() |
Return |