#include <AllocNodeId.hpp>
Public Types | |
| NoError = 0 | |
| Undefined = 1 | |
| NF_FakeErrorREF = 11 | |
| Busy = 701 | |
| NotMaster = 702 | |
| NodeReserved = 1701 | |
| NodeConnected = 1702 | |
| NodeFailureHandlingNotCompleted = 1703 | |
| NodeTypeMismatch = 1704 | |
| enum | ErrorCodes { NoError = 0, Undefined = 1, NF_FakeErrorREF = 11, Busy = 701, NotMaster = 702, NodeReserved = 1701, NodeConnected = 1702, NodeFailureHandlingNotCompleted = 1703, NodeTypeMismatch = 1704 } |
Public Member Functions | |
| STATIC_CONST (SignalLength=5) | |
Public Attributes | |
| Uint32 | senderRef |
| Uint32 | senderData |
| Uint32 | nodeId |
| Uint32 | errorCode |
| Uint32 | masterRef |
Definition at line 45 of file AllocNodeId.hpp.
| NoError | |
| Undefined | |
| NF_FakeErrorREF | |
| Busy | |
| NotMaster | |
| NodeReserved | |
| NodeConnected | |
| NodeFailureHandlingNotCompleted | |
| NodeTypeMismatch |
Definition at line 49 of file AllocNodeId.hpp.
00049 { 00050 NoError = 0, 00051 Undefined = 1, 00052 NF_FakeErrorREF = 11, 00053 Busy = 701, 00054 NotMaster = 702, 00055 NodeReserved = 1701, 00056 NodeConnected = 1702, 00057 NodeFailureHandlingNotCompleted = 1703, 00058 NodeTypeMismatch = 1704 00059 };
| AllocNodeIdRef::STATIC_CONST | ( | SignalLength | = 5 |
) |
Definition at line 64 of file AllocNodeId.hpp.
Referenced by MgmtSrvr::alloc_node_id_req(), Qmgr::completeAllocNodeIdReq(), Qmgr::execALLOC_NODEID_REF(), and Qmgr::execALLOC_NODEID_REQ().
Definition at line 65 of file AllocNodeId.hpp.
Referenced by MgmtSrvr::alloc_node_id_req(), Qmgr::completeAllocNodeIdReq(), and Qmgr::execALLOC_NODEID_REQ().
Definition at line 61 of file AllocNodeId.hpp.
Referenced by Qmgr::completeAllocNodeIdReq(), Qmgr::execALLOC_NODEID_REF(), and Qmgr::execALLOC_NODEID_REQ().
1.4.7

