![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
Define constrains of sampling parameters. More...
#include <ISamplingConstraints.h>
Inherits istd::IPolymorphic.
Public Member Functions | |
virtual istd::CRange | GetIntervalRange () const =0 |
Return range of possible sampling interval values. | |
virtual bool | IsSamplingModeSupported (int mode) const =0 |
Check if specified sampling mode is supported. | |
virtual istd::CRange | GetValueRange (bool forInput=true, bool forOutput=true, const iprm::IParamsSet *paramsSetPtr=nullptr) const =0 |
Get range of possible/representable sample values. | |
virtual int | GetMaximalSamplesCount (bool forInput=true, bool forOutput=true, const iprm::IParamsSet *paramsSetPtr=nullptr) const =0 |
Get maximal number of samples can be received/send at one time. | |
Define constrains of sampling parameters.
Definition at line 23 of file ISamplingConstraints.h.
|
pure virtual |
Return range of possible sampling interval values.
|
pure virtual |
Get maximal number of samples can be received/send at one time.
|
pure virtual |
Get range of possible/representable sample values.
|
pure virtual |
Check if specified sampling mode is supported.
© Witold Gantzke and Kirill Lepskiy