#include <PBElectroCardioGram.h>
|
static void | Load (const CDM_BIND::ElectroCardioGramData &src, SEElectroCardioGram &dst) |
|
static CDM_BIND::ElectroCardioGramData * | Unload (const SEElectroCardioGram &src) |
|
static void | Serialize (const CDM_BIND::ElectroCardioGramData &src, SEElectroCardioGram &dst) |
|
static void | Serialize (const SEElectroCardioGram &src, CDM_BIND::ElectroCardioGramData &dst) |
|
static void | Copy (const SEElectroCardioGram &src, SEElectroCardioGram &dst) |
|
static bool | SerializeToString (const SEElectroCardioGram &src, std::string &output, eSerializationFormat m) |
|
static bool | SerializeToFile (const SEElectroCardioGram &src, const std::string &filename) |
|
static bool | SerializeFromString (const std::string &src, SEElectroCardioGram &dst, eSerializationFormat m) |
|
static bool | SerializeFromFile (const std::string &filename, SEElectroCardioGram &dst) |
|
static void | Load (const CDM_BIND::ElectroCardioGramWaveformData &src, SEElectroCardioGramWaveform &dst) |
|
static CDM_BIND::ElectroCardioGramWaveformData * | Unload (const SEElectroCardioGramWaveform &src) |
|
static void | Serialize (const CDM_BIND::ElectroCardioGramWaveformData &src, SEElectroCardioGramWaveform &dst) |
|
static void | Serialize (const SEElectroCardioGramWaveform &src, CDM_BIND::ElectroCardioGramWaveformData &dst) |
|
◆ Copy()
◆ Load() [1/2]
PUSH_PROTO_WARNINGS POP_PROTO_WARNINGS void PBElectroCardioGram::Load |
( |
const CDM_BIND::ElectroCardioGramData & |
src, |
|
|
SEElectroCardioGram & |
dst |
|
) |
| |
|
static |
◆ Load() [2/2]
◆ Serialize() [1/4]
void PBElectroCardioGram::Serialize |
( |
const CDM_BIND::ElectroCardioGramData & |
src, |
|
|
SEElectroCardioGram & |
dst |
|
) |
| |
|
static |
◆ Serialize() [2/4]
◆ Serialize() [3/4]
void PBElectroCardioGram::Serialize |
( |
const SEElectroCardioGram & |
src, |
|
|
CDM_BIND::ElectroCardioGramData & |
dst |
|
) |
| |
|
static |
◆ Serialize() [4/4]
◆ SerializeFromFile()
bool PBElectroCardioGram::SerializeFromFile |
( |
const std::string & |
filename, |
|
|
SEElectroCardioGram & |
dst |
|
) |
| |
|
static |
◆ SerializeFromString()
bool PBElectroCardioGram::SerializeFromString |
( |
const std::string & |
src, |
|
|
SEElectroCardioGram & |
dst, |
|
|
eSerializationFormat |
m |
|
) |
| |
|
static |
◆ SerializeToFile()
bool PBElectroCardioGram::SerializeToFile |
( |
const SEElectroCardioGram & |
src, |
|
|
const std::string & |
filename |
|
) |
| |
|
static |
◆ SerializeToString()
bool PBElectroCardioGram::SerializeToString |
( |
const SEElectroCardioGram & |
src, |
|
|
std::string & |
output, |
|
|
eSerializationFormat |
m |
|
) |
| |
|
static |
◆ Unload() [1/2]
CDM_BIND::ElectroCardioGramData * PBElectroCardioGram::Unload |
( |
const SEElectroCardioGram & |
src | ) |
|
|
static |
◆ Unload() [2/2]