OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
|
#include "ComRef.h"
#include "Connector.h"
#include "Variable.h"
#include <deque>
#include <fmilib.h>
#include <map>
#include <stack>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | oms::DirectedGraph |
Namespaces | |
oms | |
Typedefs | |
typedef std::vector< std::pair< int, int > > | oms_ssc_t |
Strong connected components data type. More... | |
typedef std::vector< std::pair<int, int> > oms_ssc_t |
Strong connected components data type.
A vector of pairs of connected components.