27 #ifndef TESTBED_API_SD_H
28 #define TESTBED_API_SD_H
static struct GNUNET_ARM_Handle * h
Connection with ARM.
Opaque handle for calculating SD.
unsigned int max_cnt
max number of entries we can have in the DLL
int GNUNET_TESTBED_SD_deviation_factor_(struct SDHandle *h, unsigned int amount, int *factor)
Returns the factor by which the given amount differs from the standard deviation.
struct SDHandle * GNUNET_TESTBED_SD_init_(unsigned int max_cnt)
Initialize standard deviation calculation handle.
void GNUNET_TESTBED_SD_destroy_(struct SDHandle *h)
Frees the memory allocated to the SD handle.
void GNUNET_TESTBED_SD_add_data_(struct SDHandle *h, unsigned int amount)
Add a reading to SD.