class StreamSrcDest

Stream Source and Destination. More...

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

Public Methods

Public Members


Detailed Description

This class is contains source and destination of a stream.

 StreamSrcDest ()

Constructor.

void  translate ()

Translate byte order.

void  reset ()

Reset.

int  operator== (const StreamSrcDest& ssd)

[const]

== operator.

int  operator!= (const StreamSrcDest& ssd)

[const]

!= operator.

PortableAddress Source

Source address of the stream in portable address format.

PortableAddress Destination

Destination address of the stream in portable address format.

card32 FlowLabel

Flow label for IPv6 support.

card8 TrafficClass

Traffic class.

bool IsValid

Is this StreamSrcDest valid?

card16 pad

Padding for alignment.