OP_TARGET_PLATFORM

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.

OP_TARGET_PLATFORM

Description

Gives the type of the target.

Usage

  • RtlabApi.UNKNOWN_TARGET

  • RtlabApi.QNX_TARGET

  • RtlabApi.NT_TARGET

  • RtlabApi.QNXNTO_TARGET

  • RtlabApi.REDHAWK_TARGET

  • RtlabApi.REDHAWK64_TARGET

  • RtlabApi.LINUX_TARGET

Elements

  • UNKNOWN_TARGET (0): Target not defined

  • QNX_TARGET (1): QNX 4.2.x target. Not supported 

  • NT_TARGET (2): QNX 6 target. Not supported 

  • QNXNTO_TARGET (3): Exhaustive messages

  • REDHAWK_TARGET (4): OPAL-RTLinux (x86-based) target

  • REDHAWK64_TARGET (5): OPAL-RTLinux (x64-based) target

  • LINUX_TARGET (6): Linux target (for future use)

 Examples

See the example configuration.

Related Items

GetTargetPlatform, SetTargetPlatform

Modules

import RtlabApi