humoto
Classes | Namespaces | Macros
config_msgpack.h File Reference

Detailed Description

Author
Alexander Sherikov
Note
Headers with the implementation are included in 'config.h'.

Definition in file config_msgpack.h.

Go to the source code of this file.

#include "humoto_helpers.h"
#include "msgpack.hpp"
#include "config_msgpack/reader.h"
#include "config_msgpack/writer.h"

Classes

class  humoto::config::msgpack::ConfigurableBase
 

Namespaces

 humoto
 The root namespace of HuMoTo.
 
 humoto::config
 Namespace of classes related to configuration handling.
 
 humoto::config::msgpack
 MessagePack bridge namespace.
 

Macros

#define HUMOTO_BRIDGE_config_msgpack_DEFINITIONS
 
#define HUMOTO_CONFIG_CONFIGURABLE_BASE_PARENT   humoto::config::msgpack::ConfigurableBase
 

Macro Definition Documentation

◆ HUMOTO_BRIDGE_config_msgpack_DEFINITIONS

#define HUMOTO_BRIDGE_config_msgpack_DEFINITIONS
Value:
protected: \
void writeConfigEntries(humoto::config::msgpack::Writer & writer) const \
{ \
writeConfigEntriesTemplate(writer); \
}\
void readConfigEntries(humoto::config::msgpack::Reader & reader, const bool crash_flag)\
{\
readConfigEntriesTemplate(reader, crash_flag);\
}
Configuration reader class.
Definition: reader.h:21
Configuration writer class.
Definition: writer.h:21

Definition at line 64 of file config_msgpack.h.

◆ HUMOTO_CONFIG_CONFIGURABLE_BASE_PARENT

#define HUMOTO_CONFIG_CONFIGURABLE_BASE_PARENT   humoto::config::msgpack::ConfigurableBase

Definition at line 59 of file config_msgpack.h.