DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
noipc.h File Reference
#include <memory>
#include <vector>

Go to the source code of this file.

Classes

class  OutputMessage
 an abstract class to serialize outputs through the OutputQueueManager More...
 
class  MoveShipOutputMessage
 
class  VesselLogbookOutputMessage
 
class  MoveVesselOutputMessage
 
class  OutputQueueManager
 A manager for the outputs from all the other simulator threads. More...
 

Functions

void initIpcQueue ()
 
void finalizeIpcQueue ()
 
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)
 

Function Documentation

◆ finalizeIpcQueue()

void finalizeIpcQueue ( )
inline

◆ guiSendCapture()

void guiSendCapture ( bool  on)
inline

◆ guiSendCurrentStep()

void guiSendCurrentStep ( unsigned int  tstep)
inline

◆ guiSendMemoryInfo()

void guiSendMemoryInfo ( const MemoryInfo info)
inline

◆ guiSendOutputInfo()

void guiSendOutputInfo ( std::string  )
inline

◆ guiSendTerminalMessage()

void guiSendTerminalMessage ( const string &  ss)
inline

◆ guiSendUpdateCommand()

void guiSendUpdateCommand ( const std::string &  filename,
int  tstep 
)
inline

◆ initIpcQueue()

void initIpcQueue ( )
inline