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 content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

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 (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
  • No labels