Actor Class Reference#include <Actor.h>
Inheritance diagram for Actor: ![]()
Detailed Description
Definition at line 55 of file Actor.h. Constructor & Destructor Documentation
Definition at line 46 of file Actor.cpp. References Channel::getLastSendersAddress(), Channel::setUpConnection(), and theChannel.
Member Function Documentation
Definition at line 151 of file Actor.cpp. References Channel::sendObj(), and theChannel. Referenced by ActorSubdomain::run().
Definition at line 161 of file Actor.cpp. References Channel::recvObj(), theBroker, and theChannel. Referenced by ActorSubdomain::run().
Definition at line 173 of file Actor.cpp. References Channel::recvMsg(), and theChannel. Referenced by getMethod().
Definition at line 193 of file Actor.cpp. References Channel::sendMatrix(), and theChannel. Referenced by ActorSubdomain::run().
Definition at line 202 of file Actor.cpp. References Channel::recvMatrix(), and theChannel. Referenced by ActorSubdomain::run().
Definition at line 211 of file Actor.cpp. References Channel::sendVector(), and theChannel. Referenced by ActorSubdomain::run().
Definition at line 220 of file Actor.cpp. References Channel::recvVector(), and theChannel. Referenced by ActorSubdomain::run(), and ActorSubdomain::updateTimeDt().
Definition at line 229 of file Actor.cpp. References Channel::sendID(), and theChannel. Referenced by ActorSubdomain::barrierCheck(), and ActorSubdomain::run().
Definition at line 238 of file Actor.cpp. References Channel::recvID(), and theChannel. Referenced by ActorSubdomain::barrierCheck(), and ActorSubdomain::run().
Reimplemented in ActorSubdomain. Definition at line 278 of file Actor.cpp. References Channel::recvID(), Channel::sendID(), and theChannel.
Member Data Documentation
Definition at line 103 of file Actor.h. Referenced by getObjectBrokerPtr(), recvObject(), and ActorSubdomain::run().
Definition at line 104 of file Actor.h. Referenced by Actor(), barrierCheck(), getChannelPtr(), recvID(), recvMatrix(), recvMessage(), recvObject(), recvVector(), sendID(), sendMatrix(), sendMessage(), sendObject(), and sendVector().
The documentation for this class was generated from the following files: |