|
BmnRoot
|
#include <uni_db_structures.h>
Public Member Functions | |
| enumValueType | GetType () |
| size_t | GetStorageSize () |
| void | ReadValue (unsigned char *source) |
| void | WriteValue (unsigned char *destination) |
| enumValueType | GetType () |
| size_t | GetStorageSize () |
| void | ReadValue (unsigned char *source) |
| void | WriteValue (unsigned char *destination) |
Public Member Functions inherited from UniValue | |
| virtual | ~UniValue () |
| virtual | ~UniValue () |
Public Attributes | |
| uint32_t | serial |
| int32_t | id |
| int32_t | station |
| int32_t | channel_low |
| int32_t | channel_high |
| int32_t | hotZone |
Additional Inherited Members | |
Protected Member Functions inherited from UniValue | |
| void | Read (unsigned char *&source, uint8_t &value) |
| void | Write (unsigned char *&destination, uint8_t &value) |
| void | Read (unsigned char *&source, int32_t &value) |
| void | Write (unsigned char *&destination, int32_t &value) |
| void | Read (unsigned char *&source, uint32_t &value) |
| void | Write (unsigned char *&destination, uint32_t &value) |
| void | Read (unsigned char *&source, double &value) |
| void | Write (unsigned char *&destination, double &value) |
| void | Read (unsigned char *&source, string &value) |
| void | Write (unsigned char *&destination, string &value) |
| void | Read (unsigned char *&source, unsigned char *&value, uint64_t &size) |
| void | Write (unsigned char *&destination, unsigned char *value, uint64_t size) |
| void | Read (unsigned char *&source, double *value, const uint64_t count) |
| void | Write (unsigned char *&destination, double *value, const uint64_t count) |
| template<size_t rows, size_t cols> | |
| void | Read (unsigned char *&source, double(&value)[rows][cols]) |
| template<size_t rows, size_t cols> | |
| void | Write (unsigned char *&destination, double(&value)[rows][cols]) |
| void | Read (unsigned char *&source, double ***value, uint8_t &size1, uint8_t &size2, uint8_t &size3) |
| void | Write (unsigned char *&destination, double ***value, uint8_t size1, uint8_t size2, uint8_t size3) |
| void | Read (unsigned char *&source, vector< double > &value) |
| void | Write (unsigned char *&destination, vector< double > &value) |
| void | Read (unsigned char *&source, json &value) |
| void | Write (unsigned char *&destination, json &value) |
| void | Read (unsigned char *&source, uint8_t &value) |
| void | Write (unsigned char *&destination, uint8_t &value) |
| void | Read (unsigned char *&source, int32_t &value) |
| void | Write (unsigned char *&destination, int32_t &value) |
| void | Read (unsigned char *&source, uint32_t &value) |
| void | Write (unsigned char *&destination, uint32_t &value) |
| void | Read (unsigned char *&source, double &value) |
| void | Write (unsigned char *&destination, double &value) |
| void | Read (unsigned char *&source, string &value) |
| void | Write (unsigned char *&destination, string &value) |
| void | Read (unsigned char *&source, unsigned char *&value, uint64_t &size) |
| void | Write (unsigned char *&destination, unsigned char *value, uint64_t size) |
| void | Read (unsigned char *&source, double *value, const uint64_t count) |
| void | Write (unsigned char *&destination, double *value, const uint64_t count) |
| template<size_t rows, size_t cols> | |
| void | Read (unsigned char *&source, double(&value)[rows][cols]) |
| template<size_t rows, size_t cols> | |
| void | Write (unsigned char *&destination, double(&value)[rows][cols]) |
| void | Read (unsigned char *&source, double ***value, uint8_t &size1, uint8_t &size2, uint8_t &size3) |
| void | Write (unsigned char *&destination, double ***value, uint8_t size1, uint8_t size2, uint8_t size3) |
| void | Read (unsigned char *&source, vector< double > &value) |
| void | Write (unsigned char *&destination, vector< double > &value) |
| void | Read (unsigned char *&source, json &value) |
| void | Write (unsigned char *&destination, json &value) |
Definition at line 170 of file uni_db_structures.h.
|
inlinevirtual |
Implements UniValue.
Definition at line 180 of file uni_db_structures.h.
|
inlinevirtual |
Implements UniValue.
Definition at line 180 of file uni_db_structures.h.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements UniValue.
Definition at line 181 of file uni_db_structures.h.
References channel_high, channel_low, hotZone, UniValue::Read(), serial, and station.
|
inlinevirtual |
Implements UniValue.
Definition at line 181 of file uni_db_structures.h.
References channel_high, channel_low, hotZone, UniValue::Read(), serial, and station.
|
inlinevirtual |
Implements UniValue.
Definition at line 190 of file uni_db_structures.h.
References channel_high, channel_low, hotZone, serial, station, and UniValue::Write().
|
inlinevirtual |
Implements UniValue.
Definition at line 190 of file uni_db_structures.h.
References channel_high, channel_low, hotZone, serial, station, and UniValue::Write().
| int32_t GemMapValue::channel_high |
Definition at line 176 of file uni_db_structures.h.
Referenced by ReadValue(), and WriteValue().
| int32_t GemMapValue::channel_low |
Definition at line 175 of file uni_db_structures.h.
Referenced by ReadValue(), and WriteValue().
| int32_t GemMapValue::hotZone |
Definition at line 177 of file uni_db_structures.h.
Referenced by ReadValue(), and WriteValue().
| int32_t GemMapValue::id |
Definition at line 173 of file uni_db_structures.h.
| uint32_t GemMapValue::serial |
Definition at line 172 of file uni_db_structures.h.
Referenced by ReadValue(), and WriteValue().
| int32_t GemMapValue::station |
Definition at line 174 of file uni_db_structures.h.
Referenced by ReadValue(), and WriteValue().