Public Member Functions | |
NscInterfaceImpl (Ptr< NscTcpL4Protocol > prot) | |
![]() | |
virtual | ~ISendCallback () |
![]() | |
virtual | ~IInterruptCallback () |
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 |
Implements IInterruptCallback.
Definition at line 85 of file nsc-tcp-l4-protocol.cc.
References m_prot.
|
privatevirtual |
|
privatevirtual |
Implements IInterruptCallback.
Definition at line 80 of file nsc-tcp-l4-protocol.cc.
References m_prot.
|
private |
Definition at line 66 of file nsc-tcp-l4-protocol.cc.
Referenced by gettime(), send_callback(), and wakeup().