The Gaudi Framework  master (da3d77e1)
IScheduler::OccupancySnapshot Struct Reference

Sample occupancy at fixed interval (ms) Negative value to deactivate, 0 to snapshot every change Each sample, apply the callback function to the result. More...

#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/IScheduler.h>

Collaboration diagram for IScheduler::OccupancySnapshot:

Public Attributes

std::chrono::system_clock::time_point time
 
std::vector< std::vector< int > > states
 

Detailed Description

Sample occupancy at fixed interval (ms) Negative value to deactivate, 0 to snapshot every change Each sample, apply the callback function to the result.

Definition at line 62 of file IScheduler.h.

Member Data Documentation

◆ states

std::vector<std::vector<int> > IScheduler::OccupancySnapshot::states

Definition at line 64 of file IScheduler.h.

◆ time

std::chrono::system_clock::time_point IScheduler::OccupancySnapshot::time

Definition at line 63 of file IScheduler.h.


The documentation for this struct was generated from the following file: