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

Describes a monitoring value structure.

Usage

typedef struct{

unsigned short id;

unsigned short subsysId;

double start;

double stop;

double duration;

double minDuration;

double maxDuration;

double mean;

} OP_MONIT_PROBE;

Elements
  • id: Monitoring probe id. Numbering restart with 0 for each subsystem.
  • subysId: Id of the subsystem where this probe is located.
  • start: Event start time.
  • stop: Event stop time.
  • duration: Event duration.
  • minDuration: Event minimum duration.
  • maxDuration: Event maximum duration.
  • mean: Average duration.
ExamplesNone.
Related ItemsOP_MONITORING_VALUES, OpalGetMonitoringValues
Library and Header

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