Diarkis C++Client Library API Document
DiarkisRTTSample Struct Reference

Represent the sampled value of RTT. More...

#include <profile.h>

Public Attributes

int64_t timestamp
 Time when the packet to measure the RTT was transmitted. Represent the time elapsed since the SetupProfile was executed (ms). More...
 
int64_t value
 RTT value measured by packets sent at timestamp time (ms) More...
 

Detailed Description

Represent the sampled value of RTT.

Member Data Documentation

◆ timestamp

int64_t DiarkisRTTSample::timestamp

Time when the packet to measure the RTT was transmitted. Represent the time elapsed since the SetupProfile was executed (ms).

◆ value

int64_t DiarkisRTTSample::value

RTT value measured by packets sent at timestamp time (ms)


The documentation for this struct was generated from the following file: