SST
12.0.0
StructuralSimulationToolkit
|
Class supports an IPC tunnel between two or more processes, via posix shared memory This class attaches to an existing tunnel for a child process. More...
#include <shmchild.h>
Public Member Functions | |
SHMChild (const std::string ®ion_name) | |
Child-side tunnel manager for an IPC tunnel Accesses an existing Tunnel using shared memory. More... | |
virtual | ~SHMChild () |
Destructor. | |
TunnelType * | getTunnel () |
return a pointer to the tunnel | |
const std::string & | getRegionName (void) const |
return the name of the shared memory region | |
Class supports an IPC tunnel between two or more processes, via posix shared memory This class attaches to an existing tunnel for a child process.
TunnelType | Tunnel definition |
|
inline |
Child-side tunnel manager for an IPC tunnel Accesses an existing Tunnel using shared memory.
region_name | Name of the shared-memory region to access |