29 #ifndef ShadowActorBase_h    30 #define ShadowActorBase_h    32 #include "ObjectWithObjBroker.h" int getCommitTag(void) const
Return the #commitTag member. 
Definition: ShadowActorBase.h:59
Channel * theChannel
Communication channel to use. 
Definition: ShadowActorBase.h:52
FEM_ObjectBroker is is an object broker class for the finite element method. 
Definition: FEM_ObjectBroker.h:151
Base class for Actor and Shadow objects. 
Definition: ObjectWithObjBroker.h:40
Base class for Actor and Shadow objects. 
Definition: ShadowActorBase.h:47
Channel * getChannelPtr(void) const
Returns a pointer to the object channel theChannel. 
Definition: ShadowActorBase.cc:65
Channel is an abstract base class which defines the channel interface. 
Definition: Channel.h:92
void setCommitTag(int commitTag)
Set the value for #commitTag. 
Definition: ShadowActorBase.cc:61
A MachineBroker is responsible for getting an actor process running on the parallel machine...
Definition: MachineBroker.h:77
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
ShadowActorBase(Channel &theChannel, FEM_ObjectBroker &)
Constructor. 
Definition: ShadowActorBase.cc:35
virtual int barrierCheck(int result)
barrier check. 
Definition: ShadowActorBase.cc:69