|
OpenCPN Partial API docs
|
AIS data point for a vessel. More...
#include <comm_appmsg.h>
Public Attributes | |
| time_t | time |
| Position | pos |
| float | sog |
| float | cog |
| float | heading |
| float | rate_of_turn |
| uint8_t | type |
| std::string | name |
| std::string | callsign |
| std::string | dest |
| int | length |
| int | beam |
| int | draft |
| uint8_t | status |
Public Attributes inherited from AppMsg | |
| const Type | type |
| const std::string | name |
| NavAddr | source |
| unsigned short | prio |
Additional Inherited Members | |
Public Types inherited from AppMsg | |
| enum class | Type { BasicNavData , GPSWatchdog , GnssFix , AisData , DataPrioNeeded , CustomMsg , Undef } |
Public Member Functions inherited from AppMsg | |
| AppMsg (AppMsg::Type t) | |
| virtual std::string | key () const |
| std::string | GetKey () const |
| std::string | TypeToString (const Type t) const |
Protected Member Functions inherited from AppMsg | |
| AppMsg (AppMsg::Type tp, const std::string &nm, NavAddr src) | |
AIS data point for a vessel.
Definition at line 213 of file comm_appmsg.h.