ns-3
|
an application which sends one ICMP ECHO request, waits for a REPLYs and reports the calculated RTT. More...
#include <v4ping.h>
Public Member Functions | |
V4Ping () | |
![]() | |
void | SetStartTime (Time start) |
Specify application start time. | |
void | SetStopTime (Time stop) |
Specify application stop time. | |
Ptr< Node > | GetNode () const |
void | SetNode (Ptr< Node > node) |
![]() | |
virtual TypeId | GetInstanceTypeId (void) const |
template<typename T > | |
Ptr< T > | GetObject (void) const |
template<typename T > | |
Ptr< T > | GetObject (TypeId tid) const |
void | Dispose (void) |
void | AggregateObject (Ptr< Object > other) |
AggregateIterator | GetAggregateIterator (void) const |
void | Start (void) |
![]() | |
SimpleRefCount (const SimpleRefCount &o) | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
void | Ref (void) const |
void | Unref (void) const |
uint32_t | GetReferenceCount (void) const |
![]() | |
void | SetAttribute (std::string name, const AttributeValue &value) |
bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
void | GetAttribute (std::string name, AttributeValue &value) const |
bool | GetAttributeFailSafe (std::string name, AttributeValue &attribute) const |
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) |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::V4Ping. |
Additional Inherited Members | |
![]() | |
virtual void | DoStart (void) |
![]() | |
virtual void | NotifyNewAggregate (void) |
Object (const Object &o) | |
![]() | |
Ptr< Node > | m_node |
Time | m_startTime |
Time | m_stopTime |
EventId | m_startEvent |
EventId | m_stopEvent |
an application which sends one ICMP ECHO request, waits for a REPLYs and reports the calculated RTT.
Note: The RTT calculated is reported through a trace source.
ns3::V4Ping::V4Ping | ( | ) |
create a pinger applications
|
static |
This method returns the TypeId associated to ns3::V4Ping.
This object is accessible through the following paths with Config::Set and Config::Connect:
Attributes defined for this type:
Attributes defined in parent class ns3::Application:
TraceSources defined for this type:
Reimplemented from ns3::Application.
References ns3::MakeTraceSourceAccessor(), ns3::Seconds(), and ns3::TypeId::SetParent().