OpenCPN Partial API docs
|
Public Member Functions | |
TC_Error_Code | LoadData (const wxString &data_file_path) |
int | GetMaxIndex () |
IDX_entry * | GetIndexEntry (int n_index) |
TC_Error_Code | LoadHarmonicData (IDX_entry *pIDX) |
Definition at line 36 of file tc_data_source.h.
TCDataSource::TCDataSource | ( | ) |
Definition at line 35 of file tc_data_source.cpp.
TCDataSource::~TCDataSource | ( | ) |
Definition at line 41 of file tc_data_source.cpp.
IDX_entry * TCDataSource::GetIndexEntry | ( | int | n_index | ) |
Definition at line 100 of file tc_data_source.cpp.
int TCDataSource::GetMaxIndex | ( | ) |
Definition at line 93 of file tc_data_source.cpp.
TC_Error_Code TCDataSource::LoadData | ( | const wxString & | data_file_path | ) |
Definition at line 49 of file tc_data_source.cpp.
TC_Error_Code TCDataSource::LoadHarmonicData | ( | IDX_entry * | pIDX | ) |
Definition at line 110 of file tc_data_source.cpp.