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_MONITORING_INFOS

Description

Defines the monitoring information structure per subsystem.

Usage

typedef struct{

unsigned int nbTotalProbes;

unsigned int nbRtlabProbes;

double cpuSpeed;

OP_MONIT_PROBE_INFO* probes;

} OP_SUBSYS_MONITORING_INFOS;

Elements
  • nbTotalProbes: Total number of probes registered for monitoring (includes RTLAB's internal probes and User probes).
  • nbRtlabProbes: Total number of RT-LAB probes.
  • cpuSpeed: Speed (MHz) of the CPU where the subsystem is running.
  • probes: List of probes.
ExamplesNone.
Related ItemsOP_MONIT_PROB_INFO, OpalGetMonitoringInfos
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