coco_observer_targets_t Struct Reference

The type for triggers based on target values. More...

Data Fields

int exponent
 Value used to compare with the previously hit target. More...
 
double value
 Value of the currently hit target. More...
 
size_t number_of_triggers
 Number of target triggers between 10**i and 10**(i+1) for any i. More...
 
double precision
 Minimal precision of interest. More...
 

Detailed Description

The type for triggers based on target values.

The target values that trigger logging are at every 10**(exponent/number_of_triggers) from positive infinity down to precision, at 0, and from -precision on with step -10**(exponent/number_of_triggers) until negative infinity.

Field Documentation

int exponent

Value used to compare with the previously hit target.

size_t number_of_triggers

Number of target triggers between 10**i and 10**(i+1) for any i.

double precision

Minimal precision of interest.

double value

Value of the currently hit target.


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