ns-3
ns3::FlowClassifier Class Reference

#include <flow-classifier.h>

Inheritance diagram for ns3::FlowClassifier:
Collaboration diagram for ns3::FlowClassifier:

List of all members.

Public Member Functions

virtual void SerializeToXmlStream (std::ostream &os, int indent) const =0
- Public Member Functions inherited from ns3::SimpleRefCount< FlowClassifier >
 SimpleRefCount (const SimpleRefCount &o)
SimpleRefCountoperator= (const SimpleRefCount &o)
void Ref (void) const
void Unref (void) const
uint32_t GetReferenceCount (void) const

Protected Member Functions

FlowId GetNewFlowId ()

Additional Inherited Members

- Static Public Member Functions inherited from ns3::SimpleRefCount< FlowClassifier >
static void Cleanup (void)

Detailed Description

provides a method to translate raw packet data into abstract flow identifier'' andpacket identifier'' parameters. These identifiers are unsigned 32-bit integers that uniquely identify a flow and a packet within that flow, respectively, for the whole simulation, regardless of the point in which the packet was captured. These abstract identifiers are used in the communication between FlowProbe and FlowMonitor, and all collected statistics reference only those abstract identifiers in order to keep the core architecture generic and not tied down to any particular flow capture method or classification system.


The documentation for this class was generated from the following files: