Synopsis
void ctl_xively_datapoint_write_stamped_int(CTL_XIVELY_DATAPOINT_t *self,
                                            CTL_XIVELY_TIMESTAMP_t *stamp,
                                            int value);
Description

ctl_xively_datapoint_write_stamped_int initializes the datapoint self to contain the integer value value with the timestamp stamp. If stamp is zero, the datapoint is initialized with a null timestamp.