SST
14.0.0
StructuralSimulationToolkit
|
Class supports an IPC tunnel between two or more processes, via an mmap'd file This class attaches to an existing tunnel for a child process using PinCRT. More...
#include <mmapchild_pin3.h>
Public Member Functions | |
MMAPChild_Pin3 (const std::string &file_name) | |
Child-side tunnel manager for an IPC tunnel Opens an existing file and mmaps it using PinCRT. More... | |
virtual | ~MMAPChild_Pin3 () |
Close file and shutdown tunnel. | |
TunnelType * | getTunnel () |
return a pointer to the tunnel | |
const std::string & | getRegionName (void) const |
Return the name of the mmap'd file. | |
Class supports an IPC tunnel between two or more processes, via an mmap'd file This class attaches to an existing tunnel for a child process using PinCRT.
TunnelType | Tunnel definition |
|
inline |
Child-side tunnel manager for an IPC tunnel Opens an existing file and mmaps it using PinCRT.
file_name | Name of the shared file to mmap |