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

Method sendMsg

SRC/database/NEESData.cpp:93–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93int
94NEESData::sendMsg(int dataTag, int commitTag,
95 const Message &,
96 ChannelAddress *theAddress)
97{
98 opserr << "NEESData::sendMsg(int dataTag, int commitTag, - should not be called\n";
99 return -1;
100}
101
102int
103NEESData::recvMsg(int dataTag, int commitTag,

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
mainFunction · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45
sendSelfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected