DESERT 3.5.1
|
#include <uwtracker-packet.h>
Public Member Functions | |
float & | timestamp () |
float & | x () |
float & | y () |
float & | z () |
float & | speed () |
Static Public Member Functions | |
static int & | offset () |
static struct hdr_uwTracker * | access (const Packet *p) |
Public Attributes | |
float | timestamp_ |
float | x_ |
float | y_ |
float | z_ |
float | speed_ |
Static Public Attributes | |
static int | offset_ |
hdr_uwROV_ctr describes UWROV_ctr packets for controlling the ROV.
Definition at line 48 of file uwtracker-packet.h.
|
inlinestatic |
static method to access the packet header
Definition at line 66 of file uwtracker-packet.h.
|
inlinestatic |
Reference to the offset_ variable.
Definition at line 60 of file uwtracker-packet.h.
|
inline |
Reference to the speed variable.
Definition at line 100 of file uwtracker-packet.h.
|
inline |
Reference to the timestamp variable.
Definition at line 72 of file uwtracker-packet.h.
|
inline |
Reference to the x variable.
Definition at line 79 of file uwtracker-packet.h.
|
inline |
Reference to the y variable.
Definition at line 86 of file uwtracker-packet.h.
|
inline |
Reference to the z variable.
Definition at line 93 of file uwtracker-packet.h.
|
static |
Required by the PacketHeaderManager.
Offset used to access in hdr_uwTracker packets header.
Definition at line 55 of file uwtracker-packet.h.
float hdr_uwTracker::speed_ |
magnitude of the relative speed (from Doppler)
Definition at line 53 of file uwtracker-packet.h.
float hdr_uwTracker::timestamp_ |
timestamp when the target was tracked
Definition at line 49 of file uwtracker-packet.h.
float hdr_uwTracker::x_ |
x
Definition at line 50 of file uwtracker-packet.h.
float hdr_uwTracker::y_ |
y
Definition at line 51 of file uwtracker-packet.h.
float hdr_uwTracker::z_ |
z
Definition at line 52 of file uwtracker-packet.h.