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

Method setData

SRC/actor/message/Message.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void
87Message::setData(char *theData, int theLength)
88{
89 data = theData;
90 length = theLength;
91}
92
93const char *
94Message::getData(void)

Callers 8

addD_ForceMethod · 0.45
addM_ForceMethod · 0.45
addD_ForceSensitivityMethod · 0.45
addM_ForceSensitivityMethod · 0.45
recvMatrixMethod · 0.45
recvVectorMethod · 0.45
recvIDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected