1.1.1.1.13 OcaBitstringActuator
Class Hierarchy:
OcaRoot : OcaWorker : OcaActuator : OcaBasicActuator : OcaBitstringActuator
-
class OcaBitstringActuator : OcaBasicActuator
Bitstring actuator. Maximum bitstring length is 65,536 bits.
Properties:
-
OcaBitstring Setting
The bitstring data. New name for v3 of this class.
This property has id
5.1
.
-
static const OcaClassID ClassID = "1.1.1.1.13"
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
.
Properties inherited from 1.1.1.1 OcaBasicActuator:
OcaMap<OcaPortID, OcaPortClockMapEntry> OcaWorker::PortClockMap
OcaList<OcaPort> OcaWorker::Ports
Methods:
-
OcaStatus GetNrBits(OcaUint16 &nrBits)
Gets the number of bits in the string.
This method has id
5.1
.nrBits: Output parameter.
-
OcaStatus GetBit(OcaUint16 bitNr, OcaBoolean &Value)
Gets the bit value of the given bit.
This method has id
5.2
.
-
OcaStatus SetBit(OcaUint16 bitNr, OcaBoolean Value)
Sets the bit value of the given bit.
This method has id
5.3
.
-
OcaStatus GetSetting(OcaBitstring &Setting)
Gets the entire bitstring.
This method has id
5.4
.Setting: Output parameter.
-
OcaStatus SetSetting(OcaBitstring Setting)
Sets the entire bitstring.
This method has id
5.5
.Setting: Input parameter.
Methods inherited from 1.1.1.1 OcaBasicActuator:
-
OcaBitstring Setting