libalcommon  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
almoduleinfo.h
Go to the documentation of this file.
1 
10 #pragma once
11 #ifndef _LIBALCOMMON_ALCOMMON_ALMODULEINFO_H_
12 #define _LIBALCOMMON_ALCOMMON_ALMODULEINFO_H_
13 
14 # include <alcommon/api.h>
15 # include <string>
16 # include <vector>
17 
18 namespace AL
19 {
28  {
29  public:
30  std::string name;
32  std::string ip;
33  int port;
34  int processId;
35  bool isABroker;
36  bool keepAlive;
37  };
38 
39 }
40 
41 #endif // _LIBALCOMMON_ALCOMMON_ALMODULEINFO_H_
42 
43 
ALModuleInfo is the class of information about user modules.
Definition: almoduleinfo.h:27
std::string name
Definition: almoduleinfo.h:30
std::string ip
Definition: almoduleinfo.h:32
#define ALCOMMON_API
Definition: api.h:14