cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Enumerations
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 }
 

Detailed Description

Forward declarations for cisstParameterTypes.

Typedef Documentation

typedef enum Blocking prmBlocking

Parameters type for command execution/completion behavior specification

Enumeration Type Documentation

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