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

Compare with Current View Page History

Version 1 Next »

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