27 #include "../NIImporter_Vissim.h" 28 #include "../tempstructs/NIVissimSource.h" 47 if (
id ==
"DATENBANK") {
51 std::string type =
myRead(from);
52 if (type ==
"abfluss") {
53 while (type !=
"signalgruppe") {
56 while (type !=
"DATAEND") {
59 }
else if (type ==
"vbv") {}
else if (type ==
"dichte") {}
else if (type ==
"emissionen") {}
else if (type ==
"fzprot") {}
else if (type ==
"spwprot") {}
else if (type ==
"segment") {
60 while (type !=
"konfdatei") {
63 }
else if (type ==
"wegeausw") {}
else if (type ==
"knoten") {}
else if (type ==
"konvergenz") {
64 while (type !=
"zeit") {
std::string myRead(std::istream &from)
reads from the stream and returns the lower case version of the read value
~NIVissimSingleTypeParser_Auswertungsdefinition()
Destructor.
std::string readEndSecure(std::istream &from, const std::string &excl="")
as myRead, but returns "DATAEND" when the current field has ended
Importer for networks stored in Vissim format.
NIVissimSingleTypeParser_Auswertungsdefinition(NIImporter_Vissim &parent)
Constructor.
bool parse(std::istream &from)
Parses the data type from the given stream.