OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
Public Attributes | List of all members
oms::scc_t Struct Reference

Strong connected components data type. More...

#include <DirectedGraph.h>

Public Attributes

std::vector< std::pair< int, int > > connections
 
bool thisIsALoop
 
unsigned int size
 
unsigned int size_including_internal
 
std::set< oms::ComRefcomponent_names
 
double factor
 
bool suppressUnitConversion
 

Detailed Description

Strong connected components data type.

A vector of pairs of connected components.

Member Data Documentation

◆ component_names

std::set<oms::ComRef> oms::scc_t::component_names

◆ connections

std::vector< std::pair<int, int> > oms::scc_t::connections

◆ factor

double oms::scc_t::factor

◆ size

unsigned int oms::scc_t::size

◆ size_including_internal

unsigned int oms::scc_t::size_including_internal

◆ suppressUnitConversion

bool oms::scc_t::suppressUnitConversion

◆ thisIsALoop

bool oms::scc_t::thisIsALoop

The documentation for this struct was generated from the following file: