![]() |
helics
2.8.1
|
#include <FilterOperations.hpp>
Inheritance diagram for helics::DelayFilterOperation:Public Member Functions | |
| DelayFilterOperation (Time delayTime=timeZero) | |
| virtual void | set (const std::string &property, double val) override |
| virtual void | setString (const std::string &property, const std::string &val) override |
| virtual std::shared_ptr< FilterOperator > | getOperator () override |
Public Member Functions inherited from helics::FilterOperations | |
| FilterOperations (const FilterOperations &fo)=delete | |
| FilterOperations (FilterOperations &&fo)=delete | |
| FilterOperations & | operator= (const FilterOperations &fo)=delete |
| FilterOperations & | operator= (FilterOperations &&fo)=delete |
filter for delaying a message in time
|
overridevirtual |
set a property on a filter
| property | the name of the property of the filter to change |
| val | the numerical value of the property |
Reimplemented from helics::FilterOperations.
References helics::timeZero.
|
overridevirtual |
set a string property on a filter
| property | the name of the property of the filter to change |
| val | the numerical value of the property |
Reimplemented from helics::FilterOperations.
1.8.17