DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
Loading...
Searching...
No Matches
diffeq::core::composable::IPCChannel< T > Class Template Referenceabstract

Base class for IPC channels. More...

#include <interprocess_decorator.hpp>

Inheritance diagram for diffeq::core::composable::IPCChannel< T >:

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
 

Detailed Description

template<typename T>
class diffeq::core::composable::IPCChannel< T >

Base class for IPC channels.

Definition at line 198 of file interprocess_decorator.hpp.


The documentation for this class was generated from the following file: