Keep track of the current location of an object.
More...
#include <canvas-location.h>
List of all members.
Detailed Description
Keep track of the current location of an object.
This can be used anytime a logical node location is needed (as opposed to a physical location used by the wireless PHY layer to calculate path loss). One potential use of this is by the animator to determine where to position the node icon on the animation display. Location units are arbitrary and dimensionless. In the case of use by the animator they dimensions are in pixels.
Member Function Documentation
Vector ns3::CanvasLocation::GetLocation |
( |
void |
|
) |
const |
- Returns:
- the current location
static TypeId ns3::CanvasLocation::GetTypeId |
( |
void |
|
) |
[static] |
This method returns the TypeId associated to ns3::Object.
This object is accessible through the following paths with Config::Set and Config::Connect:
-
/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier
-
/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/LinkManager
-
/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/SSManager
-
/NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/ServiceFlowManager
-
/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/Classifier
-
/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/LinkManager
-
/NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/SSScheduler
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/LinkManager
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/SSManager
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/ServiceFlowManager
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/Classifier
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/LinkManager
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/SSScheduler
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BandwidthManager
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BurstProfileManager
-
/NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/ConnectionManager
No Attributes defined for this type.
No TraceSources defined for this type.
Reimplemented from ns3::Object.
void ns3::CanvasLocation::SetLocation |
( |
const Vector & |
location |
) |
|
- Parameters:
-
| location | the location to set. |
The documentation for this class was generated from the following file:
- src/helper/canvas-location.h