![]() |
Scanframe Modular Application 0.1.0
|
Single position, speed or acceleration value of a specific axis. More...
#include <GmiTypes.h>
Public Member Functions | |
AxisValue (int location, double value) | |
Initializing constructor. | |
AxisValue (const Value &location, const Value &value) | |
Initializing constructor using sf::Value typed arguments. | |
AxisValue ()=default | |
Default constructor. | |
Public Attributes | |
EAxisLocation | _location {alNA} |
Holds the location of the axis. | |
double | _value {0.0} |
Holds the value of the axis. | |
Single position, speed or acceleration value of a specific axis.
|
inline |
Initializing constructor.
location | Axis location as EAxisLocation. |
value |
Initializing constructor using sf::Value typed arguments.
location | |
value |
|
default |
Default constructor.
EAxisLocation sf::gmi::AxisValue::_location {alNA} |
Holds the location of the axis.
double sf::gmi::AxisValue::_value {0.0} |
Holds the value of the axis.