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_DATAPOINT_INFO

Description

Structure for datapoints.

Usage

typedef struct OP_DATAPOINT_INFO
{
   OP_OBJECT_TYPE optype;
   char *path;
   char *caption;
   char *description;
   char *label;
   char *position;
   char *size;
   char *type;
   char *direction;
   char *dynamicPoint;
   char *iconType;
   char *name;
   char *numPoints;
   char *uiName;
   char *simulinkId;
   char *alias;
} OP_DATAPOINT_INFO;

Elements
  • optype: Datapoint type, could be OP_TYPE_MODEL, OP_TYPE_PANEL or OP_TYPE_IO
  • path: Datapoint path
  • caption: Datapoint caption
  • description: Datapoint description
  • label: Datapoint label
  • position: Position in the panel (panel attribute)
  • size: Datapoint size in the panel (panel attribute)
  • type: Type
  • direction: Direction
  • dynamicPoint: Dynamic point (io attribute)
  • iconType: Icon type (io attribute)
  • name: Name (io attribute)
  • numPoints: Num points
  • uiName: UI name
  • simulinkId: Simulink ID
  • alias: Alias
ExamplesNone.
Related ItemsOpalGetConnectionsDescription, OpalGetConnectionPointsForIOOP_CONNECTION_INFO
Library and Header

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

OPAL-RT TECHNOLOGIES, Inc. | 1751, rue Richardson, bureau 1060 | Montréal, Québec Canada H3K 1G6 | opal-rt.com | +1 514-935-2323