class TrafficShaperSingleton

Traffic Shaper Singleton. More...

Full nameCoral::TrafficShaperSingleton
Definition#include <trafficshaper.h>
InheritsCoral::TimedThread
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Members


Detailed Description

This class is a singleton for the traffic shaper.

TrafficShaperSingleton ()

Constructor.

~TrafficShaperSingleton ()

Destructor.

void addTrafficShaper (TrafficShaper* ts)

Add traffic shaper object.

Parameters:
tsTrafficShaper.

void removeTrafficShaper (TrafficShaper* ts)

Remove traffic shaper object.

Parameters:
tsTrafficShaper.