|
OpenCPN Partial API docs
|
Public Member Functions | |
| BasicNavDataMsg (double lat, double lon, double SOG, double COG, double VAR, double HDT, int valid_flag, time_t t) | |
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 |
Public Attributes | |
| const Position | pos |
| const double | sog |
| const double | cog |
| const double | var |
| const double | hdt |
| const int | vflag |
| const time_t | time |
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 } |
Protected Member Functions inherited from AppMsg | |
| AppMsg (AppMsg::Type tp, const std::string &nm, NavAddr src) | |
Definition at line 164 of file comm_appmsg.h.