dds-fmu 0.5.1
DDS-FMU communication integration
ddsfmu Namespace Reference

Namespaces

namespace  config
 
namespace  detail
 

Classes

struct  Converter
 Class with functions to convert between xtypes::DynamicData and fast-dds DynamicData. More...
 
class  DataMapper
 Manages mapping between FMU signals and xtypes data storage. More...
 
class  DomainListener
 
class  DynamicPubSub
 Dynamic Publisher and Subscriber. More...
 
class  FmiLogger
 
class  FmuInstance
 Co-simulation slave instance for dds-fmu. More...
 
class  SignalDistributor
 Signal distributor helper for creating model description. More...
 

Typedefs

typedef std::tuple< std::uint32_t, std::string, std::string, config::ScalarVariableTypeSignalInfo
 

Detailed Description

Everything pertaining to the dds fmu

Typedef Documentation

◆ SignalInfo

typedef std::tuple<std::uint32_t, std::string, std::string, config::ScalarVariableType> ddsfmu::SignalInfo