DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
|
Base class for IPC channels. More...
#include <interprocess_decorator.hpp>
Public Member Functions | |
virtual bool | initialize ()=0 |
virtual void | cleanup ()=0 |
virtual bool | send_message (const IPCMessage< T > &message)=0 |
virtual bool | receive_message (IPCMessage< T > &message)=0 |
virtual bool | is_connected () const =0 |
virtual std::string | get_status () const =0 |
Base class for IPC channels.
Definition at line 198 of file interprocess_decorator.hpp.