Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

TrafficGraphData Member List

This is the complete list of members for TrafficGraphData, including all inherited members.

clear()TrafficGraphData
convertSampleToBandwidth(float dataAmount)TrafficGraphDataprivate
currentGraphRangeTrafficGraphDataprivate
currentSampleCounterTrafficGraphDataprivate
DESIRED_DATA_SAMPLESTrafficGraphDatastatic
DesiredQueueSizesTrafficGraphDataprivatestatic
getCurrentRangeQueue()TrafficGraphData
getCurrentRangeQueueWithAverageBandwidth()TrafficGraphData
getLastBytesIn()TrafficGraphDatainline
getLastBytesOut()TrafficGraphDatainline
getRangeQueue(GraphRange range)TrafficGraphData
GraphRange enum nameTrafficGraphData
nLastBytesInTrafficGraphDataprivate
nLastBytesOutTrafficGraphDataprivate
operator=(TrafficGraphData const &)TrafficGraphDataprivate
Range_10m enum valueTrafficGraphData
Range_12h enum valueTrafficGraphData
Range_15m enum valueTrafficGraphData
Range_1h enum valueTrafficGraphData
Range_24h enum valueTrafficGraphData
Range_2h enum valueTrafficGraphData
Range_30m enum valueTrafficGraphData
Range_3h enum valueTrafficGraphData
Range_5m enum valueTrafficGraphData
Range_6h enum valueTrafficGraphData
RangeMinutesTrafficGraphDatastatic
sampleMapTrafficGraphDataprivate
SampleQueue typedefTrafficGraphData
SampleQueueMap typedefTrafficGraphData
sampleStashTrafficGraphDataprivate
setLastBytes(quint64 nLastBytesIn, quint64 nLastBytesOut)TrafficGraphData
SMALLEST_SAMPLE_PERIODTrafficGraphDatastatic
sumEach2Samples(const SampleQueue &rangeQueue)TrafficGraphDataprivate
sumEach3Samples(const SampleQueue &rangeQueue, GraphRange range)TrafficGraphDataprivate
switchRange(GraphRange newRange)TrafficGraphData
TrafficGraphData(GraphRange range)TrafficGraphData
TrafficGraphData(const TrafficGraphData &that)TrafficGraphDataprivate
tryAddingSampleToStash(GraphRange range)TrafficGraphDataprivate
tryUpdateNextWithLast2Samples(GraphRange range, GraphRange nextRange)TrafficGraphDataprivate
tryUpdateNextWithLast3Samples(GraphRange range, GraphRange nextRange)TrafficGraphDataprivate
update(const TrafficSample &trafficSample)TrafficGraphData
update(quint64 totalBytesRecv, quint64 totalBytesSent)TrafficGraphData
update(GraphRange range, const TrafficSample &trafficSample)TrafficGraphDataprivate
Released under the MIT license