BPNGClientLib
Library for accessing the Telemotive data logger devices
|
Public interfaces for Telemotive Reference Database access. More...
#include <atom-config.h>
#include <cstdlib>
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | IRdbEvent |
Interface to an RDB event. More... | |
struct | IRdbEventList |
Interface to a list of rdb events. More... | |
struct | IRdbTraceBlock |
struct | IRdbTraceBlockList |
Enumerations | |
enum | RdbEventType { UNKNOWN = 0, STARTUP = 0x01, SHUTDOWN = 0x02, MARKER = 0x03, INFO = 0x05, SLAVE_OFFSET = 0x06, SLAVE_TO_MASTER = 0x07, DATA_DELETED = 0x08, TIME_SET = 0x09, NEW_TIME = 0x0A, SUDDEN_DEATH = 0x0B, TSL_SLAVE_OFFSET = 0x0C, TSL_SLAVE_TO_MASTER = 0x0D, TSL_SESSION_START = 0x0E, TSL_SESSION_END = 0x0F, CONFIG = 0x10, WAKEUP = 0x11, START_TESTDRIVE = 0x12, STOP_TESTDRIVE = 0x13, TESTDRIVE_INFO = 0x14 } |
Public interfaces for Telemotive Reference Database access.
enum RdbEventType |