DPsim
Loading...
Searching...
No Matches
DPsim::Scheduler::Root Class Reference

#include <Scheduler.h>

Inheritance diagram for DPsim::Scheduler::Root:
[legend]
Collaboration diagram for DPsim::Scheduler::Root:
[legend]

Public Member Functions

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< TaskPtr
 
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::PtrmAttributeDependencies
 
std::vector< AttributeBase::PtrmModifiedAttributes
 
std::vector< AttributeBase::PtrmPrevStepDependencies
 

Detailed Description

Root task that has a dependency on the external attribute which means that it should not be removed from the task graph

Definition at line 71 of file Scheduler.h.

Constructor & Destructor Documentation

◆ Root()

DPsim::Scheduler::Root::Root ( )
inline

Definition at line 73 of file Scheduler.h.

Member Function Documentation

◆ execute()

void DPsim::Scheduler::Root::execute ( Real time,
Int timeStepCount )
inlinevirtual

Implements CPS::Task.

Definition at line 75 of file Scheduler.h.


The documentation for this class was generated from the following file: