Template Struct SignalNodeData

Struct Documentation

template<typename real_type, typename index_type>
struct SignalNodeData

Contains modeling data for a Bus.

Integer parameters are of the same type as matrix and vector indices.

Todo:

Decide on naming scheme for model parameters.

Template Parameters:
  • real_type – Real parameter data type

  • index_type – Integer parameter data type

Public Members

std::string name

A name given to this bus.

IdxT signal_id = {0}

The unique ID of the signal node.