RINASim
October 2016
Documentation of framework for OMNeT++
|
#include "RMTQueue.h"
Go to the source code of this file.
Functions | |
Define_Module (RMTQueue) | |
std::ostream & | operator<< (std::ostream &os, const RMTQueue &cte) |
Variables | |
const char * | SIG_STAT_RMTQUEUE_LENGTH = "RMTQueue_Length" |
const char * | SIG_STAT_RMTQUEUE_DROP = "RMTQueue_Drop" |
Define_Module | ( | RMTQueue | ) |
std::ostream& operator<< | ( | std::ostream & | os, |
const RMTQueue & | cte | ||
) |
Definition at line 100 of file RMTQueue.cc.
const char* SIG_STAT_RMTQUEUE_DROP = "RMTQueue_Drop" |
Definition at line 26 of file RMTQueue.cc.
const char* SIG_STAT_RMTQUEUE_LENGTH = "RMTQueue_Length" |
Definition at line 25 of file RMTQueue.cc.
Referenced by RMTQueue::initialize().