40#ifndef UWSCFTRACKER_HDR_H
41#define UWSCFTRACKER_HDR_H
44#define HDR_UWSCFTRACK(p) (hdr_uwSCFTracker::access(p))
hdr_uwSCFTracker describes the position and status of the current detected mine.
float x_
X coordinate of the mine.
static int & offset()
Reference to the offset_ variable.
float timestamp_
Timestamp when the target was detected.
static struct hdr_uwSCFTracker * access(const Packet *p)
static method to access the packet header
float & timestamp()
Reference to the timestamp variable.
bool mine_remove_
Check whether mine is removed or not.
float z_
Z coordinate of the mine.
float y_
Y coordinate of the mine.
float & y()
Reference to the y variable.
float & x()
Reference to the x variable.
bool & mine_remove()
Reference to the speed variable.
float & z()
Reference to the z variable.
static int offset_
Required by the PacketHeaderManager.