OcaBasicSensor#
This document describes the controller implementation of OcaBasicSensor. This class is documented in the AES70 standard as:
Abstract base class for basic sensors.
Overview#
- ClassID: 1.1.2.1
- Header:
aes70/controller/OcaBasicSensor.hpp
- Namespace:
aes70::controller
- Inheritance: aes70::controller::OcaSensor, aes70::controller::OcaWorker, aes70::controller::OcaRoot, aes70::controller::object
Class Declaration#
namespace aes70::controller
{
class OcaBasicSensor : public OcaSensor
{
public:
OcaBasicSensor(std::shared_ptr<connection> connection,
uin32_t object_number);
OcaBasicSensor(const OcaBasicSensor &o);
// Control Methods
// Observing Properties
// Property Changed Subscriptions
};
}