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

« Previous Version 3 Current »

Description

Defines the global output structure of blob return functions.

Usage

typedef struct{

double timestep;

unsigned short nbSubsys;

OP_SUBSYS_BLOB *ssBlobList;

} OP_GET_BLOBS;

Elements
  • timestep: Target execution cycle where this blob has been sent (created) by the subsystem.
  • nbSubsys: Number of subsystems that have registered this blob. Also refers to the number of elements of the ssBlobList argument.
  • ssBlobList: List of OP_SUBSYS_BLOB elements describing blobs returned by each target subsystem.
ExamplesNone.
Related ItemsOP_SUBSYS_BLOB, OpalGetBlob
Library and Header

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