33 #include "../NIImporter_Vissim.h" 34 #include "../tempstructs/NIVissimSource.h" 53 if (
id ==
"DATENBANK") {
57 std::string type =
myRead(from);
58 if (type ==
"abfluss") {
59 while (type !=
"signalgruppe") {
62 while (type !=
"DATAEND") {
65 }
else if (type ==
"vbv") {}
else if (type ==
"dichte") {}
else if (type ==
"emissionen") {}
else if (type ==
"fzprot") {}
else if (type ==
"spwprot") {}
else if (type ==
"segment") {
66 while (type !=
"konfdatei") {
69 }
else if (type ==
"wegeausw") {}
else if (type ==
"knoten") {}
else if (type ==
"konvergenz") {
70 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.