$customHeader
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

Structure for Monitoring signals.

Usage

typedef struct {

unsigned short id;

char name[256];

} OP_MONIT_PROBE_INFO;

Elements
  • id: Monitoring probe id.
  • name: Monitoring probe name.
ExamplesNone.
Related ItemsOpalGetMonitoringInfos, OP_SUBSYS_MONITORING_INFOS
Library and Header

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