Motr  M0
m0_addb2_sensor Struct Reference

#include <addb2.h>

Collaboration diagram for m0_addb2_sensor:
Collaboration graph

Data Fields

const struct m0_addb2_sensor_opss_ops
 
struct m0_tlink s_linkage
 
uint64_t s_id
 
unsigned s_nr
 
uint64_t s_magix
 

Detailed Description

A sensor is "always ready" measurement that IMPLEMENTATION periodically reads out to produce records for CONSUMERS.

Definition at line 311 of file addb2.h.

Field Documentation

◆ s_id

uint64_t s_id

Sensor identifier.

Definition at line 316 of file addb2.h.

◆ s_linkage

struct m0_tlink s_linkage

Linkage in a list of all sensors associated with a given label.

Definition at line 314 of file addb2.h.

◆ s_magix

uint64_t s_magix

Definition at line 319 of file addb2.h.

◆ s_nr

unsigned s_nr

Number of 64-bit elements in sensor payload.

Definition at line 318 of file addb2.h.

◆ s_ops

const struct m0_addb2_sensor_ops* s_ops

Definition at line 312 of file addb2.h.


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