DISPLACE
1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
|
#include <ipc.h>
#include <sstream>
#include <messages/genericconsolestringoutputmessage.h>
#include <outputqueuemanager.h>
#include <outputmessage.h>
Functions | |
void | initIpcQueue () |
void | guiSendCurrentStep (unsigned int tstep) |
void | guiSendUpdateCommand (const std::string &filename, int tstep) |
void | guiSendMemoryInfo (const MemoryInfo &info) |
void | guiSendCapture (bool on) |
void | guiSendTerminalMessage (const string &ss) |
void | guiSendOutputInfo (std::string sqlPath) |
void | finalizeIpcQueue () |
Variables | |
OutputQueueManager | mOutQueue |
bool | use_gui |
void finalizeIpcQueue | ( | ) |
void guiSendCapture | ( | bool | on | ) |
void guiSendCurrentStep | ( | unsigned int | tstep | ) |
void guiSendMemoryInfo | ( | const MemoryInfo & | info | ) |
void guiSendOutputInfo | ( | std::string | sqlPath | ) |
void guiSendTerminalMessage | ( | const string & | ss | ) |
void guiSendUpdateCommand | ( | const std::string & | filename, |
int | tstep | ||
) |
void initIpcQueue | ( | ) |
OutputQueueManager mOutQueue |
bool use_gui |