INET Framework for OMNeT++/OMNEST
|
Represents a BonnMotion file's contents. More...
#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> inet::BonnMotionFile::Line |
|
protected |
const BonnMotionFile::Line * inet::BonnMotionFile::getLine | ( | int | nodeId | ) | const |
Referenced by inet::BonnMotionMobility::initialize().
|
friend |
Referenced by inet::BonnMotionFileCache::getInstance().
|
protected |
Referenced by getLine(), and inet::BonnMotionFileCache::parseFile().