functionObjectList added manualStart()/manualExecute()

- can call start()/execute() manually regardless of the execution status
This commit is contained in:
Mark Olesen
2009-02-13 15:10:22 +01:00
parent fafb3e8885
commit e03979ad3b
9 changed files with 98 additions and 58 deletions

View File

@ -126,8 +126,8 @@ public:
//- Switch the function object off
virtual void off();
//- Read and set the function object if its data has changed
virtual bool read(const dictionary& dict);
//- Read and set the function object if its data have changed
virtual bool read(const dictionary&);
};