C-API | OP_CONTROL_PRIORITY

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_CONTROL_PRIORITY

Description

Use 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.

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