41#ifndef UWTRACKER_HDR_H
42#define UWTRACKER_HDR_H
hdr_uwROV_ctr describes UWROV_ctr packets for controlling the ROV.
float & timestamp()
Reference to the timestamp variable.
float & speed()
Reference to the speed variable.
float & x()
Reference to the x variable.
float & z()
Reference to the z variable.
float & y()
Reference to the y variable.
float timestamp_
timestamp when the target was tracked
float speed_
magnitude of the relative speed (from Doppler)
static struct hdr_uwTracker * access(const Packet *p)
static method to access the packet header
static int & offset()
Reference to the offset_ variable.
static int offset_
Required by the PacketHeaderManager.