|
INET Framework for OMNeT++/OMNEST
|
Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Functions | |
| EroVector | inet::routeToEro (const IPAddressVector &rro) |
| std::string | inet::vectorToString (const IPAddressVector &vec) |
| std::string | inet::vectorToString (const IPAddressVector &vec, const char *delim) |
| std::string | inet::vectorToString (const EroVector &vec) |
| std::string | inet::vectorToString (const EroVector &vec, const char *delim) |
| void | inet::removeDuplicates (std::vector< int > &vec) |
| TODO documentation. More... | |
| bool | inet::find (std::vector< int > &vec, int value) |
| TODO documentation. More... | |
| bool | inet::find (const IPAddressVector &vec, IPv4Address addr) |
| TODO documentation. More... | |
| void | inet::append (std::vector< int > &dest, const std::vector< int > &src) |
| TODO documentation. More... | |
| int | inet::find (const EroVector &ERO, IPv4Address node) |
| TODO documentation. More... | |
| cModule * | inet::getPayloadOwner (cPacket *msg) |
| XXX function appears to be unused. More... | |