C-API | OP_FUNCTIONAL_BLOCK

Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

C-API | OP_FUNCTIONAL_BLOCK

Description

OPAL API functions are grouped into functional blocks. In most cases, functions that modify the model (state, parameters, signals, configuration, etc.), require a unique control permission to be granted. These enum enable you to specify which functional block is to be addressed.

Usage

typedef enum{

OP_FB_SYSTEM,

OP_FB_MONITORING,

OP_FB_SNAPSHOT,

OP_FB_ACQ_GROUP,

OP_FB_SIGNAL,

OP_FB_PARAMETER,

OP_FB_BLOB,

OP_FB_CONFIG,

OP_FB_ALL

} OP_FUNCTIONAL_BLOCK;

Elements

  • OP_FB_SYSTEM (0): System control.

  • OP_FB_MONITORING (1): Monitoring control.

  • OP_FB_SNAPSHOT (2): Snapshot control.

  • OP_FB_ACQ_GROUP (3): Acquisition control.

  • OP_FB_SIGNAL (4): Signal control.

  • OP_FB_PARAMETER (5): Parameter control.

  • OP_FB_BLOB (6): Blob control.

  • OP_FB_CONFIG (7): Configuration control.

  • OP_FB_ALL (8): All controls.

Examples

None

Related Items

OpalTakeFunctionControl, OpalReleaseFunctionControl

Library and Header



WINDOWS

LINUX

Static Library

OpalApi.lib

-

Dynamic Library

OpalApi.dll

libOpalApi.so

Header File

OpalApi.h

OpalApi.h