Skip to content

Group ICommand_h

Modules > ICommand_h

Public Attributes

Type Name
interface SPINNAKER_API_ABSTRACT ICommand

Public Functions

Type Name
virtual bool IsDone (bool Verify=true) = 0

Public Attributes Documentation

variable ICommand

interface SPINNAKER_API_ABSTRACT Spinnaker::GenApi::ICommand;

Interface for command like properties


Public Functions Documentation

function IsDone

virtual bool IsDone (
    bool Verify=true
) = 0

Query whether the command is executed

Parameters:

  • Verify Enables Range verification (default = false). The AccessMode is always checked

Returns:

True if the Execute command has finished; false otherwise