Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...