#include <CreateEvnt.hpp>
Public Types |
| enum | ErrorCode {
NoError = 0,
Undefined = 1,
NF_FakeErrorREF = 11,
Busy = 701,
NotMaster = 702
} |
Public Member Functions |
|
| STATIC_CONST (SignalLength=11) |
|
| STATIC_CONST (SignalLength2=SignalLength+1) |
|
Uint32 | getUserRef () const |
|
void | setUserRef (Uint32 val) |
|
Uint32 | getUserData () const |
|
void | setUserData (Uint32 val) |
|
CreateEvntReq::RequestType | getRequestType () const |
|
void | setRequestType (CreateEvntReq::RequestType val) |
|
Uint32 | getTableId () const |
|
void | setTableId (Uint32 val) |
|
Uint32 | getTableVersion () const |
|
void | setTableVersion (Uint32 val) |
|
Uint32 | getEventType () const |
|
void | setEventType (Uint32 val) |
|
Uint32 | getEventId () const |
|
void | setEventId (Uint32 val) |
|
Uint32 | getEventKey () const |
|
void | setEventKey (Uint32 val) |
|
Uint32 | getErrorCode () const |
|
void | setErrorCode (Uint32 val) |
|
Uint32 | getErrorLine () const |
|
void | setErrorLine (Uint32 val) |
|
Uint32 | getErrorNode () const |
|
void | setErrorNode (Uint32 val) |
|
Uint32 | getMasterNode () const |
|
void | setMasterNode (Uint32 val) |
Public Attributes |
|
union { |
| Uint32 m_userRef |
| Uint32 senderRef |
| }; | |
|
union { |
| Uint32 m_userData |
| Uint32 senderData |
| }; | |
|
Uint32 | m_requestInfo |
|
Uint32 | m_tableId |
|
Uint32 | m_tableVersion |
|
Uint32 | m_eventType |
|
Uint32 | m_eventId |
|
Uint32 | m_eventKey |
|
Uint32 | errorCode |
|
Uint32 | m_errorLine |
|
Uint32 | m_errorNode |
|
Uint32 | m_masterNodeId |
Friends |
|
class | SafeCounter |
|
bool | printCREATE_EVNT_REF (FILE *, const Uint32 *, Uint32, Uint16) |
Detailed Description
CreateEvntRef.
Definition at line 406 of file CreateEvnt.hpp.
The documentation for this struct was generated from the following file: