|
DESERT 4.0.0
|
#include <uwPosBasedRt-hdr.h>

Public Member Functions | |
| double & | x_ROV () |
| double & | y_ROV () |
| double & | z_ROV () |
| double & | timestamp () |
| double & | x_waypoint () |
| double & | y_waypoint () |
| double & | z_waypoint () |
| double & | ROV_speed () |
| uint8_t & | IP_ROV () |
Static Public Member Functions | |
| static int & | offset () |
| static struct hdr_uwpos_based_rt * | access (const Packet *p) |
Public Attributes | |
| double | x_ROV_ |
| double | y_ROV_ |
| double | z_ROV_ |
| double | timestamp_ |
| double | x_wp_ |
| double | y_wp_ |
| double | z_wp_ |
| double | ROV_speed_ |
| uint8_t | ipROV_ |
Static Public Attributes | |
| static int | offset_ = 0 |
hdr_uwpos_based_rt describes packets used by UWPOSBASEDRT.
|
inlinestatic |
|
inline |
References ipROV_.
Referenced by UwPosBasedRt::initPkt(), and UwPosBasedRt::updatePosInfo().
|
inlinestatic |
Reference to the offset_ variable.
References offset_.
|
inline |
References ROV_speed_.
Referenced by UwPosBasedRt::initPkt(), and UwPosBasedRt::updatePosInfo().
|
inline |
References timestamp_.
Referenced by UwPosBasedRt::initPkt(), and UwPosBasedRt::updatePosInfo().
|
inline |
References x_ROV_.
Referenced by UwPosBasedRt::initPkt(), and UwPosBasedRt::updatePosInfo().
|
inline |
References x_wp_.
Referenced by UwPosBasedRt::initPkt(), and UwPosBasedRt::updatePosInfo().
|
inline |
References y_ROV_.
Referenced by UwPosBasedRt::initPkt(), and UwPosBasedRt::updatePosInfo().
|
inline |
References y_wp_.
Referenced by UwPosBasedRt::initPkt(), and UwPosBasedRt::updatePosInfo().
|
inline |
References z_ROV_.
Referenced by UwPosBasedRt::initPkt(), and UwPosBasedRt::updatePosInfo().
|
inline |
References z_wp_.
Referenced by UwPosBasedRt::initPkt(), and UwPosBasedRt::updatePosInfo().
| uint8_t hdr_uwpos_based_rt::ipROV_ |
Referenced by IP_ROV().
|
static |
| double hdr_uwpos_based_rt::ROV_speed_ |
Referenced by ROV_speed().
| double hdr_uwpos_based_rt::timestamp_ |
To check validity of packet inormations
Referenced by timestamp().
| double hdr_uwpos_based_rt::x_ROV_ |
ROV x coordinate at the moment when packet is generated
Referenced by x_ROV().
| double hdr_uwpos_based_rt::x_wp_ |
x coordinate of the last received waypoint
Referenced by x_waypoint().
| double hdr_uwpos_based_rt::y_ROV_ |
ROV y coordinate at the moment when packet is generated
Referenced by y_ROV().
| double hdr_uwpos_based_rt::y_wp_ |
y coordinate of the last received waypoint
Referenced by y_waypoint().
| double hdr_uwpos_based_rt::z_ROV_ |
ROV z coordinate at the moment when packet is generated
Referenced by z_ROV().
| double hdr_uwpos_based_rt::z_wp_ |
z coordinate of the last received waypoint
Referenced by z_waypoint().