Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
void
87
Message::setData(char *theData, int theLength)
88
{
89
data = theData;
90
length = theLength;
91
}
92
93
const char *
94
Message::getData(void)
Callers
8
TransformationFE.cpp
File · 0.45
addD_Force
Method · 0.45
addM_Force
Method · 0.45
addD_ForceSensitivity
Method · 0.45
addM_ForceSensitivity
Method · 0.45
recvMatrix
Method · 0.45
recvVector
Method · 0.45
recvID
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected