LALPulsar 7.1.1.1-eeff03c
WeaveStatisticMap Struct Reference

Detailed Description

Struct defining the global 'statistics map' that contains all the defining properties of the supported statistics.

Definition at line 34 of file bin/Weave/Statistics.c.

Data Fields

WeaveStatisticType val
 bitflag value for this statistic More...
 
const char *const name
 internal name of this statistics More...
 
WeaveStatisticType dependencies
 set of direct input dependencies of this statistic More...
 
const char *const help
 help string explaining this statistic More...
 

Field Documentation

◆ val

WeaveStatisticType WeaveStatisticMap::val

bitflag value for this statistic

Definition at line 35 of file bin/Weave/Statistics.c.

◆ name

const char* const WeaveStatisticMap::name

internal name of this statistics

Definition at line 36 of file bin/Weave/Statistics.c.

◆ dependencies

WeaveStatisticType WeaveStatisticMap::dependencies

set of direct input dependencies of this statistic

Definition at line 37 of file bin/Weave/Statistics.c.

◆ help

const char* const WeaveStatisticMap::help

help string explaining this statistic

Definition at line 38 of file bin/Weave/Statistics.c.