OpenCPN Partial API docs
|
Implement ais_target_data.h – AIS target definitions. More...
#include <unordered_map>
#include <wx/datetime.h>
#include <wx/intl.h>
#include <wx/string.h>
#include "model/ais_state_vars.h"
#include "model/ais_target_data.h"
#include "model/config_vars.h"
#include "model/navutil_base.h"
#include "model/own_ship.h"
Go to the source code of this file.
Functions | |
void | make_hash_ERI (int key, const wxString &description) |
void | clear_hash_ERI () |
wxString | trimAISField (char *data) |
wxString | ais_get_status (int index) |
wxString | ais_meteo_get_trend (int tend) |
wxString | aisMeteoPrecipType (int precip) |
wxString | aisMeteoWaterLevelRef (int refID) |
wxString | ais_get_type (int index) |
wxString | ais_get_short_type (int index) |
Implement ais_target_data.h – AIS target definitions.
Definition in file ais_target_data.cpp.
wxString ais_get_short_type | ( | int | index | ) |
Definition at line 2042 of file ais_target_data.cpp.
wxString ais_get_status | ( | int | index | ) |
Definition at line 87 of file ais_target_data.cpp.
wxString ais_get_type | ( | int | index | ) |
Definition at line 1977 of file ais_target_data.cpp.
wxString ais_meteo_get_trend | ( | int | tend | ) |
Definition at line 115 of file ais_target_data.cpp.
wxString aisMeteoPrecipType | ( | int | precip | ) |
Definition at line 128 of file ais_target_data.cpp.
wxString aisMeteoWaterLevelRef | ( | int | refID | ) |
Definition at line 156 of file ais_target_data.cpp.
void clear_hash_ERI | ( | void | ) |
Definition at line 42 of file ais_target_data.cpp.
void make_hash_ERI | ( | int | key, |
const wxString & | description | ||
) |
Definition at line 38 of file ais_target_data.cpp.
wxString trimAISField | ( | char * | data | ) |
Definition at line 75 of file ais_target_data.cpp.