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