OpenCPN Partial API docs
|
Runtime data for a driver and thus connection. More...
#include <conn_states.h>
Public Member Functions | |
bool | IsDriverStatsMatch (const DriverStats &ds) const |
bool | IsDriverMatch (NavAddr::Bus bus, const std::string &iface) const |
std::string | to_string () |
Public Attributes | |
ConnState | state |
struct DriverStats | driver_stats |
Runtime data for a driver and thus connection.
Definition at line 48 of file conn_states.h.
|
inline |
Definition at line 50 of file conn_states.h.
bool ConnData::IsDriverMatch | ( | NavAddr::Bus | bus, |
const std::string & | iface | ||
) | const |
Definition at line 38 of file conn_states.cpp.
bool ConnData::IsDriverStatsMatch | ( | const DriverStats & | ds | ) | const |
Definition at line 33 of file conn_states.cpp.
std::string ConnData::to_string | ( | ) |
Definition at line 42 of file conn_states.cpp.
struct DriverStats ConnData::driver_stats |
Definition at line 53 of file conn_states.h.
ConnState ConnData::state |
Definition at line 52 of file conn_states.h.