MCPcopy Create free account
hub / github.com/Haivision/srt / ShowDistance

Function ShowDistance

testing/utility-test.cpp:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21using namespace srt;
22
23void ShowDistance(int32_t s1, int32_t s2)
24{
25 using namespace std;
26
27 cout << "s1=" << s1 << "s2=" << s2 << " DISTANCE:\n";
28 cout << "seqcmp -> " << CSeqNo::seqcmp(s1, s2) << endl;
29 cout << "seqoff -> " << CSeqNo::seqoff(s2, s1) << endl;
30}
31
32int main()
33{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected