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 2 Next »

DescriptionGives 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-RT Linux (x86-based) target
  • REDHAWK64_TARGET (5): OPAL-RT Linux (x64-based) target
  • LINUX_TARGET (6): Linux target (for future use)
 ExamplesSee the example configuration.
Related ItemsGetTargetPlatform, SetTargetPlatform
Modulesimport RtlabApi
  • No labels