#include <simulatoripcmanager.h>
|
void | receivedCodedLine (QString) |
|
void | vesselMoved (int laststep, int idx, float x, float y, float course, float fuel, int state) |
|
void | shipMoved (int laststep, int idx, float x, float y, float course) |
|
void | vesselLogbookReceived (VesselStats) |
|
◆ SimulatorIpcManager()
SimulatorIpcManager::SimulatorIpcManager |
( |
QThread * |
thread, |
|
|
QObject * |
parent = 0 |
|
) |
| |
|
explicit |
◆ forceExit()
void SimulatorIpcManager::forceExit |
( |
| ) |
|
◆ receivedCodedLine
void SimulatorIpcManager::receivedCodedLine |
( |
QString |
_t1 | ) |
|
|
signal |
◆ shipMoved
void SimulatorIpcManager::shipMoved |
( |
int |
laststep, |
|
|
int |
idx, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
course |
|
) |
| |
|
signal |
◆ vesselLogbookReceived
void SimulatorIpcManager::vesselLogbookReceived |
( |
VesselStats |
_t1 | ) |
|
|
signal |
◆ vesselMoved
void SimulatorIpcManager::vesselMoved |
( |
int |
laststep, |
|
|
int |
idx, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
course, |
|
|
float |
fuel, |
|
|
int |
state |
|
) |
| |
|
signal |
The documentation for this class was generated from the following files: