Spinnaker SDK C++
4.3.0.189
 
Functions | Variables
ICommand Interface

Functions

virtual bool IsDone (bool Verify=true)=0
 Query whether the command is executed. More...
 

Variables

interface SPINNAKER_API_ABSTRACT ICommand
 Interface for command like properties. More...
 

Detailed Description

Function Documentation

◆ IsDone()

virtual bool Spinnaker::GenApi::IsDone ( bool  Verify = true)
pure virtual

Query whether the command is executed.

Parameters
VerifyEnables Range verification (default = false). The AccessMode is always checked
Returns
True if the Execute command has finished; false otherwise

Variable Documentation

◆ ICommand

Interface for command like properties.