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 4 Current »

Description

Gives the type of the target.

Usage

typedef enum{

UNKNOWN_TARGET,

QNX_TARGET,

NT_TARGET,

QNXNTO_TARGET,

REDHAWK_TARGET,

REDHAWK64_TARGET,

LINUX_TARGET

} OP_TARGET_PLATFORM;

Elements
  • UNKNOWN_TARGET (0): Target not defined
  • QNX_TARGET (1): QNX 4.2.x target. Not supported 
  • NT_TARGET (2): Windows target
  • QNXNTO_TARGET (3): QNX 6 target. Not supported 
  • REDHAWK_TARGET (4): OPAL-RT Linux (x86-based) target
  • REDHAWK64_TARGET (5): OPAL-RT Linux (x64-based) target
  • LINUX_TARGET (6): Linux target (for future use)
Examples

See the example configuration.

Related ItemsOpalGetTargetPlatform, OpalSetTargetPlatform
Library and Header

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