SEC:shmem. More...
#include <smpMemory.h>
Public Types | |
typedef vector< smpProc * > | smpVec |
Public Member Functions | |
smpMemory (string cfgstr, const vector< DRAM * > &d) | |
void | registerProcessor (sharedMemProc *p, smpProc *sm) |
const smpVec & | getSMPs () const |
virtual void | setup () |
virtual void | finish () |
virtual void | handleParcel (parcel *p) |
virtual void | preTic () |
virtual void | postTic () |
Protected Member Functions | |
void | registerPost () |
Protected Attributes | |
smpVec | smps |
Static Protected Attributes | |
static const int | postSizeBits = 8 |
SEC:shmem.