![]() |
helics
2.8.1
|
#include <FilterOperations.hpp>
Inheritance diagram for helics::RandomDelayFilterOperation:Public Member Functions | |
| RandomDelayFilterOperation () | |
| ~RandomDelayFilterOperation () | |
| 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 generating a random delay time for a message
| helics::RandomDelayFilterOperation::RandomDelayFilterOperation | ( | ) |
default constructor
|
default |
destructor
|
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.
|
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