Enumerations

 

ET_MeasurandTypes

Overview

Type:

Enumeration

Available as of:

V1.0.0.0

Default:

E_NotClassified

Description

The enumeration includes the types of measurand.

Enumeration Elements

Name

Value

Description

E_NotClassified

0

The measured value type is not defined. You can use the input i_sName of the AddMeasurand method to provide information on the measured value.

E_ExecutionTime

1

The measured value is the execution time of the module in nanoseconds. You can use the input i_sName of the AddMeasurand method to provide more information on the time that is measured.

E_SizeOf

2

The measured value is the size of the module in bytes.

Used By

FB_MeasurandList