

Public Member Functions | |
| RedPDFlowClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 74 of file red-pd.cc.
00074 : TclClass("QueueMonitor/ED/Flow/RedPD") {} |
|
||||||||||||
|
Definition at line 75 of file red-pd.cc.
00075 {
00076 return (new RedPDFlow);
00077 }
|
1.3.3