OpenCPN Partial API docs
Loading...
Searching...
No Matches
ais_target_data.cpp File Reference

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)
 

Detailed Description

Implement ais_target_data.h – AIS target definitions.

Definition in file ais_target_data.cpp.

Function Documentation

◆ ais_get_short_type()

wxString ais_get_short_type ( int  index)

Definition at line 2042 of file ais_target_data.cpp.

◆ ais_get_status()

wxString ais_get_status ( int  index)

Definition at line 87 of file ais_target_data.cpp.

◆ ais_get_type()

wxString ais_get_type ( int  index)

Definition at line 1977 of file ais_target_data.cpp.

◆ ais_meteo_get_trend()

wxString ais_meteo_get_trend ( int  tend)

Definition at line 115 of file ais_target_data.cpp.

◆ aisMeteoPrecipType()

wxString aisMeteoPrecipType ( int  precip)

Definition at line 128 of file ais_target_data.cpp.

◆ aisMeteoWaterLevelRef()

wxString aisMeteoWaterLevelRef ( int  refID)

Definition at line 156 of file ais_target_data.cpp.

◆ clear_hash_ERI()

void clear_hash_ERI ( void  )

Definition at line 42 of file ais_target_data.cpp.

◆ make_hash_ERI()

void make_hash_ERI ( int  key,
const wxString &  description 
)

Definition at line 38 of file ais_target_data.cpp.

◆ trimAISField()

wxString trimAISField ( char *  data)

Definition at line 75 of file ais_target_data.cpp.