Inheritance diagram for SimpleSource:Public Member Functions | |
| void | Setup (Ptr< Socket > socket, Address address, uint32_t packetSize, uint32_t nPackets, DataRate dataRate) |
Public Member Functions inherited from ns3::Application | |
| Ptr< Node > | GetNode () const |
| void | SetNode (Ptr< Node > node) |
| void | SetStartTime (Time start) |
| Specify application start time. More... | |
| void | SetStopTime (Time stop) |
| Specify application stop time. More... | |
Public Member Functions inherited from ns3::Object | |
| void | AggregateObject (Ptr< Object > other) |
| void | Dispose (void) |
| AggregateIterator | GetAggregateIterator (void) const |
| virtual TypeId | GetInstanceTypeId (void) const |
| template<typename T > | |
| Ptr< T > | GetObject (void) const |
| template<typename T > | |
| Ptr< T > | GetObject (TypeId tid) const |
| void | Initialize (void) |
Public Member Functions inherited from ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | |
| SimpleRefCount (const SimpleRefCount &o) | |
| uint32_t | GetReferenceCount (void) const |
| SimpleRefCount & | operator= (const SimpleRefCount &o) |
| void | Ref (void) const |
| void | Unref (void) const |
Public Member Functions inherited from ns3::ObjectBase | |
| void | GetAttribute (std::string name, AttributeValue &value) const |
| bool | GetAttributeFailSafe (std::string name, AttributeValue &attribute) const |
| void | SetAttribute (std::string name, const AttributeValue &value) |
| bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
| bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
| bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
| bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
| bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
Private Member Functions | |
| void | ScheduleTx (void) |
| void | SendPacket (void) |
| virtual void | StartApplication (void) |
| Application specific startup code. More... | |
| virtual void | StopApplication (void) |
| Application specific shutdown code. More... | |
Private Attributes | |
| DataRate | m_dataRate |
| uint32_t | m_nPackets |
| uint32_t | m_packetSize |
| uint32_t | m_packetsSent |
| Address | m_peer |
| bool | m_running |
| EventId | m_sendEvent |
| Ptr< Socket > | m_socket |
Additional Inherited Members | |
Static Public Member Functions inherited from ns3::Application | |
| static TypeId | GetTypeId (void) |
Static Public Member Functions inherited from ns3::Object | |
| static TypeId | GetTypeId (void) |
Static Public Member Functions inherited from ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | |
| static void | Cleanup (void) |
Static Public Member Functions inherited from ns3::ObjectBase | |
| static TypeId | GetTypeId (void) |
Protected Member Functions inherited from ns3::Application | |
| virtual void | DoDispose (void) |
| virtual void | DoInitialize (void) |
Protected Member Functions inherited from ns3::Object | |
| Object (const Object &o) | |
| virtual void | NotifyNewAggregate (void) |
Protected Member Functions inherited from ns3::ObjectBase | |
| void | ConstructSelf (const AttributeConstructionList &attributes) |
| virtual void | NotifyConstructionCompleted (void) |
Protected Attributes inherited from ns3::Application | |
| Ptr< Node > | m_node |
| EventId | m_startEvent |
| Time | m_startTime |
| EventId | m_stopEvent |
| Time | m_stopTime |
Definition at line 75 of file ns3tcp-cwnd-test-suite.cc.
|
privatevirtual |
Application specific startup code.
The StartApplication method is called at the start time specified by Start This method should be overridden by all or most application subclasses.
Reimplemented from ns3::Application.
Definition at line 129 of file ns3tcp-cwnd-test-suite.cc.
References ns3::Socket::Bind(), and ns3::Socket::Connect().
|
privatevirtual |
Application specific shutdown code.
The StopApplication method is called at the stop time specified by Stop This method should be overridden by all or most application subclasses.
Reimplemented from ns3::Application.
Definition at line 139 of file ns3tcp-cwnd-test-suite.cc.
References ns3::Socket::Close(), and ns3::EventId::IsRunning().