|
DESERT 4.0.0
|
#include <uwsc-tracker-follower-packet.h>
Public Member Functions | |
| float & | timestamp () |
| float & | x () |
| float & | y () |
| float & | z () |
| bool & | mine_remove () |
Static Public Member Functions | |
| static int & | offset () |
| static struct hdr_uwSCFTracker * | access (const Packet *p) |
Public Attributes | |
| float | timestamp_ |
| float | x_ |
| float | y_ |
| float | z_ |
| bool | mine_remove_ |
Static Public Attributes | |
| static int | offset_ |
hdr_uwSCFTracker describes the position and status of the current detected mine.
|
inlinestatic |
|
inline |
Reference to the speed variable.
References mine_remove_.
Referenced by UwSCTrackerModule::recv(), UwSCFTrackerModule::sendPkt(), and UwSCFTrackerModule::updateMineRemove().
|
inlinestatic |
Reference to the offset_ variable.
References offset_.
|
inline |
Reference to the timestamp variable.
References timestamp_.
Referenced by UwSCFTrackerModule::updateTrackPosition().
|
inline |
Reference to the x variable.
References x_.
Referenced by UwSCFTrackerModule::initPkt(), and UwSCTrackerModule::recv().
|
inline |
Reference to the y variable.
References y_.
Referenced by UwSCFTrackerModule::initPkt(), and UwSCTrackerModule::recv().
|
inline |
Reference to the z variable.
References z_.
Referenced by UwSCFTrackerModule::initPkt(), and UwSCTrackerModule::recv().
| bool hdr_uwSCFTracker::mine_remove_ |
Check whether mine is removed or not.
Referenced by mine_remove().
|
static |
Required by the PacketHeaderManager.
Offset used to access in hdr_uwTracker packets header.
| float hdr_uwSCFTracker::timestamp_ |
Timestamp when the target was detected.
Referenced by timestamp().
| float hdr_uwSCFTracker::x_ |
X coordinate of the mine.
Referenced by x().
| float hdr_uwSCFTracker::y_ |
Y coordinate of the mine.
Referenced by y().
| float hdr_uwSCFTracker::z_ |
Z coordinate of the mine.
Referenced by z().