void initialize() override
Module functions to be called from main process.
void event() override
Module functions to be called from main process.
int m_shmflag
Use shared memory -> 1; Without shm -> 0.
DesSerPrePCMainModule()
Constructor / Destructor.
void addParam(const std::string &name, T ¶mVariable, const std::string &description, const T &defaultValue)
Adds a new parameter to the module.