File Information
Library: IoT/Devices
Package: Generated
Header: IoT/Devices/CameraEventDispatcher.h
Description
The base class for image sensors, also known as cameras.
Inheritance
Direct Base Classes: Poco::RemotingNG::EventDispatcher
All Base Classes: Poco::RefCountedObject, Poco::RemotingNG::EventDispatcher
Member Summary
Member Functions: event__imageCaptured, event__statusChanged, remoting__typeId
Inherited Functions: accept, attributes, duplicate, protocol, referenceCount, release, removeEventFilter, setEventFilter, setEventFilterImpl, subscribe, transportForSubscriber, unsubscribe
Constructors
CameraEventDispatcher
CameraEventDispatcher(
ICamera * pInterface,
const Poco::RemotingNG::Identifiable::ObjectId & objectId,
const std::string & protocol
);
Creates a CameraEventDispatcher.
Destructor
~CameraEventDispatcher
virtual ~CameraEventDispatcher();
Destroys the CameraEventDispatcher.
Member Functions
event__imageCaptured
void event__imageCaptured(
const void * pSender,
const Poco::SharedPtr < IoT::Devices::Image > & data
);
event__statusChanged
void event__statusChanged(
const void * pSender,
const IoT::Devices::DeviceStatusChange & data
);
remoting__typeId
virtual const Poco::RemotingNG::Identifiable::TypeId & remoting__typeId() const;