|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <APIResult.h>
Public Types | |
| enum | APIResType { A_GET_OPEN, A_GET_READ, A_GET_WRITE, D_DELETE } |
Public Member Functions | |
| APIResult () | |
| virtual | ~APIResult () |
| void | setAPIResType (APIResult::APIResType type) |
| APIResult::APIResType | getAPIResType () |
| void | setObj (object_t *obj) |
| object_t * | getObj () |
| void | setObjName (std::string objName) |
| std::string | getObjName () |
Public Member Functions inherited from APIObjBase | |
| APIObjBase () | |
| virtual | ~APIObjBase () |
| void | setCDAPConId (unsigned long id) |
| unsigned long | getCDAPConId () |
| void | setInvokeId (unsigned long id) |
| unsigned long | getInvokeId () |
Private Attributes | |
| APIResType | type |
| std::string | objName |
| object_t * | obj |
Definition at line 28 of file APIResult.h.
| Enumerator | |
|---|---|
| A_GET_OPEN | |
| A_GET_READ | |
| A_GET_WRITE | |
| D_DELETE | |
Definition at line 33 of file APIResult.h.
| APIResult::APIResult | ( | ) |
Definition at line 25 of file APIResult.cc.
|
virtual |
Definition at line 28 of file APIResult.cc.
| APIResult::APIResType APIResult::getAPIResType | ( | ) |
Definition at line 35 of file APIResult.cc.
Referenced by AP::resultAssign().
| object_t * APIResult::getObj | ( | ) |
Definition at line 44 of file APIResult.cc.
Referenced by APPing::onA_getRead().
| std::string APIResult::getObjName | ( | ) |
Definition at line 52 of file APIResult.cc.
| void APIResult::setAPIResType | ( | APIResult::APIResType | type | ) |
Definition at line 31 of file APIResult.cc.
Referenced by AE::CACEFinished(), AE::deleteBindings(), AEMonitor::processMReadR(), and AEMonitor::processMWriteR().
| void APIResult::setObj | ( | object_t * | obj | ) |
Definition at line 40 of file APIResult.cc.
Referenced by AEMonitor::processMReadR(), and AEMonitor::processMWriteR().
| void APIResult::setObjName | ( | std::string | objName | ) |
Definition at line 48 of file APIResult.cc.
Referenced by AE::deleteBindings().
|
private |
Definition at line 46 of file APIResult.h.
|
private |
Definition at line 45 of file APIResult.h.
Referenced by getObjName(), and setObjName().
|
private |
Definition at line 44 of file APIResult.h.
Referenced by getAPIResType(), and setAPIResType().