#include <PBPulseState.h>
|
static void | Load (const PULSE_BIND::StateData &src, PulseController &dst, const SEEngineConfiguration *config=nullptr) |
|
static PULSE_BIND::StateData * | Unload (const PulseController &src) |
|
static bool | Serialize (const PULSE_BIND::StateData &src, PulseController &dst, const SEEngineConfiguration *config=nullptr) |
|
static bool | Serialize (const PulseController &src, PULSE_BIND::StateData &dst) |
|
static bool | SerializeFromFile (const std::string &filename, PulseController &dst, const SEEngineConfiguration *config=nullptr) |
|
static bool | SerializeToFile (const PulseController &src, const std::string &filename) |
|
static bool | SerializeFromString (const std::string &src, PulseController &dst, SerializationFormat m, const SEEngineConfiguration *config=nullptr) |
|
static bool | SerializeToString (const PulseController &src, std::string &output, SerializationFormat m) |
|
◆ Load()
◆ Serialize() [1/2]
◆ Serialize() [2/2]
bool PBPulseState::Serialize |
( |
const PulseController & |
src, |
|
|
PULSE_BIND::StateData & |
dst |
|
) |
| |
|
static |
◆ SerializeFromFile()
◆ SerializeFromString()
◆ SerializeToFile()
bool PBPulseState::SerializeToFile |
( |
const PulseController & |
src, |
|
|
const std::string & |
filename |
|
) |
| |
|
static |
◆ SerializeToString()
bool PBPulseState::SerializeToString |
( |
const PulseController & |
src, |
|
|
std::string & |
output, |
|
|
SerializationFormat |
m |
|
) |
| |
|
static |
◆ Unload()
PULSE_BIND::StateData * PBPulseState::Unload |
( |
const PulseController & |
src | ) |
|
|
static |