.. _ocauint64sensor: 1.1.2.1.9 OcaUint64Sensor ========================== Class Hierarchy: :ref:`OcaRoot ` : :ref:`OcaWorker ` : :ref:`OcaSensor ` : :ref:`OcaBasicSensor ` : :ref:`OcaUint64Sensor ` .. cpp:class:: OcaUint64Sensor: OcaBasicSensor 64-bit unsigned integer sensor **Properties**: .. _ocauint64sensor_classid: .. cpp:member:: static const OcaClassID ClassID = "1.1.2.1.9" 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``. .. _ocauint64sensor_classversion: .. cpp:member:: 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``. .. _ocauint64sensor_reading: .. cpp:member:: OcaUint64 Reading Uint64 reading. This property has id ``5.1``. Properties inherited from :ref:`ocabasicsensor`: - :cpp:texpr:`OcaClassID` :ref:`OcaRoot::ClassID ` - :cpp:texpr:`OcaClassVersionNumber` :ref:`OcaRoot::ClassVersion ` - :cpp:texpr:`OcaBoolean` :ref:`OcaRoot::Lockable ` - :cpp:texpr:`OcaLockState` :ref:`OcaRoot::LockState ` - :cpp:texpr:`OcaONo` :ref:`OcaRoot::ObjectNumber ` - :cpp:texpr:`OcaString` :ref:`OcaRoot::Role ` - :cpp:texpr:`OcaClassID` :ref:`OcaWorker::ClassID ` - :cpp:texpr:`OcaClassVersionNumber` :ref:`OcaWorker::ClassVersion ` - :cpp:texpr:`OcaBoolean` :ref:`OcaWorker::Enabled ` - :cpp:texpr:`OcaString` :ref:`OcaWorker::Label ` - :cpp:texpr:`OcaTimeInterval` :ref:`OcaWorker::Latency ` - :cpp:texpr:`OcaONo` :ref:`OcaWorker::Owner ` - :cpp:texpr:`OcaMap` :ref:`OcaWorker::PortClockMap ` - :cpp:texpr:`OcaList` :ref:`OcaWorker::Ports ` - :cpp:texpr:`OcaClassID` :ref:`OcaSensor::ClassID ` - :cpp:texpr:`OcaClassVersionNumber` :ref:`OcaSensor::ClassVersion ` - :cpp:texpr:`OcaSensorReadingState` :ref:`OcaSensor::ReadingState ` - :cpp:texpr:`OcaClassID` :ref:`OcaBasicSensor::ClassID ` - :cpp:texpr:`OcaClassVersionNumber` :ref:`OcaBasicSensor::ClassVersion ` **Methods**: .. _ocauint64sensor_getreading: .. cpp:function:: OcaStatus GetReading(OcaUint64 &Reading, OcaUint64 &minReading, OcaUint64 &maxReading) Gets the value and limits of the **Reading** property. This method has id ``5.1``. - :cpp:expr:`Reading`: Output parameter. - :cpp:expr:`minReading`: Output parameter. - :cpp:expr:`maxReading`: Output parameter. Methods inherited from :ref:`ocabasicsensor`: - :ref:`OcaBasicSensor::GetClassIdentification ` - :ref:`OcaBasicSensor::GetLockable ` - :ref:`OcaBasicSensor::GetLockState ` - :ref:`OcaBasicSensor::GetRole ` - :ref:`OcaBasicSensor::SetLockNoWrite ` - :ref:`OcaBasicSensor::SetLockNoReadWrite ` - :ref:`OcaBasicSensor::Unlock ` - :ref:`OcaBasicSensor::AddPort ` - :ref:`OcaBasicSensor::DeletePort ` - :ref:`OcaBasicSensor::DeletePortClockMapEntry ` - :ref:`OcaBasicSensor::GetEnabled ` - :ref:`OcaBasicSensor::GetLabel ` - :ref:`OcaBasicSensor::GetLatency ` - :ref:`OcaBasicSensor::GetOwner ` - :ref:`OcaBasicSensor::GetPath ` - :ref:`OcaBasicSensor::GetPortClockMap ` - :ref:`OcaBasicSensor::GetPortClockMapEntry ` - :ref:`OcaBasicSensor::GetPortName ` - :ref:`OcaBasicSensor::GetPorts ` - :ref:`OcaBasicSensor::SetEnabled ` - :ref:`OcaBasicSensor::SetLabel ` - :ref:`OcaBasicSensor::SetLatency ` - :ref:`OcaBasicSensor::SetPortClockMap ` - :ref:`OcaBasicSensor::SetPortClockMapEntry ` - :ref:`OcaBasicSensor::SetPortName ` - :ref:`OcaBasicSensor::GetReadingState `