Synopsis
void ctl_xively_datapoint_write_stamped_float(CTL_XIVELY_DATAPOINT_t *self,
                                              CTL_XIVELY_TIMESTAMP_t *stamp,
                                              float value);
Description

ctl_xively_datapoint_write_stamped_float initializes the datapoint self to contain the floating-point value value with the timestamp stamp. If stamp is zero, the datapoint is initialized with a null timestamp.