DiaDes  0.1
DIAgnosisofDiscrete-EventSystem
Namespaces | Functions
Simulation.hh File Reference
#include <sstream>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <diades/automata/Event.hh>
#include <diades/io/xml/automata/Tags.hh>
#include <diades/io/xml/Xml.hh>
#include <diades/io/xml/automata/Automata.hh>
Include dependency graph for Simulation.hh:

Go to the source code of this file.

Namespaces

 Diades
 Namespace of the Diades project.
 
 Diades::Io
 
 Diades::Io::Xml
 

Functions

template<typename InputIterator1 , typename InputIterator2 >
void Diades::Io::Xml::saveXmlSimulation (InputIterator1 simFirst1, InputIterator1 simEnd1, InputIterator2 obsFirst2, InputIterator2 obsEnd2, const std::string &file)
 
template<typename InputIterator0 , typename InputIterator1 , typename InputIterator2 >
void Diades::Io::Xml::saveXmlSimulation (InputIterator0 faultBegin, InputIterator0 faultEnd, InputIterator1 simFirst1, InputIterator1 simEnd1, InputIterator2 obsFirst2, InputIterator2 obsEnd2, const std::string &file)
 
template<typename OutputIterator1 , typename OutputIterator2 >
void Diades::Io::Xml::loadXmlSimulation (const std::string &file, OutputIterator1 simulation, OutputIterator2 observations)
 
template<typename OutputIterator0 , typename OutputIterator1 , typename OutputIterator2 >
void Diades::Io::Xml::loadXmlSimulation (const std::string &file, OutputIterator0 faults, OutputIterator1 simulation, OutputIterator2 observations)