OpenJAUS Software Development Kit  4.3.1
Public Member Functions | Static Public Member Functions | List of all members
openjaus::environment::StillImageInterface Class Referenceabstract

Provides an abstract interface for the StillImage service. More...

#include <StillImageInterface.h>

Inherits openjaus::environment::VisualSensorInterface.

Inherited by openjaus::environment::services::StillImage [virtual].

Public Member Functions

virtual ~StillImageInterface ()
 
virtual ReportStillImageSensorCapabilities getReportStillImageSensorCapabilities (QueryStillImageSensorCapabilities *queryStillImageSensorCapabilities)=0
 Send a ReportStillImageSensorCapabilities message Send a ReportStillImageSensorCapabilities message. More...
 
virtual ReportStillImageSensorConfiguration getReportStillImageSensorConfiguration (QueryStillImageSensorConfiguration *queryStillImageSensorConfiguration)=0
 Send a ReportStillImageSensorConfiguration message Send a ReportStillImageSensorConfiguration message. More...
 
virtual ConfirmStillImageSensorConfiguration getConfirmStillImageSensorConfiguration (SetStillImageSensorConfiguration *setStillImageSensorConfiguration)=0
 Send sendConfirmStillImageSensorConfiguration message Send sendConfirmStillImageSensorConfiguration message. More...
 
virtual bool updateStillImageSensorConfiguration (SetStillImageSensorConfiguration *setStillImageSensorConfiguration)=0
 Update the sensor user controllable configuration parameters according to the ones specified. More...
 
virtual ReportStillImageData getReportStillImageData (QueryStillImageData *queryStillImageData)=0
 Send a ReportStillImageData message in requested coordinate system Send a ReportStillImageData message in requested coordinate system. More...
 
virtual ReportStillImageData getReportStillImageDataInNativeSystem (QueryStillImageData *queryStillImageData)=0
 Send a ReportStillImageData message in native coordinate system Send a ReportStillImageData message in native coordinate system. More...
 
virtual bool isCoordinateTransformSupported (QueryStillImageData *queryStillImageData)=0
 isCoordinateTransformSupported condition. More...
 
- Public Member Functions inherited from openjaus::environment::VisualSensorInterface
virtual ~VisualSensorInterface ()
 
virtual ReportVisualSensorGeometricProperties getReportVisualSensorGeometricProperties (QueryVisualSensorGeometricProperties *queryVisualSensorGeometricProperties)=0
 Send a ReportVisualSensorGeometricProperties message Send a ReportVisualSensorGeometricProperties message. More...
 
virtual ConfirmVisualSensorConfiguration getConfirmVisualSensorConfiguration (SetVisualSensorConfiguration *setVisualSensorConfiguration)=0
 Send sendConfirmVisualSensorConfiguration message Send sendConfirmVisualSensorConfiguration message. More...
 
virtual ReportVisualSensorConfiguration getReportVisualSensorConfiguration (QueryVisualSensorConfiguration *queryVisualSensorConfiguration)=0
 Send a ReportVisualSensorConfiguration message Send a ReportVisualSensorConfiguration message. More...
 
virtual bool updateVisualSensorConfiguration (SetVisualSensorConfiguration *setVisualSensorConfiguration)=0
 Update the sensor user controllable configuration parameters according to the ones specified. More...
 
virtual ReportVisualSensorCapabilities getReportVisualSensorCapabilities (QueryVisualSensorCapabilities *queryVisualSensorCapabilities)=0
 Send a ReportVisualSensorCapabilities message Send a ReportVisualSensorCapabilities message. More...
 
- Public Member Functions inherited from openjaus::core::AccessControlInterface
virtual ~AccessControlInterface ()
 
virtual void init ()=0
 
virtual void rejectController ()=0
 
virtual ReportControl getReportControl (QueryControl *queryControl)=0
 Send a Report Control message with the specified control value Send a Report Control message with the specified control value. More...
 
virtual ReportAuthority getReportAuthority (QueryAuthority *queryAuthority)=0
 Send a Report Authority message to querying client reporting the current authority value of this service Send a Report Authority message to querying client reporting the current authority value of this service. More...
 
virtual ReportTimeout getReportTimeout (QueryTimeout *queryTimeout)=0
 Send a Report Timeout message specifying the timeout period of this service Send a Report Timeout message specifying the timeout period of this service. More...
 
virtual bool setAuthority (RequestControl *requestControl)=0
 Set the current authority value of this service to the specified authority Set the current authority value of this service to the specified authority. More...
 
virtual bool setAuthority (SetAuthority *setAuthority)=0
 Set the current authority value of this service to the specified authority Set the current authority value of this service to the specified authority. More...
 
virtual bool resetTimer (RequestControl *requestControl)=0
 Reset the timer Reset the timer. More...
 
virtual bool sendConfirmControlNotAvailable (RequestControl *requestControl)=0
 Send a confirm control message with the specified response code to requesting client Send a confirm control message with the specified response code to requesting client. More...
 
virtual bool sendConfirmControlInsufficientAuthority (RequestControl *requestControl)=0
 Send a confirm control message with the specified response code to requesting client Send a confirm control message with the specified response code to requesting client. More...
 
virtual bool sendConfirmControlAccepted (RequestControl *requestControl)=0
 Send a confirm control message with the specified response code to requesting client Send a confirm control message with the specified response code to requesting client. More...
 
virtual bool sendRejectControlToController (RequestControl *requestControl)=0
 SendRejectControlToController action with input RequestControl. More...
 
virtual bool sendRejectControlNotAvailable (ReleaseControl *releaseControl)=0
 SendRejectControlNotAvailable action with input ReleaseControl. More...
 
virtual bool sendRejectControlReleased (ReleaseControl *releaseControl)=0
 SendRejectControlReleased action with input ReleaseControl. More...
 
virtual bool sendRejectControlReleased (DismissController *dismissController)=0
 SendRejectControlReleased action with input DismissController. More...
 
virtual bool storeAddress (RequestControl *requestControl)=0
 StoreAddress action with input RequestControl. More...
 
virtual bool updateControlledList (ConfirmControl *confirmControl)=0
 Modifies list of controlled components based on confirm or reject messages Modifies list of controlled components based on confirm or reject messages. More...
 
virtual bool updateControlledList (RejectControl *rejectControl)=0
 Modifies list of controlled components based on confirm or reject messages Modifies list of controlled components based on confirm or reject messages. More...
 
virtual bool isDefaultAuthorityGreater (RequestControl *requestControl)=0
 True if the default authority code of this service is greater than the authority code of the client service that triggered the corresponding transition True if the default authority code of this service is greater than the authority code of the client service that triggered the corresponding transition. More...
 
virtual bool isCurrentAuthorityLess (RequestControl *requestControl)=0
 True if the current authority value of this service is less than the authority code of the client service that triggered the corresponding transition True if the current authority value of this service is less than the authority code of the client service that triggered the corresponding transition. More...
 
virtual bool isAuthorityValid (SetAuthority *setAuthority)=0
 True if the value of the authority code received from the client is less than or equal to the current authority value of this service, but greater than or equal to the receiving component’s default authority True if the value of the authority code received from the client is less than or equal to the current authority value of this service, but greater than or equal to the receiving component’s default authority. More...
 
virtual bool isControllingClient (model::Message *message)=0
 True if the message that triggered the transition is received from the client that is in control of this service True if the message that triggered the transition is received from the client that is in control of this service. More...
 
- Public Member Functions inherited from openjaus::core::EventsInterface
virtual ~EventsInterface ()
 
virtual bool createEvent (CreateEvent *createEvent)=0
 CreateEvent action with input CreateEvent. More...
 
virtual bool processEvent (ProcessEventRequest *processEventRequest)=0
 ProcessEvent action with input ProcessEventRequest. More...
 
virtual bool resetEventTimer (CreateEvent *createEvent)=0
 ResetEventTimer action with input CreateEvent. More...
 
virtual bool resetEventTimer (UpdateEvent *updateEvent)=0
 ResetEventTimer action with input UpdateEvent. More...
 
virtual bool updateEvent (CreateEvent *createEvent)=0
 UpdateEvent action with input CreateEvent. More...
 
virtual bool updateEvent (UpdateEvent *updateEvent)=0
 UpdateEvent action with input UpdateEvent. More...
 
virtual bool cancelEvent (CancelEvent *cancelEvent)=0
 CancelEvent action with input CancelEvent. More...
 
virtual bool stopEventTimer (CancelEvent *cancelEvent)=0
 StopEventTimer action with input CancelEvent. More...
 
virtual RejectEventRequest getRejectEventRequest (CreateEvent *createEvent)=0
 Send action for RejectEventRequest with input message CreateEvent. More...
 
virtual RejectEventRequest getRejectEventRequest (UpdateEvent *updateEvent)=0
 Send action for RejectEventRequest with input message UpdateEvent. More...
 
virtual RejectEventRequest getRejectEventRequest (CancelEvent *cancelEvent)=0
 Send action for RejectEventRequest with input message CancelEvent. More...
 
virtual ConfirmEventRequest getConfirmEventRequest (CreateEvent *createEvent)=0
 Send action for ConfirmEventRequest with input message CreateEvent. More...
 
virtual ConfirmEventRequest getConfirmEventRequest (UpdateEvent *updateEvent)=0
 Send action for ConfirmEventRequest with input message UpdateEvent. More...
 
virtual ConfirmEventRequest getConfirmEventRequest (CancelEvent *cancelEvent)=0
 Send action for ConfirmEventRequest with input message CancelEvent. More...
 
virtual ReportEvents getReportEvents (QueryEvents *queryEvents)=0
 Send action for ReportEvents with input message QueryEvents. More...
 
virtual ReportEventTimeout getReportEventTimeout (QueryEventTimeout *queryEventTimeout)=0
 Send action for ReportEventTimeout with input message QueryEventTimeout. More...
 
virtual bool confirmEvent (ConfirmEventRequest *confirmEventRequest)=0
 ConfirmEvent action with input ConfirmEventRequest. More...
 
virtual bool rejectEvent (RejectEventRequest *rejectEventRequest)=0
 RejectEvent action with input RejectEventRequest. More...
 
virtual bool handleIncomingEvent (Event *event)=0
 HandleIncomingEvent action with input Event. More...
 
virtual bool handleReportEvents (ReportEvents *reportEvents)=0
 HandleReportEvents action with input ReportEvents. More...
 
virtual bool isSupported (CreateEvent *createEvent)=0
 isSupported condition. More...
 
virtual bool isSupported (UpdateEvent *updateEvent)=0
 isSupported condition. More...
 
virtual bool eventExists (CreateEvent *createEvent)=0
 eventExists condition. More...
 
virtual bool eventExists (UpdateEvent *updateEvent)=0
 eventExists condition. More...
 
virtual bool eventExists (CancelEvent *cancelEvent)=0
 eventExists condition. More...
 
- Public Member Functions inherited from openjaus::core::TransportInterface
virtual ~TransportInterface ()
 
virtual bool enqueue (model::Trigger *trigger)=0
 Convert the destination address into an unsigned integer such that the ComponentID maps to the least significant byte, NodeID to the next least significant byte and SubsystemID maps onto the remaining two bytes of the integer. More...
 
virtual bool broadcastLocalEnqueue (model::Trigger *trigger)=0
 Package the message as specified by the transport layer specification and send it to all endpoints in the local subsystem. More...
 
virtual bool broadcastGlobalEnqueue (model::Trigger *trigger)=0
 Package the message as specified by the transport layer specification and send it to all endpoints on all subsystems. More...
 
virtual bool sendMessage (model::Trigger *trigger)=0
 SendMessage action with input SendMessage. More...
 
virtual bool broadcastToNode (model::Trigger *trigger)=0
 Broadcasts message to all components within the local node Broadcasts message to all components within the local node. More...
 
virtual bool broadcastToSubsystem (model::Trigger *trigger)=0
 Broadcasts a given message to all nodes in the local subsystem (equivalent to broadcast local enqueue) Broadcasts a given message to all nodes in the local subsystem (equivalent to broadcast local enqueue) More...
 
virtual bool broadcastToSystem (model::Trigger *trigger)=0
 Broadcasts the message to all subsystems on the JAUS network (equivalent to broadcast global enqueue) Broadcasts the message to all subsystems on the JAUS network (equivalent to broadcast global enqueue) More...
 
virtual bool checkTransportPolicy (model::Trigger *trigger)=0
 CheckTransportPolicy action with input CheckTransportPolicy. More...
 
virtual ReportTransportPolicy getReportTransportPolicy (QueryTransportPolicy *queryTransportPolicy)=0
 Send action for ReportTransportPolicy with input message QueryTransportPolicy. More...
 
virtual bool storeTransportPolicy (ReportTransportPolicy *reportTransportPolicy)=0
 StoreTransportPolicy action with input ReportTransportPolicy. More...
 

Static Public Member Functions

static OPENJAUS_DEPRECATED model::Service StillImageService ()
 Builds a default instance of the StillImage Service and populates the URI and Version numbers. More...
 
static OPENJAUS_DEPRECATED std::string StillImageUri ()
 Static accessor for Service URI. More...
 
- Static Public Member Functions inherited from openjaus::environment::VisualSensorInterface
static OPENJAUS_DEPRECATED model::Service VisualSensorService ()
 Builds a default instance of the VisualSensor Service and populates the URI and Version numbers. More...
 
static OPENJAUS_DEPRECATED std::string VisualSensorUri ()
 Static accessor for Service URI. More...
 
- Static Public Member Functions inherited from openjaus::core::AccessControlInterface
static OPENJAUS_DEPRECATED model::Service AccessControlService ()
 Builds a default instance of the AccessControl Service and populates the URI and Version numbers. More...
 
static OPENJAUS_DEPRECATED std::string AccessControlUri ()
 Static accessor for Service URI. More...
 
- Static Public Member Functions inherited from openjaus::core::EventsInterface
static OPENJAUS_DEPRECATED model::Service EventsService ()
 Builds a default instance of the Events Service and populates the URI and Version numbers. More...
 
static OPENJAUS_DEPRECATED std::string EventsUri ()
 Static accessor for Service URI. More...
 
- Static Public Member Functions inherited from openjaus::core::TransportInterface
static OPENJAUS_DEPRECATED model::Service TransportService ()
 Builds a default instance of the Transport Service and populates the URI and Version numbers. More...
 
static OPENJAUS_DEPRECATED std::string TransportUri ()
 Static accessor for Service URI. More...
 

Detailed Description

This service provides access to the capabilities and configuration of a camera, allowing the controlling component to set the camera to a particular operational profile and to obtain images from the camera. While this service reports each image individually, the Events service can be used to automatically report images at a specified rate thereby simulating video (such as is typically done to create an MJPEG video stream).



URI: urn:jaus:jss:environmentSensing:StillImage

Version: 1.0

Inherits From:

Constructor & Destructor Documentation

§ ~StillImageInterface()

virtual openjaus::environment::StillImageInterface::~StillImageInterface ( )
inlinevirtual

Member Function Documentation

§ getConfirmStillImageSensorConfiguration()

virtual ConfirmStillImageSensorConfiguration openjaus::environment::StillImageInterface::getConfirmStillImageSensorConfiguration ( SetStillImageSensorConfiguration setStillImageSensorConfiguration)
pure virtual
Parameters
[in]setStillImageSensorConfiguration- Input Trigger.
Returns
ConfirmStillImageSensorConfiguration Output Message.

Implemented in openjaus::environment::services::StillImage.

§ getReportStillImageData()

virtual ReportStillImageData openjaus::environment::StillImageInterface::getReportStillImageData ( QueryStillImageData queryStillImageData)
pure virtual
Parameters
[in]queryStillImageData- Input Trigger.
Returns
ReportStillImageData Output Message.

Implemented in openjaus::environment::services::StillImage.

§ getReportStillImageDataInNativeSystem()

virtual ReportStillImageData openjaus::environment::StillImageInterface::getReportStillImageDataInNativeSystem ( QueryStillImageData queryStillImageData)
pure virtual
Parameters
[in]queryStillImageData- Input Trigger.
Returns
ReportStillImageData Output Message.

Implemented in openjaus::environment::services::StillImage.

§ getReportStillImageSensorCapabilities()

virtual ReportStillImageSensorCapabilities openjaus::environment::StillImageInterface::getReportStillImageSensorCapabilities ( QueryStillImageSensorCapabilities queryStillImageSensorCapabilities)
pure virtual
Parameters
[in]queryStillImageSensorCapabilities- Input Trigger.
Returns
ReportStillImageSensorCapabilities Output Message.

Implemented in openjaus::environment::services::StillImage.

§ getReportStillImageSensorConfiguration()

virtual ReportStillImageSensorConfiguration openjaus::environment::StillImageInterface::getReportStillImageSensorConfiguration ( QueryStillImageSensorConfiguration queryStillImageSensorConfiguration)
pure virtual
Parameters
[in]queryStillImageSensorConfiguration- Input Trigger.
Returns
ReportStillImageSensorConfiguration Output Message.

Implemented in openjaus::environment::services::StillImage.

§ isCoordinateTransformSupported()

virtual bool openjaus::environment::StillImageInterface::isCoordinateTransformSupported ( QueryStillImageData queryStillImageData)
pure virtual

isCoordinateTransformSupported condition.

Parameters
[in]queryStillImageData- Input Trigger.
Returns
Whether the condition is true.

Implemented in openjaus::environment::services::StillImage.

§ StillImageService()

static OPENJAUS_DEPRECATED model::Service openjaus::environment::StillImageInterface::StillImageService ( )
inlinestatic
Returns
model::Service - The populated service.

§ StillImageUri()

static OPENJAUS_DEPRECATED std::string openjaus::environment::StillImageInterface::StillImageUri ( )
inlinestatic
Returns
std::string - Service URI

§ updateStillImageSensorConfiguration()

virtual bool openjaus::environment::StillImageInterface::updateStillImageSensorConfiguration ( SetStillImageSensorConfiguration setStillImageSensorConfiguration)
pure virtual

Update the sensor user controllable configuration parameters according to the ones specified.

Parameters
[in]setStillImageSensorConfiguration- Input Trigger.
Returns
Whether the message was properly processed by this action.

Implemented in openjaus::environment::services::StillImage.


The documentation for this class was generated from the following file: