Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SIPp/sipp
/ getDouble
Method
getDouble
src/variables.cpp:94–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
double CCallVariable::getDouble()
95
{
96
if (M_type != E_VT_DOUBLE) {
97
return 0.0;
98
}
99
return(M_double);
100
}
101
102
void CCallVariable::setString(char *P_val)
103
{
Callers
6
compare
Method · 0.80
executeMessage
Method · 0.80
createSendingMessage
Method · 0.80
process_incoming
Method · 0.80
get_rhs
Method · 0.80
executeAction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected