|
Proactive Safety Framework
1.0
|
#include <protobuf_util.h>
Public Attributes | |
| Type | type |
| union { | |
| int32_t i32 | |
| int64_t i64 | |
| uint32_t u32 | |
| uint64_t u64 | |
| float f | |
| double d | |
| const char * s | |
| bool b | |
| const char * mapValue | |
| TimeStamp timestamp | |
| } | data |
| bool Result::b |
| double Result::d |
| union { ... } Result::data |
| float Result::f |
| int32_t Result::i32 |
| int64_t Result::i64 |
| const char* Result::mapValue |
| const char* Result::s |
| TimeStamp Result::timestamp |
| Type Result::type |
| uint32_t Result::u32 |
| uint64_t Result::u64 |