client-c  0.8.1
kaa_event_fqn_definitions.h
Go to the documentation of this file.
1 
18  /*
19  * This header contains information about all the Event families and
20  * events are supported by current SDK.
21  */
22 
23 # ifndef KAA_FQN_DEFINITIONS_
24 # define KAA_FQN_DEFINITIONS_
25 
26 typedef struct {
27  char *ecf_name;
31 
32 static const char *TestEventFamilyFQNS[8] = {
33  "org.kaaproject.kaa.example.audio.PlayCommand",
34  "org.kaaproject.kaa.example.audio.RewindCommand",
35  "org.kaaproject.kaa.example.audio.PauseCommand",
36  "org.kaaproject.kaa.example.audio.StopCommand",
37  "org.kaaproject.kaa.example.audio.PlaybackStatus",
38  "org.kaaproject.kaa.example.audio.BatteryChargingStatus",
39  "org.kaaproject.kaa.example.audio.BatteryStatus",
40  "org.kaaproject.kaa.example.audio.StatusEvent"
41 };
42 
43 # define SUPPORTED_EVENT_CLASS_FAMILIES_SIZE 1
44 
46 {
47  {
48  /* .ecf_name = */ "TestEventFamily",
49  /* .supported_incoming_fqns_count = */ 8,
50  /* .supported_incoming_fqns = */ (char **)TestEventFamilyFQNS
51  }
52 };
53 # endif
static const char * TestEventFamilyFQNS[8]
static const event_class_family_t SUPPORTED_EVENT_CLASS_FAMILIES[SUPPORTED_EVENT_CLASS_FAMILIES_SIZE]
#define SUPPORTED_EVENT_CLASS_FAMILIES_SIZE