DPsim
|
Public Member Functions | |
PostStep (Interface &intf) | |
void | execute (Real time, Int timeStepCount) override |
Public Member Functions inherited from CPS::Task | |
virtual String | toString () const |
const std::vector< AttributeBase::Ptr > & | getAttributeDependencies () |
const std::vector< AttributeBase::Ptr > & | getModifiedAttributes () |
const std::vector< AttributeBase::Ptr > & | getPrevStepDependencies () |
Additional Inherited Members | |
Public Types inherited from CPS::Task | |
typedef std::shared_ptr< Task > | Ptr |
typedef std::vector< Ptr > | List |
Protected Member Functions inherited from CPS::Task | |
Task (const std::string &name) | |
Protected Attributes inherited from CPS::Task | |
std::string | mName |
std::vector< AttributeBase::Ptr > | mAttributeDependencies |
std::vector< AttributeBase::Ptr > | mModifiedAttributes |
std::vector< AttributeBase::Ptr > | mPrevStepDependencies |
Definition at line 152 of file Interface.h.