41 #ifndef SIMULATORIPCMANAGER_H 42 #define SIMULATORIPCMANAGER_H 58 void vesselMoved (
int laststep,
int idx,
float x,
float y,
float course,
float fuel,
int state);
59 void shipMoved (
int laststep,
int idx,
float x,
float y,
float course);
72 #endif // SIMULATORIPCMANAGER_H
void forceExit()
Definition: simulatoripcmanager.cpp:36
Definition: vesseldata.h:152
implements a CircularBuffer to be used in a boost::interprocess::managed_heap_memory
Definition: ipcqueue.h:39
void vesselLogbookReceived(VesselStats)
Definition: moc_simulatoripcmanager.cpp:196
void receivedCodedLine(QString)
Definition: moc_simulatoripcmanager.cpp:175
SimulatorIpcManager(QThread *thread, QObject *parent=0)
Definition: simulatoripcmanager.cpp:27
void vesselMoved(int laststep, int idx, float x, float y, float course, float fuel, int state)
Definition: moc_simulatoripcmanager.cpp:182
Definition: simulatoripcmanager.h:48
void shipMoved(int laststep, int idx, float x, float y, float course)
Definition: moc_simulatoripcmanager.cpp:189