34 stopAt = par(
"stopAt").longValue();
35 restartAt = par(
"restartAt").longValue();
43 RMTPort* port = rmtAllocator->getQueueToPortMapping(queue);
44 schedMod->addQueue(port, queue);
51 RMTPort* port = rmtAllocator->getQueueToPortMapping(queue);
52 schedMod->removeQueue(port, queue);
59 && strcmp(queue->getName(),
"outQ_noflow")
62 if (f ==
nullptr) { error(
"Queue flow is null"); }
69 && strcmp(queue->getName(),
"outQ_noflow")
72 if (f ==
nullptr) { error(
"Queue flow is null"); }
Class representing flow object with attributes from specs.
queueType getType() const
void preQueueRemoval(RMTQueue *queue)
const char * MOD_POL_RMT_SCHEDULER
const Flow * getFlow() const
void postQueueCreation(RMTQueue *queue)
const char * SIG_EFCP_StopSending
const char * SIG_EFCP_StartSending
void postPDURelease(RMTQueue *queue)
void postPDUInsertion(RMTQueue *queue)
Define_Module(IterativeMonitor)