SELKIELogger
1.0.0
|
Mirror ID numbers from base/sources.h. More...
Static Public Attributes | |
int | SLSOURCE_LOCAL = 0x00 |
Messages generated by the logging software. | |
int | SLSOURCE_CONV = 0x01 |
Messages generated by data conversion tools. | |
int | SLSOURCE_TIMER = 0x02 |
Local/Software timers. | |
int | SLSOURCE_TEST1 = 0x05 |
Test data source ID (1/3) | |
int | SLSOURCE_TEST2 = 0x06 |
Test data source ID (2/3) | |
int | SLSOURCE_TEST3 = 0x07 |
Test data source ID (3/3) | |
int | SLSOURCE_GPS = 0x10 |
GPS (or other satellite navigation) sources. | |
int | SLSOURCE_ADC = 0x20 |
Generic analogue inputs. | |
int | SLSOURCE_NMEA = 0x30 |
NMEA Bus. | |
int | SLSOURCE_N2K = 0x38 |
N2K Bus. | |
int | SLSOURCE_I2C = 0x40 |
I2C Bus. | |
int | SLSOURCE_EXT = 0x60 |
Other external data sources. | |
int | SLSOURCE_MQTT = 0x68 |
MQTT derived data. | |
int | SLSOURCE_MP = 0x70 |
Devices with suitable MessagePack output returning single value channels. | |
int | SLCHAN_NAME = 0x00 |
Name of source device. | |
int | SLCHAN_MAP = 0x01 |
Channel name map (excludes log channels) | |
int | SLCHAN_TSTAMP = 0x02 |
Source timestamp (milliseconds, arbitrary epoch) | |
int | SLCHAN_RAW = 0x03 |
Raw device data (Not mandatory) | |
int | SLCHAN_LOG_INFO = 0x7D |
Information messages. | |
int | SLCHAN_LOG_WARN = 0x7E |
Warning messages. | |
int | SLCHAN_LOG_ERR = 0x7F |
Error messages. | |
Mirror ID numbers from base/sources.h.
Definition at line 26 of file SLMessages.py.