Template Struct BusToSignalAdapterData
Defined in File BusToSignalAdapterData.hpp
Inheritance Relationships
Base Type
public GridKit::PhasorDynamics::ComponentData< real_type, index_type, BusToSignalAdapterParameters, BusToSignalAdapterPorts, BusToSignalAdapterMonitorableVariables >(Template Struct ComponentData)
Struct Documentation
-
template<typename real_type, typename index_type>
struct BusToSignalAdapterData : public GridKit::PhasorDynamics::ComponentData<real_type, index_type, BusToSignalAdapterParameters, BusToSignalAdapterPorts, BusToSignalAdapterMonitorableVariables> Modeling data for BusToSignalAdapter using ComponentData base.
- Template Parameters:
RealT – Real number type (e.g., double)
IdxT – Index type (e.g., size_t)