OpenCPN Partial API docs
|
AIS decoding functions. More...
#include <wx/string.h>
#include "model/ais_target_data.h"
#include "model/ais_bitstring.h"
#include "model/ais_defs.h"
#include "model/ocpn_types.h"
Go to the source code of this file.
Functions | |
bool | Parse_VDXBitstring (AisBitstring *bstr, AisTargetData *ptd) |
AisError | DecodeSingleVDO (const wxString &str, GenericPosDatEx *pos) |
bool | NMEA_AISCheckSumOK (const wxString &str) |
AIS decoding functions.
Definition in file comm_ais.h.
AisError DecodeSingleVDO | ( | const wxString & | str, |
GenericPosDatEx * | pos | ||
) |
Definition at line 41 of file comm_ais.cpp.
bool NMEA_AISCheckSumOK | ( | const wxString & | str | ) |
Definition at line 315 of file comm_ais.cpp.
bool Parse_VDXBitstring | ( | AisBitstring * | bstr, |
AisTargetData * | ptd | ||
) |
Definition at line 144 of file comm_ais.cpp.