Versions Compared

Key

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

...

Description

Use this enumeration to define the type of real-time communication link (or target cluster’s communication medium) to use when exchanging data between targets.

Usage

typedef enum{

OP_UDPIP = 1,

OP_OHCI,

OP_GIGANET,

OP_SCI,

OP_INFINIBAND

} OP_REAL_TIME_COMMUNICATION_LINK;

Elements
  • OP_UDPIP (1): UDP/IP: All platforms.
  • OP_OHCI (2): OHCI: Not supported in RT-LAB 11.
  • OP_GIGANET (3): Giganet: Not supported in RT-LAB 11.
  • OP_SCI (4): Dolphin: Only on OPAL-RT Linux RTLinux (x86-based).
  • OP_INFINIBAND (5): Infiniband: Not supported in RT-LAB 11.
Examples

None

Related ItemsOP_ATTRIBUTE.
Library and Header



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


...