Synopsis
typedef struct {
  CTL_XIVELY_FEED_ID_t id;
  CTL_XIVELY_DATASTREAM_t *__head;
  CTL_XIVELY_API_t *__api;
} CTL_XIVELY_FEED_t;
Description

CTL_XIVELY_FEED_t defines a Xively feed. Multiple datastreams can be registered with a feed and must be registered before pushing data to Xively.

Structure
id
The feed identifier.
__head
Private pointer to the first datastream registered with the the feed. Datastreams are threaded using a simple linked list.
__api
Private pointer to the API context where the feed is registered.