Avionics
Dropship Simulator
|
#include <Xplane.h>
Public Member Functions | |
void | Initialize (Logger *logger, XplaneConfig *config, Bus *prmBus) |
void | FrameMove () const |
~Xplane () | |
Private Attributes | |
Logger * | logger = nullptr |
XplaneConfig * | config = nullptr |
Bus * | bus = nullptr |
SOCKET | fd = static_cast<SOCKET>(SOCKET_ERROR) |
Devices::Xplane::~Xplane | ( | ) |
Definition at line 122 of file Xplane.cpp.
void Devices::Xplane::FrameMove | ( | ) | const |
Definition at line 44 of file Xplane.cpp.
void Devices::Xplane::Initialize | ( | Logger * | logger, |
XplaneConfig * | config, | ||
Bus * | prmBus | ||
) |
Definition at line 5 of file Xplane.cpp.
|
private |
|
private |