C-API | OP_CLOCK_PERIOD_MODE

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_CLOCK_PERIOD_MODE

Description

List all the available ClockPeriod modes.

Usage

typedef enum {

RESTRICTED_CLOCK_MODE,

FREE_CLOCK_MODE

} OP_CLOCK_PERIOD_MODE;

Elements

  • RESTRICTED_CLOCK_MODE (0): More than one Software Synchronized subsystem can run on the runtime target. A base time is associated with the target node. All subsystems must have time steps multiple of this base time. QNX 6.x target only (not supported anymore).

  • FREE_CLOCK_MODE (1): Only one Software Synchronized subsystem can run on the runtime target. There is no restriction on the current timestep. QNX 6.x target only (not supported anymore).

Examples

None

Related Items

OP_CLOCK_PERIOD_INFO, OpalSetClockPeriodInfo, OpalGetClockPeriodInfo

Library and Header



WINDOWS

LINUX

Static Library

OpalApi.lib

-

Dynamic Library

OpalApi.dll

libOpalApi.so

Header File

OpalApi.h

OpalApi.h