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

Method sendVector

SRC/actor/actor/Actor.cpp:216–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216int
217Actor::sendVector(const Vector &theVector, ChannelAddress *theAddress )
218{
219 if (theAddress == 0)
220 return theChannel->sendVector(0, commitTag, theVector,theRemoteShadowsAddress);
221 else
222 return theChannel->sendVector(0, commitTag, theVector,theAddress);
223}
224
225int
226Actor::recvVector(Vector &theVector, ChannelAddress *theAddress )

Callers 15

sendSelfMethod · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected