openDAQ
Open data acquisition platform
+ Collaboration diagram for Data rule:

Detailed Description

Modules

 Factories
 

Enumerations

enum class  DataRuleType { Other = 0 , Linear , Constant , Explicit }
 Enumeration of available Data rule types. More...
 

Enumeration Type Documentation

◆ DataRuleType

enum DataRuleType
strong

Enumeration of available Data rule types.

Enumerator
Other 

The rule is unknown to openDAQ and cannot be handled automatically.

Linear 

The parameters contain a delta and start parameters member. The value is calculated as: inputValue * delta + start .

Constant 

The value is a constant, as defined in the constant parameter field.

Explicit 

The value is explicitly defined and is part of the signal's packet buffers.