Public Member Functions | |
NscInterfaceImpl (Ptr< NscTcpL4Protocol > prot) | |
![]() | |
virtual | ~ISendCallback () |
virtual void | send_callback (const void *data, int datalen)=0 |
![]() | |
virtual | ~IInterruptCallback () |
virtual void | gettime (unsigned int *, unsigned int *)=0 |
virtual void | wakeup ()=0 |
Private Member Functions | |
virtual void | gettime (unsigned int *, unsigned int *) |
virtual void | send_callback (const void *data, int datalen) |
virtual void | wakeup () |
Private Attributes | |
Ptr< NscTcpL4Protocol > | m_prot |
Definition at line 57 of file nsc-tcp-l4-protocol.cc.
ns3::NscInterfaceImpl::NscInterfaceImpl | ( | Ptr< NscTcpL4Protocol > | prot | ) |
Definition at line 69 of file nsc-tcp-l4-protocol.cc.
|
privatevirtual |
Definition at line 85 of file nsc-tcp-l4-protocol.cc.
References ns3::NscTcpL4Protocol::gettime(), and m_prot.
|
privatevirtual |
Definition at line 75 of file nsc-tcp-l4-protocol.cc.
References m_prot, and ns3::NscTcpL4Protocol::send_callback().
|
privatevirtual |
Definition at line 80 of file nsc-tcp-l4-protocol.cc.
References m_prot, and ns3::NscTcpL4Protocol::wakeup().
|
private |
Definition at line 66 of file nsc-tcp-l4-protocol.cc.
Referenced by gettime(), send_callback(), and wakeup().