Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches
ICommand Interface

Functions

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

Variables

interface SPINNAKER_API_ABSTRACT ICommand
 Interface for command like properties.
 

Detailed Description

Function Documentation

◆ IsDone()

virtual bool 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.