#include <LinuxShMem.h>
Public Member Functions | |
LinuxShMem (int argc, char *argv[]) | |
Test constructor. | |
LinuxShMem () | |
Default constructor. | |
~LinuxShMem () | |
destuctor | |
void | remove () |
Detach the segment. | |
void | regWrappLoopback (int loopback) |
int | getWrappLoopback (int index) |
void | resetWrappLoopback () |
string | getObjectName () const |
Method that gives the name of the class as it will be displayed by the tracer. |
LinuxShMem::LinuxShMem | ( | int | argc, | |
char * | argv[] | |||
) |
Test constructor.
LinuxShMem::LinuxShMem | ( | ) |
Default constructor.
LinuxShMem::~LinuxShMem | ( | ) |
destuctor
void LinuxShMem::remove | ( | ) |
Detach the segment.
void LinuxShMem::regWrappLoopback | ( | int | loopback | ) |
int LinuxShMem::getWrappLoopback | ( | int | index | ) |
void LinuxShMem::resetWrappLoopback | ( | ) |
string LinuxShMem::getObjectName | ( | ) | const [inline, virtual] |
Method that gives the name of the class as it will be displayed by the tracer.
Implements MIPObject.