libalcommon  1.14
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes
AL::ALModuleInfo Class Reference

ALModuleInfo is the class of information about user modules.

. More...

#include <alcommon/almoduleinfo.h>

List of all members.

Public Attributes

std::string name
int architecture
std::string ip
int port
int processId
bool isABroker
bool keepAlive

Detailed Description

ALModuleInfo is the class of information about user modules.

.

Definition at line 26 of file almoduleinfo.h.


Member Data Documentation

int AL::ALModuleInfo::architecture

linux/win32/macOSX

Definition at line 30 of file almoduleinfo.h.

std::string AL::ALModuleInfo::ip

Broker IP

Definition at line 31 of file almoduleinfo.h.

bool AL::ALModuleInfo::isABroker

true if the module is link to a broker

Definition at line 34 of file almoduleinfo.h.

bool AL::ALModuleInfo::keepAlive

if false, automatically destroys broker when parent broker dies

Definition at line 35 of file almoduleinfo.h.

std::string AL::ALModuleInfo::name

Module name

Definition at line 29 of file almoduleinfo.h.

int AL::ALModuleInfo::port

Broker port

Definition at line 32 of file almoduleinfo.h.

int AL::ALModuleInfo::processId

Module unique ID

Definition at line 33 of file almoduleinfo.h.


The documentation for this class was generated from the following file: