OpenCPN Partial API docs
|
Implement comm_appmsg.h – Decoded application messages. More...
#include <wx/wxprec.h>
#include <wx/wx.h>
#include <sstream>
#include <iomanip>
#include "model/comm_appmsg.h"
#include "model/ocpn_utils.h"
Go to the source code of this file.
Functions | |
std::string | TimeToString (const time_t t) |
std::string | DegreesToString (double degrees) |
double | PosPartsToDegrees (float degrees, float minutes, float percent_of_minute) |
Implement comm_appmsg.h – Decoded application messages.
Definition in file comm_appmsg.cpp.
std::string DegreesToString | ( | double | degrees | ) |
Definition at line 55 of file comm_appmsg.cpp.
double PosPartsToDegrees | ( | float | degrees, |
float | minutes, | ||
float | percent_of_minute | ||
) |
Definition at line 64 of file comm_appmsg.cpp.
std::string TimeToString | ( | const time_t | t | ) |
Definition at line 42 of file comm_appmsg.cpp.