|
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 |
| double | inl [72][1024] |
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 355 of file uni_db_structures.h.
|
inlinevirtual |
Implements UniValue.
Definition at line 361 of file uni_db_structures.h.
|
inlinevirtual |
Implements UniValue.
Definition at line 361 of file uni_db_structures.h.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements UniValue.
Definition at line 362 of file uni_db_structures.h.
References inl, UniValue::Read(), and serial.
|
inlinevirtual |
Implements UniValue.
Definition at line 362 of file uni_db_structures.h.
References inl, UniValue::Read(), and serial.
|
inlinevirtual |
Implements UniValue.
Definition at line 367 of file uni_db_structures.h.
References inl, serial, and UniValue::Write().
|
inlinevirtual |
Implements UniValue.
Definition at line 367 of file uni_db_structures.h.
References inl, serial, and UniValue::Write().
| double TdcInlValue::inl |
Definition at line 358 of file uni_db_structures.h.
Referenced by ReadValue(), BmnTof1Raw2Digit::setRun(), BmnTof701Raw2Digit::setRun(), and WriteValue().
| uint32_t TdcInlValue::serial |
Definition at line 357 of file uni_db_structures.h.
Referenced by ReadValue(), BmnTof1Raw2Digit::setRun(), BmnTof701Raw2Digit::setRun(), and WriteValue().