Fawkes API  Fawkes Development Version
fawkes::TestInterface::TestInterface_data_t Struct Reference

Internal data storage, do NOT modify! More...

List of all members.

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.
uint64_t test_ulint
 Test unsigned long int.
int64_t test_lint
 Test long int.

Detailed Description

Internal data storage, do NOT modify!


Member Data Documentation

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 long int.

Definition at line 63 of file TestInterface.h.

Test uint32.

Definition at line 61 of file TestInterface.h.

Test unsigned long int.

Definition at line 62 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.


The documentation for this struct was generated from the following file: