OpenCPN Partial API docs
|
Process incoming AIS messages. More...
#include <ais_decoder.h>
Public Member Functions | |
MmsiProperties (int mmsi) | |
MmsiProperties (wxString &spec) | |
wxString | Serialize () |
void | Init () |
Public Attributes | |
int | MMSI |
int | TrackType |
bool | m_bignore |
bool | m_bMOB |
bool | m_bVDM |
bool | m_bFollower |
bool | m_bPersistentTrack |
wxString | m_ShipName |
Process incoming AIS messages.
Definition at line 73 of file ais_decoder.h.
|
inlineexplicit |
Definition at line 77 of file ais_decoder.h.
|
explicit |
Definition at line 4383 of file ais_decoder.cpp.
void MmsiProperties::Init | ( | ) |
Definition at line 4434 of file ais_decoder.cpp.
wxString MmsiProperties::Serialize | ( | ) |
Definition at line 4445 of file ais_decoder.cpp.
bool MmsiProperties::m_bFollower |
Definition at line 93 of file ais_decoder.h.
bool MmsiProperties::m_bignore |
Definition at line 90 of file ais_decoder.h.
bool MmsiProperties::m_bMOB |
Definition at line 91 of file ais_decoder.h.
bool MmsiProperties::m_bPersistentTrack |
Definition at line 94 of file ais_decoder.h.
bool MmsiProperties::m_bVDM |
Definition at line 92 of file ais_decoder.h.
wxString MmsiProperties::m_ShipName |
Definition at line 95 of file ais_decoder.h.
int MmsiProperties::MMSI |
Definition at line 88 of file ais_decoder.h.
int MmsiProperties::TrackType |
Definition at line 89 of file ais_decoder.h.