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.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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.
ExamplesNone
Related ItemsOpalTakeFunctionControl, OpalReleaseFunctionControl
Library and Header

WINDOWSLINUX
Static LibraryOpalApi.lib-
Dynamic LibraryOpalApi.dlllibOpalApi.so
Header FileOpalApi.hOpalApi.h
  • No labels