|
INET Framework for OMNeT++/OMNEST
|
#include <BonnMotionFileCache.h>
Public Types | |
| typedef std::vector< double > | Line |
Public Member Functions | |
| const Line * | getLine (int nodeId) const |
Protected Types | |
| typedef std::list< Line > | LineList |
Protected Attributes | |
| LineList | lines |
Friends | |
| class | BonnMotionFileCache |
Represents a BonnMotion file's contents.
| typedef std::vector<double> BonnMotionFile::Line |
typedef std::list<Line> BonnMotionFile::LineList [protected] |
| const BonnMotionFile::Line * BonnMotionFile::getLine | ( | int | nodeId | ) | const |
Referenced by BonnMotionMobility::initialize().
friend class BonnMotionFileCache [friend] |
LineList BonnMotionFile::lines [protected] |
Referenced by getLine(), and BonnMotionFileCache::parseFile().