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 »

Description

List all the available realtime modes

Usage

typedef enum{

HARD_SYNC_MODE = 0,

SIM_MODE,

SOFT_SIM_MODE,

SIM_W_NO_DATA_LOSS_MODE,

SIM_W_LOW_PRIO_MODE

}OP_REALTIME_MODE;

Elements
  • HARD_SYNC_MODE (0): Hardware synchronization mode (not available on WIN32 target). An I/O board with timer is required on target.
  • SIM_MODE (1): Simulation as fast as possible mode.
  • SOFT_SIM_MODE (2): Software synchronization mode.
  • SIM_W_NO_DATA_LOSS_MODE (3): Not used anymore.
  • SIM_W_LOW_PRIO_MODE (4): Simulation as fast as possible in low priority mode (available only on WIN32 target).
Examples

None

Related ItemsOpalGetModelState, OpalLoad
Library and Header

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