Public Member Functions | |
TracedCallbackTest () | |
virtual | ~TracedCallbackTest () |
virtual bool | RunTests (void) |
Private Member Functions | |
void | CbOne (uint8_t a, double b) |
void | CbTwo (uint8_t a, double b) |
Private Attributes | |
bool | m_one |
bool | m_two |
Definition at line 28 of file traced-callback.cc.
ns3::TracedCallbackTest::TracedCallbackTest | ( | ) |
Definition at line 42 of file traced-callback.cc.
ns3::TracedCallbackTest::~TracedCallbackTest | ( | ) | [virtual] |
Definition at line 45 of file traced-callback.cc.
void ns3::TracedCallbackTest::CbOne | ( | uint8_t | a, | |
double | b | |||
) | [private] |
void ns3::TracedCallbackTest::CbTwo | ( | uint8_t | a, | |
double | b | |||
) | [private] |
bool ns3::TracedCallbackTest::RunTests | ( | void | ) | [virtual] |
Implements ns3::Test.
Definition at line 58 of file traced-callback.cc.
References CbOne(), CbTwo(), ns3::TracedCallback< T1, T2, T3, T4, T5, T6, T7, T8 >::ConnectWithoutContext(), ns3::TracedCallback< T1, T2, T3, T4, T5, T6, T7, T8 >::DisconnectWithoutContext(), m_one, m_two, ns3::MakeCallback(), and NS_TEST_ASSERT.
bool ns3::TracedCallbackTest::m_one [private] |
Definition at line 38 of file traced-callback.cc.
Referenced by CbOne(), and RunTests().
bool ns3::TracedCallbackTest::m_two [private] |
Definition at line 39 of file traced-callback.cc.
Referenced by CbTwo(), and RunTests().