VcExecutor

This is an implementation of the virtual counter concept. The VcExecutor class executes code that is provided by the user. The user code defines the class VC which consists fo certain function members that need to be supplied. See the examples below.

Note: VcExector have to return an integer value. The example 7.8.7 shows how to deal with floating point numbers.

In addition to the attributes listed below extra attributes can be added to the class, these attributes have to be defined in the property DynamicAttributes of the device (see below the description of this property for details) and an additional method for writting/reading these attributes have to be defined in the VM class. See the examples below.



Subsections