DPsim
|
Public Member Functions | |
AttributeEvent (CPS::Real t, typename CPS::Attribute< T >::Ptr attr, T val) | |
void | execute () |
Public Member Functions inherited from DPsim::Event | |
Event (CPS::Real t) | |
Protected Attributes | |
CPS::Attribute< T >::Ptr | mAttribute |
T | mNewValue |
Protected Attributes inherited from DPsim::Event | |
CPS::Real | mTime |
Additional Inherited Members | |
Public Types inherited from DPsim::Event | |
using | Ptr = std::shared_ptr< Event > |
Static Public Member Functions inherited from SharedFactory< AttributeEvent< T > > | |
static std::shared_ptr< AttributeEvent< T > > | make (Args &&...args) |