struct StreamReport

Stream Report. More...

Full nameCoral::StreamReport
Definition#include <streamreport.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Members


Detailed Description

This class contains a report for a single stream.

See also: StreamManagerReport

StreamReport ()

Constructor.

void translate ()

Translate byte order.

void reset ()

Reset.

int operator== (const StreamReport& report)
[const]

Implementation of == operator.

int operator!= (const StreamReport& report)
[const]

Implementation of == operator.

PortableAddress Source

Source address of the stream.

PortableAddress Destination

Destination address of the stream.

card32 FlowLabel

Flow label.

card64 [TrafficClassValues::MaxValues] BytesRaw

Raw bytes sent in each traffic class.

card64 [TrafficClassValues::MaxValues] BytesPayload

Payload bytes sent in each traffic class.

card32 [TrafficClassValues::MaxValues] Packets

Packets sent in traffic class.