openDAQ
Open data acquisition platform
RulePrivatePtr Class Reference

Private rule interface implemented by Dimension rules, Data rules and Scaling. Allows for parameter verification. More...

Inherits ObjectPtr< IRulePrivate >.

Detailed Description

Private rule interface implemented by Dimension rules, Data rules and Scaling. Allows for parameter verification.

Public Member Functions

void verifyParameters () const
 Checks whether the parameters are valid and returns an appropriate error code if not. More...
 

Member Function Documentation

◆ verifyParameters()

void verifyParameters ( ) const
inline

Checks whether the parameters are valid and returns an appropriate error code if not.

Exceptions
OpendaqErrExceptionIf the parameters are invalid for the specific rule type.