INET Framework for OMNeT++/OMNEST
inet::VehicleMobility::Waypoint Struct Reference

#include <VehicleMobility.h>

Public Member Functions

 Waypoint (double x, double y, double timestamp)
 

Public Attributes

double x
 
double y
 
double timestamp
 

Constructor & Destructor Documentation

◆ Waypoint()

inet::VehicleMobility::Waypoint::Waypoint ( double  x,
double  y,
double  timestamp 
)
inline
24 : x(x), y(y), timestamp(timestamp) {}

Member Data Documentation

◆ timestamp

double inet::VehicleMobility::Waypoint::timestamp

◆ x

double inet::VehicleMobility::Waypoint::x

◆ y

double inet::VehicleMobility::Waypoint::y

The documentation for this struct was generated from the following file:
inet::VehicleMobility::Waypoint::y
double y
Definition: VehicleMobility.h:21
inet::VehicleMobility::Waypoint::timestamp
double timestamp
Definition: VehicleMobility.h:22
inet::VehicleMobility::Waypoint::x
double x
Definition: VehicleMobility.h:20