Public Member Functions | |
SatCtrlMsgContBaseTestCase () | |
SatCtrlMsgContBaseTestCase (std::string info) | |
virtual | ~SatCtrlMsgContBaseTestCase () |
void | AddMessage (Ptr< SatControlMessage > msg) |
void | GetMessage (uint32_t msgId) |
Protected Member Functions | |
virtual void | DoRun (void)=0 |
Protected Attributes | |
Ptr< SatControlMsgContainer > | m_container |
std::vector< Ptr< SatControlMessage > > | m_msgsRead |
Private Attributes | |
std::vector< uint32_t > | m_recvIds |
Definition at line 42 of file satellite-control-msg-container-test.cc.
|
inline |
Definition at line 45 of file satellite-control-msg-container-test.cc.
|
inline |
Definition at line 50 of file satellite-control-msg-container-test.cc.
|
inlinevirtual |
Definition at line 55 of file satellite-control-msg-container-test.cc.
void SatCtrlMsgContBaseTestCase::AddMessage | ( | Ptr< SatControlMessage > | msg | ) |
Definition at line 75 of file satellite-control-msg-container-test.cc.
Referenced by SatCtrlMsgContDelOnTestCase::DoRun(), and SatCtrlMsgContDelOffTestCase::DoRun().
|
protectedpure virtual |
Implemented in SatCtrlMsgContDelOffTestCase, and SatCtrlMsgContDelOnTestCase.
void SatCtrlMsgContBaseTestCase::GetMessage | ( | uint32_t | msgId | ) |
Definition at line 84 of file satellite-control-msg-container-test.cc.
Referenced by SatCtrlMsgContDelOnTestCase::DoRun(), and SatCtrlMsgContDelOffTestCase::DoRun().
|
protected |
Definition at line 67 of file satellite-control-msg-container-test.cc.
|
protected |
Definition at line 68 of file satellite-control-msg-container-test.cc.
|
private |
Definition at line 71 of file satellite-control-msg-container-test.cc.