#include <vector>
#include <omnetpp.h>
#include "IntServ.h"
Functions | |
void | removeDuplicates (std::vector< int > &vec) |
bool | find (std::vector< int > &vec, int value) |
bool | find (const IPAddressVector &vec, IPAddress addr) |
void | append (std::vector< int > &dest, const std::vector< int > &src) |
int | nodepos (const EroVector &ERO, IPAddress node) |
cModule * | payloadOwner (cMessage *msg) |
void append | ( | std::vector< int > & | dest, | |
const std::vector< int > & | src | |||
) |
bool find | ( | const IPAddressVector & | vec, | |
IPAddress | addr | |||
) |
bool find | ( | std::vector< int > & | vec, | |
int | value | |||
) |
cModule* payloadOwner | ( | cMessage * | msg | ) |
void removeDuplicates | ( | std::vector< int > & | vec | ) |