#include <ApiRegSignalData.hpp>
Collaboration diagram for ApiRegConf:

Public Member Functions | |
| STATIC_CONST (SignalLength=3+NodeState::DataLength) | |
Private Attributes | |
| Uint32 | qmgrRef |
| Uint32 | version |
| Uint32 | apiHeartbeatFrequency |
| NodeState | nodeState |
Friends | |
| class | Qmgr |
| class | ClusterMgr |
Definition at line 71 of file ApiRegSignalData.hpp.
| ApiRegConf::STATIC_CONST | ( | SignalLength | = 3+NodeState::DataLength |
) |
friend class ClusterMgr [friend] |
Reciver(s)
Definition at line 80 of file ApiRegSignalData.hpp.
friend class Qmgr [friend] |
Sender(s)
Definition at line 75 of file ApiRegSignalData.hpp.
Uint32 ApiRegConf::apiHeartbeatFrequency [private] |
Definition at line 88 of file ApiRegSignalData.hpp.
Referenced by ClusterMgr::execAPI_REGCONF(), ClusterMgr::execAPI_REGREQ(), and Qmgr::execAPI_REGREQ().
NodeState ApiRegConf::nodeState [private] |
Definition at line 89 of file ApiRegSignalData.hpp.
Referenced by ClusterMgr::execAPI_REGCONF(), and Qmgr::execAPI_REGREQ().
Uint32 ApiRegConf::qmgrRef [private] |
Definition at line 86 of file ApiRegSignalData.hpp.
Referenced by ClusterMgr::execAPI_REGCONF(), ClusterMgr::execAPI_REGREQ(), and Qmgr::execAPI_REGREQ().
Uint32 ApiRegConf::version [private] |
Definition at line 87 of file ApiRegSignalData.hpp.
Referenced by ClusterMgr::execAPI_REGCONF(), ClusterMgr::execAPI_REGREQ(), and Qmgr::execAPI_REGREQ().
1.4.7

