NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
ipc.hpp File Reference
#include <wx/wx.h>
#include <wx/ipc.h>
Include dependency graph for ipc.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DDE::Server
 This class implements the DDE server for the first (main) NumeRe instance. More...
 
class  DDE::Connection
 This class is an implementation of a DDE connection between DDE::Client and DDE::Server. More...
 
class  DDE::Client
 This is the implementation of the DDE client of any secondary NumeRe instances. More...
 

Namespaces

namespace  DDE
 

Macros

#define DDE_TOPIC   "NumeReIPC"
 
#define DDE_SERVICE   "NumeRe"
 

Macro Definition Documentation

◆ DDE_SERVICE

#define DDE_SERVICE   "NumeRe"

Definition at line 25 of file ipc.hpp.

◆ DDE_TOPIC

#define DDE_TOPIC   "NumeReIPC"

Definition at line 24 of file ipc.hpp.