helics  3.0.1
Public Member Functions | List of all members
helics::RandomDropFilterOperation Class Reference

#include <FilterOperations.hpp>

+ Inheritance diagram for helics::RandomDropFilterOperation:

Public Member Functions

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< FilterOperatorgetOperator () override
 
- Public Member Functions inherited from helics::FilterOperations
 FilterOperations (const FilterOperations &fo)=delete
 
 FilterOperations (FilterOperations &&fo)=delete
 
FilterOperationsoperator= (const FilterOperations &fo)=delete
 
FilterOperationsoperator= (FilterOperations &&fo)=delete
 

Detailed Description

filter for randomly dropping a packet

Member Function Documentation

◆ set()

void helics::RandomDropFilterOperation::set ( const std::string &  property,
double  val 
)
overridevirtual

set a property on a filter

Parameters
propertythe name of the property of the filter to change
valthe numerical value of the property

Reimplemented from helics::FilterOperations.

◆ setString()

void helics::RandomDropFilterOperation::setString ( const std::string &  property,
const std::string &  val 
)
overridevirtual

set a string property on a filter

Parameters
propertythe name of the property of the filter to change
valthe numerical value of the property

Reimplemented from helics::FilterOperations.


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