#include <ApiRegSignalData.hpp>
Public Types | |
| WrongType = 1 | |
| UnsupportedVersion = 2 | |
| enum | ErrorCode { WrongType = 1, UnsupportedVersion = 2 } |
Public Member Functions | |
| STATIC_CONST (SignalLength=3) | |
Private Attributes | |
| Uint32 | ref |
| Uint32 | version |
| Uint32 | errorCode |
Friends | |
| class | Qmgr |
| class | ClusterMgr |
Definition at line 44 of file ApiRegSignalData.hpp.
| enum ApiRegRef::ErrorCode |
Definition at line 58 of file ApiRegSignalData.hpp.
00058 { 00059 WrongType = 1, 00060 UnsupportedVersion = 2 00061 };
| ApiRegRef::STATIC_CONST | ( | SignalLength | = 3 |
) |
friend class ClusterMgr [friend] |
Reciver(s)
Definition at line 53 of file ApiRegSignalData.hpp.
friend class Qmgr [friend] |
Sender(s)
Definition at line 48 of file ApiRegSignalData.hpp.
Uint32 ApiRegRef::errorCode [private] |
Definition at line 65 of file ApiRegSignalData.hpp.
Referenced by ClusterMgr::execAPI_REGREF(), and Qmgr::sendApiRegRef().
Uint32 ApiRegRef::ref [private] |
Definition at line 63 of file ApiRegSignalData.hpp.
Referenced by ClusterMgr::execAPI_REGREF(), and Qmgr::sendApiRegRef().
Uint32 ApiRegRef::version [private] |
Definition at line 64 of file ApiRegSignalData.hpp.
Referenced by ClusterMgr::execAPI_REGREF(), and Qmgr::sendApiRegRef().
1.4.7

