|
DESERT 4.0.0
|
#include <uwrov-packet.h>

Public Member Functions | |
| float & | x () |
| float & | y () |
| float & | z () |
| double & | ack () |
Static Public Member Functions | |
| static int & | offset () |
| static struct hdr_uwROV_monitoring * | access (const Packet *p) |
Public Attributes | |
| float | x_ |
| float | y_ |
| float | z_ |
| double | ack_ |
Static Public Attributes | |
| static int | offset_ |
hdr_uwROV_monitoring describes UWROV_monitoring packets sent by the ROV to the base station for monitoring the ROV state.
|
inlinestatic |
|
inline |
References ack_.
Referenced by UwROVModule::initPkt(), and UwROVCtrModule::recv().
|
inlinestatic |
Reference to the offset_ variable.
References offset_.
|
inline |
References x_.
Referenced by UwROVModule::initPkt(), UwROVCtrModule::recv(), and UwSCROVCtrModule::recv().
|
inline |
References y_.
Referenced by UwROVModule::initPkt(), UwROVCtrModule::recv(), and UwSCROVCtrModule::recv().
|
inline |
References z_.
Referenced by UwROVModule::initPkt(), UwROVCtrModule::recv(), and UwSCROVCtrModule::recv().
| double hdr_uwROV_monitoring::ack_ |
Referenced by ack().
|
static |
| float hdr_uwROV_monitoring::x_ |
Referenced by x().
| float hdr_uwROV_monitoring::y_ |
Referenced by y().
| float hdr_uwROV_monitoring::z_ |
Referenced by z().