30 #ifndef SMARTMONITOR_H_
31 #define SMARTMONITOR_H_
42 ocupation(1), threshold(0), dropProb(1), absThreshold(0) {}
45 ocupation(o), threshold(t), dropProb(pD), absThreshold(aT) {}
queueStat(int o, int t, double pD, int aT)
virtual double getOutDropProb(RMTQueue *queue)=0
virtual double getInDropProb(RMTQueue *queue)=0
virtual RMTQueue * getNextOutput(RMTPort *port)=0
virtual RMTQueue * getNextInput(RMTPort *port)=0