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 »

DescriptionUse these enum to set the control priority to be requested using the function OpalTakeFunctionControl.
Usage

typedef enum{

OP_CTRL_PRIO_LOW = 0x00,

OP_CTRL_PRIO_NORMAL = 0x7F,

OP_CTRL_PRIO_MACRO = 0xC0,

OP_CTRL_PRIO_HIGH = 0xFF

} OP_CONTROL_PRIORITY;

Elements
  • OP_CTRL_PRIO_LOW (0): Lowest priority.
  • OP_CTRL_PRIO_NORMAL (127): Normal priority (used by the GUI).
  • OP_CTRL_PRIO_MACRO (192): Macro priority (useb by macro script).
  • OP_CTRL_PRIO_HIGH (255): Super user.
ExamplesNone
Related ItemsOpalTakeFunctionControl, OpalReleaseFunctionControl
Library and Header

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