1.1.1.20 OcaTemperatureActuator

Class Hierarchy:

OcaRoot : OcaWorker : OcaActuator : OcaTemperatureActuator

class OcaTemperatureActuator : OcaActuator

A temperature actuator with Celsius units of measure.

Properties:

static const OcaClassID ClassID = "1.1.1.20"

Number that uniquely identifies the class. Note that this differs from the object number, which identifies the instantiated object. This property is an override of the OcaRoot property.

This property has id 1.1.

static const OcaClassVersionNumber ClassVersion = 3

Identifies the interface version of the class. Any change to the class definition leads to a higher class version. This property is an override of the OcaRoot property.

This property has id 1.2.

OcaTemperature Temperature

The temperature.

This property has id 4.1.

Properties inherited from 1.1.1 OcaActuator:

Methods:

OcaStatus GetTemperature(OcaTemperature &temperature, OcaTemperature &minTemperature, OcaTemperature &maxTemperature)

Gets the value and limits of the Temperature property.

This method has id 4.1.

OcaStatus SetTemperature(OcaTemperature temperature)

Sets the value of the Temperature property.

This method has id 4.2.

Methods inherited from 1.1.1 OcaActuator: