MCPcopy Create free account
hub / github.com/SIPp/sipp / sample

Method sample

src/stat.cpp:1537–1540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1535 this->value = value;
1536}
1537double CFixed::sample()
1538{
1539 return value;
1540}
1541int CFixed::textDescr(char *s, int len)
1542{
1543 return snprintf(s, len, "%lf", value);

Callers 2

executeMessageMethod · 0.80
executeActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected