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

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

OPAL-RT TECHNOLOGIES, Inc. | 1751, rue Richardson, bureau 1060 | Montréal, Québec Canada H3K 1G6 | opal-rt.com | +1 514-935-2323