|
DPsim
|
Public Member Functions | |
| LogTask (MnaSolverDirect< VarType > &solver) | |
| void | execute (Real time, Int timeStepCount) |
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 262 of file MNASolverDirect.h.
|
inline |
Definition at line 264 of file MNASolverDirect.h.
|
inlinevirtual |
Implements CPS::Task.
Definition at line 270 of file MNASolverDirect.h.