ns3::StaticSpeedHelper Class Reference

#include <static-speed-helper.h>

Collaboration diagram for ns3::StaticSpeedHelper:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 StaticSpeedHelper ()
 StaticSpeedHelper (const Vector &position)
 StaticSpeedHelper (const Vector &position, const Vector &vel)
void SetPosition (const Vector &position)
Vector GetCurrentPosition (void) const
Vector GetVelocity (void) const
void SetVelocity (const Vector &vel)
void Pause (void)
void Unpause (void)
void UpdateWithBounds (const Rectangle &rectangle) const
void Update (void) const

Private Attributes

Time m_lastUpdate
Vector m_position
Vector m_velocity
bool m_paused

Detailed Description

Definition at line 30 of file static-speed-helper.h.


Constructor & Destructor Documentation

ns3::StaticSpeedHelper::StaticSpeedHelper (  ) 

Definition at line 26 of file static-speed-helper.cc.

ns3::StaticSpeedHelper::StaticSpeedHelper ( const Vector position  ) 

Definition at line 29 of file static-speed-helper.cc.

ns3::StaticSpeedHelper::StaticSpeedHelper ( const Vector position,
const Vector vel 
)

Definition at line 33 of file static-speed-helper.cc.


Member Function Documentation

Vector ns3::StaticSpeedHelper::GetCurrentPosition ( void   )  const
Vector ns3::StaticSpeedHelper::GetVelocity ( void   )  const
void ns3::StaticSpeedHelper::Pause ( void   ) 
void ns3::StaticSpeedHelper::SetPosition ( const Vector position  ) 
void ns3::StaticSpeedHelper::SetVelocity ( const Vector vel  ) 
void ns3::StaticSpeedHelper::Unpause ( void   ) 
void ns3::StaticSpeedHelper::Update ( void   )  const
void ns3::StaticSpeedHelper::UpdateWithBounds ( const Rectangle rectangle  )  const

Member Data Documentation

Definition at line 48 of file static-speed-helper.h.

Referenced by SetPosition(), SetVelocity(), and Update().

Definition at line 51 of file static-speed-helper.h.

Referenced by GetVelocity(), Pause(), Unpause(), and Update().

Definition at line 49 of file static-speed-helper.h.

Referenced by GetCurrentPosition(), SetPosition(), Update(), and UpdateWithBounds().

Definition at line 50 of file static-speed-helper.h.

Referenced by GetVelocity(), SetPosition(), SetVelocity(), and Update().


The documentation for this class was generated from the following files:
Generated on Thu Dec 3 14:11:58 2009 for NS-3 by  doxygen 1.6.3