SELKIELogger
1.0.0
|
#include <messages.h>
Public Attributes | |
float | value |
Generic numerical data. | |
uint32_t | timestamp |
Intended to represent millisecond level clock. | |
uint8_t * | bytes |
Our "raw" binary type. | |
string | string |
Single character array with length. | |
strarray | names |
Array of strings, intended for use to provide channel names. | |
float * | farray |
Array of floats. | |
Messages are queueable items that can be serialised to file if required
In order to allow a range of data to be processed, the message data can be any of the types contained in this union.
Creation, destruction and handling of these messages needs to account for this.
Definition at line 45 of file messages.h.