cisst-saw
Loading...
Searching...
No Matches
prmForwardDeclarations.h File Reference

Forward declarations for cisstParameterTypes. More...

Go to the source code of this file.

Typedefs

typedef enum Blocking prmBlocking

Enumerations

enum  Blocking { NO_WAIT , WAIT_START , WAIT_FINISH }

Functions

 CMN_DATA_SPECIALIZATION_FOR_ENUM (Blocking, int)

Detailed Description

Forward declarations for cisstParameterTypes.

Typedef Documentation

◆ prmBlocking

typedef enum Blocking prmBlocking

Parameters type for command execution/completion behavior specification

Enumeration Type Documentation

◆ Blocking

enum Blocking

Parameters type for command execution/completion behavior specification

Enumerator
NO_WAIT 
WAIT_START 

non blocking

WAIT_FINISH 

blocking until start, non preemptive

blocking type

Function Documentation

◆ CMN_DATA_SPECIALIZATION_FOR_ENUM()

CMN_DATA_SPECIALIZATION_FOR_ENUM ( Blocking ,
int  )