#include <interface/RPCLogicUnit.h>
Public Member Functions | |
RPCLogicUnit () | |
Standard constructor. More... | |
RPCLogicUnit (int, int, int) | |
virtual | ~RPCLogicUnit () |
Destructor. More... | |
Public Attributes | |
int | m_propA |
int | m_propB |
int | m_propC |
utilitary class: not fully exploited yet
Definition at line 13 of file RPCLogicUnit.h.
|
inline |
RPCLogicUnit::RPCLogicUnit | ( | int | _a, |
int | _b, | ||
int | _c | ||
) |
|
virtual |
int RPCLogicUnit::m_propA |
Definition at line 22 of file RPCLogicUnit.h.
Referenced by RPCLogicUnit().
int RPCLogicUnit::m_propB |
Definition at line 23 of file RPCLogicUnit.h.
Referenced by RPCLogicUnit().
int RPCLogicUnit::m_propC |
Definition at line 24 of file RPCLogicUnit.h.
Referenced by RPCLogicUnit().