C-API | OP_REAL_TIME_COMMUNICATION_LINK

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.

C-API | OP_REAL_TIME_COMMUNICATION_LINK

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-RTLinux (x86-based).

  • OP_INFINIBAND (5): Infiniband: Not supported in RT-LAB 11.

Examples

None

Related Items

OP_ATTRIBUTE.

Library and Header



WINDOWS

LINUX

Static Library

OpalApi.lib

-

Dynamic Library

OpalApi.dll

libOpalApi.so

Header File

OpalApi.h

OpalApi.h