Versions Compared

Key

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

...

Group

Orchestra

Description

Forces the local Orchestra communication to be made with flags instead of semaphores when using an external communication process. Flags are recommended for better performance: they are faster but also more CPU-consuming.

Defines the delay to wait.

It calls the system function 'usleep' and frees the CPU.

Synopsis

RTAPIReturn_t RTUseFlagWithTool(unsigned int usec);

Input

  • usec: delay to wait in micro second

Output

None

Return Value

See RTAPIReturn_t error code

Example

None

Related Items

RTDefineFlagDelay

Library and Header

Windows

OPAL-RTLinux

Static Library

-

-

Dynamic Library

  • OpalOchestra.dll

  • OpalOrchestra_64.dll

  • OpalOrchestraVISA.dll

  • libOpalOrchestra.so

Header File

RTAPI.h

RTAPI.h

...