MCPcopy 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
94double CCallVariable::getDouble()
95{
96 if (M_type != E_VT_DOUBLE) {
97 return 0.0;
98 }
99 return(M_double);
100}
101
102void CCallVariable::setString(char *P_val)
103{

Callers 6

compareMethod · 0.80
executeMessageMethod · 0.80
createSendingMessageMethod · 0.80
process_incomingMethod · 0.80
get_rhsMethod · 0.80
executeActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected