#include <TrafficCoreState.h>
◆ altitude() [1/2]
double larcfm::TrafficCoreState::altitude |
( |
| ) |
const |
Returns current altitude in internal units
◆ altitude() [2/2]
double larcfm::TrafficCoreState::altitude |
( |
const std::string & |
ualt | ) |
const |
Returns current altitude in given units
◆ groundSpeed() [1/2]
double larcfm::TrafficCoreState::groundSpeed |
( |
| ) |
const |
Returns current ground speed in internal units
◆ groundSpeed() [2/2]
double larcfm::TrafficCoreState::groundSpeed |
( |
const std::string & |
ugs | ) |
const |
Returns current ground speed in given units
◆ track() [1/2]
double larcfm::TrafficCoreState::track |
( |
| ) |
const |
Returns current track in internal units [0 - 2pi] [rad] (clock wise with respect to North)
◆ track() [2/2]
double larcfm::TrafficCoreState::track |
( |
const std::string & |
utrk | ) |
const |
Returns current track in given units [0 - 2pi] [u] (clock wise with respect to North)
◆ verticalSpeed() [1/2]
double larcfm::TrafficCoreState::verticalSpeed |
( |
| ) |
const |
Returns current vertical speed in internal units
◆ verticalSpeed() [2/2]
double larcfm::TrafficCoreState::verticalSpeed |
( |
const std::string & |
uvs | ) |
const |
Returns current vertical speed in given units
The documentation for this class was generated from the following files: