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

Method sendObj

DEVELOPER/core/FE_Datastore.cpp:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96
97int
98FE_Datastore::sendObj(int commitTag,
99 MovableObject &theObject,
100 ChannelAddress *theAddress)
101{
102 return theObject.sendSelf(commitTag, *this);
103}
104
105int
106FE_Datastore::recvObj(int commitTag,

Callers

nothing calls this directly

Calls 1

sendSelfMethod · 0.45

Tested by

no test coverage detected