Fawkes API
Fawkes Development Version
|
Internal data storage, do NOT modify! More...
Public Attributes | |
int64_t | timestamp_sec |
Interface Unix timestamp, seconds. | |
int64_t | timestamp_usec |
Interface Unix timestamp, micro-seconds. | |
bool | test_bool |
Test Bool. | |
int32_t | test_int |
Test integer. | |
uint8_t | flags |
Flags spit down by the writer. | |
char | test_string [30] |
A test sring. | |
int32_t | result |
Result of operation add operation from Calculate message. | |
uint32_t | test_uint |
Test uint32. |
Internal data storage, do NOT modify!
Flags spit down by the writer.
Definition at line 58 of file TestInterface.h.
Result of operation add operation from Calculate message.
Definition at line 60 of file TestInterface.h.
Test Bool.
Definition at line 56 of file TestInterface.h.
Test integer.
Definition at line 57 of file TestInterface.h.
Referenced by fawkes::TestInterface::SetTestIntMessage::test_int(), and fawkes::TestInterface::SetTestIntMessage::set_test_int().
A test sring.
Definition at line 59 of file TestInterface.h.
Referenced by fawkes::TestInterface::SetTestStringMessage::test_string(), and fawkes::TestInterface::SetTestStringMessage::set_test_string().
Test uint32.
Definition at line 61 of file TestInterface.h.
Interface Unix timestamp, seconds.
Definition at line 54 of file TestInterface.h.
Interface Unix timestamp, micro-seconds.
Definition at line 55 of file TestInterface.h.