FNSS C++ library
C++ API for the Fast Network Simulation Setup (FNSS) toolchain
|
#include <parser.h>
Static Public Member Functions | |
static Topology | parseTopology (const std::string &file) |
static EventSchedule | parseEventSchedule (const std::string &file) |
static TrafficMatrixSequence | parseTrafficMatrixSequence (const std::string &file) |
Static class containing XML parsing functionality.
|
static |
Construct a EventSchedule
object by parsing an XML file.
file | the XML file to parse. |
Topology
object.
|
static |
|
static |
Construct a TrafficMatrixSequence
object by parsing an XML file.
file | the XML file to parse. |
Topology
object.