Interface used enable the output of sensor private metadata for a request.
More...
#include <SensorPrivateMetadata.h>
List of all members.
Public Member Functions |
| virtual void | setMetadataEnable (bool enable)=0 |
| | Enables the sensor private metadata, will only work if the sensor supports embedded metadata.
|
| virtual bool | getMetadataEnable () const =0 |
| | Returns if the metadata is enabled for this request.
|
Detailed Description
Interface used enable the output of sensor private metadata for a request.
Definition at line 89 of file SensorPrivateMetadata.h.
Constructor & Destructor Documentation
| Argus::Ext::ISensorPrivateMetadataRequest::~ISensorPrivateMetadataRequest |
( |
| ) |
|
|
inlineprotected |
Member Function Documentation
| virtual bool Argus::Ext::ISensorPrivateMetadataRequest::getMetadataEnable |
( |
| ) |
const |
|
pure virtual |
Returns if the metadata is enabled for this request.
| static const InterfaceID& Argus::Ext::ISensorPrivateMetadataRequest::id |
( |
| ) |
|
|
inlinestatic |
| virtual void Argus::Ext::ISensorPrivateMetadataRequest::setMetadataEnable |
( |
bool |
enable | ) |
|
|
pure virtual |
Enables the sensor private metadata, will only work if the sensor supports embedded metadata.
- Parameters:
-
| [in] | enable | whether to output embedded metadata. |
The documentation for this class was generated from the following file: