|
Bratmobile
|
A class for a single Task execution info measurement. More...
#include <measurement.h>

Public Member Functions | |
| bool | isValid () |
| float | get_signed () |
| float | get () |
| void | set (float f) |
| void | setValid (bool b) |
| bool | operator< (Measurement &) |
| Compares absolute values. | |
| bool | operator<= (Measurement &) |
| Compares absolute values. | |
| bool | operator>= (Measurement &) |
| Compares absolute values. | |
| bool | operator== (Measurement &m2) |
| Compares signed values. | |
| float | getStandardError (Measurement, float) |
| Gets error between this and another measurement, normalised by the maximum error value error can take. More... | |
Protected Attributes | |
| bool | valid =0 |
| float | value =0 |
A class for a single Task execution info measurement.
| float Measurement::getStandardError | ( | Measurement | m2, |
| float | max | ||
| ) |
Gets error between this and another measurement, normalised by the maximum error value error can take.