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_SUBSYS_BLOB

Description

Defines the output structure of blob return functions, for each subsystem.

Usage

typedef struct{

unsigned short subsysId;

unsigned short blobSize;

void *pData;

} OP_SUBSYS_BLOB;

Elements
  • subsysId: Logical Id of the subsystem.
  • blobSize: Size (number of bytes of the blob on this subsystem. Also refers to the length of blob data pointed by pData.
  • pData: The blob data received from subsystem “subsysId”.
ExamplesNone.
Related ItemsOP_GET_BLOBS, OpalGetBlob
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