libalcommon
2.0.6.8
|
ALModuleInfo is the class of information about user modules. More...
#include <alcommon/almoduleinfo.h>
Public Attributes | |
std::string | name |
int | architecture |
std::string | ip |
int | port |
int | processId |
bool | isABroker |
bool | keepAlive |
ALModuleInfo is the class of information about user modules.
Definition at line 27 of file almoduleinfo.h.
linux/win32/macOSX
Definition at line 31 of file almoduleinfo.h.
std::string AL::ALModuleInfo::ip |
Broker IP
Definition at line 32 of file almoduleinfo.h.
true if the module is link to a broker
Definition at line 35 of file almoduleinfo.h.
if false, automatically destroys broker when parent broker dies
Definition at line 36 of file almoduleinfo.h.
std::string AL::ALModuleInfo::name |
Module name
Definition at line 30 of file almoduleinfo.h.
Broker port
Definition at line 33 of file almoduleinfo.h.
Module unique ID
Definition at line 34 of file almoduleinfo.h.