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

Version 1 Next »

DescriptionList 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).
ExamplesNone
Related ItemsOP_CLOCK_PERIOD_INFO, OpalSetClockPeriodInfo, OpalGetClockPeriodInfo
Library and Header

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