|
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.
Definition at line 32 of file BonnMotionFileCache.h.
| typedef std::vector<double> BonnMotionFile::Line |
Definition at line 35 of file BonnMotionFileCache.h.
typedef std::list<Line> BonnMotionFile::LineList [protected] |
Definition at line 38 of file BonnMotionFileCache.h.
| const BonnMotionFile::Line * BonnMotionFile::getLine | ( | int | nodeId | ) | const |
Definition at line 23 of file BonnMotionFileCache.cc.
Referenced by BonnMotionMobility::initialize().
friend class BonnMotionFileCache [friend] |
Definition at line 37 of file BonnMotionFileCache.h.
LineList BonnMotionFile::lines [protected] |
Definition at line 39 of file BonnMotionFileCache.h.
Referenced by getLine(), and BonnMotionFileCache::parseFile().