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

Method recvObj

SRC/actor/channel/FileChannel.cpp:175–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173
174
175int FileChannel::recvObj(int commitTag,
176 MovableObject &theObject,
177 FEM_ObjectBroker &theBroker,
178 ChannelAddress *theAddress) {
179 if ( !theFile )
180 return -1;
181
182
183 setCommitStep( commitTag );
184 return theObject.recvSelf(commitTag, *this, theBroker);
185}
186
187
188int FileChannel::sendMsg(int dbTag, int commitTag, const Message &, ChannelAddress *theAddress)

Callers

nothing calls this directly

Calls 1

recvSelfMethod · 0.45

Tested by

no test coverage detected