BmnRoot
Loading...
Searching...
No Matches
GemMapValue Struct Reference

#include <uni_db_structures.h>

Inheritance diagram for GemMapValue:
[legend]
Collaboration diagram for GemMapValue:
[legend]

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)
 

Detailed Description

Definition at line 170 of file uni_db_structures.h.

Member Function Documentation

◆ GetStorageSize() [1/2]

size_t GemMapValue::GetStorageSize ( )
inlinevirtual

Implements UniValue.

Definition at line 180 of file uni_db_structures.h.

◆ GetStorageSize() [2/2]

size_t GemMapValue::GetStorageSize ( )
inlinevirtual

Implements UniValue.

Definition at line 180 of file uni_db_structures.h.

◆ GetType() [1/2]

enumValueType GemMapValue::GetType ( )
inlinevirtual

Implements UniValue.

Definition at line 179 of file uni_db_structures.h.

References GemMapType.

◆ GetType() [2/2]

enumValueType GemMapValue::GetType ( )
inlinevirtual

Implements UniValue.

Definition at line 179 of file uni_db_structures.h.

References GemMapType.

◆ ReadValue() [1/2]

void GemMapValue::ReadValue ( unsigned char *  source)
inlinevirtual

Implements UniValue.

Definition at line 181 of file uni_db_structures.h.

References channel_high, channel_low, hotZone, UniValue::Read(), serial, and station.

◆ ReadValue() [2/2]

void GemMapValue::ReadValue ( unsigned char *  source)
inlinevirtual

Implements UniValue.

Definition at line 181 of file uni_db_structures.h.

References channel_high, channel_low, hotZone, UniValue::Read(), serial, and station.

◆ WriteValue() [1/2]

void GemMapValue::WriteValue ( unsigned char *  destination)
inlinevirtual

Implements UniValue.

Definition at line 190 of file uni_db_structures.h.

References channel_high, channel_low, hotZone, serial, station, and UniValue::Write().

◆ WriteValue() [2/2]

void GemMapValue::WriteValue ( unsigned char *  destination)
inlinevirtual

Implements UniValue.

Definition at line 190 of file uni_db_structures.h.

References channel_high, channel_low, hotZone, serial, station, and UniValue::Write().

Member Data Documentation

◆ channel_high

int32_t GemMapValue::channel_high

Definition at line 176 of file uni_db_structures.h.

Referenced by ReadValue(), and WriteValue().

◆ channel_low

int32_t GemMapValue::channel_low

Definition at line 175 of file uni_db_structures.h.

Referenced by ReadValue(), and WriteValue().

◆ hotZone

int32_t GemMapValue::hotZone

Definition at line 177 of file uni_db_structures.h.

Referenced by ReadValue(), and WriteValue().

◆ id

int32_t GemMapValue::id

Definition at line 173 of file uni_db_structures.h.

◆ serial

uint32_t GemMapValue::serial

Definition at line 172 of file uni_db_structures.h.

Referenced by ReadValue(), and WriteValue().

◆ station

int32_t GemMapValue::station

Definition at line 174 of file uni_db_structures.h.

Referenced by ReadValue(), and WriteValue().


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