MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / sendObject

Method sendObject

SRC/actor/actor/Actor.cpp:156–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155
156int
157Actor::sendObject(MovableObject &theObject,
158 ChannelAddress *theAddress )
159{
160 if (theAddress == 0)
161 return theChannel->sendObj(commitTag, theObject,theRemoteShadowsAddress);
162 else
163 return theChannel->sendObj(commitTag, theObject,theAddress);
164}
165
166int
167Actor::recvObject(MovableObject &theObject,

Callers 15

ShadowTrussMethod · 0.45
addElementMethod · 0.45
addNodeMethod · 0.45
addExternalNodeMethod · 0.45
addSP_ConstraintMethod · 0.45
addMP_ConstraintMethod · 0.45
addLoadPatternMethod · 0.45
addNodalLoadMethod · 0.45
addElementalLoadMethod · 0.45
addRecorderMethod · 0.45
setAnalysisAlgorithmMethod · 0.45

Calls 1

sendObjMethod · 0.45

Tested by

no test coverage detected