client-c  0.7.0
kaa_event_fqn_definitions.h File Reference

Go to the source code of this file.

Classes

struct  event_class_family_t
 

Macros

#define SUPPORTED_EVENT_CLASS_FAMILIES_SIZE   1
 

Variables

static const char * TestEventFamilyFQNS [8]
 
static const event_class_family_t SUPPORTED_EVENT_CLASS_FAMILIES [SUPPORTED_EVENT_CLASS_FAMILIES_SIZE]
 

Macro Definition Documentation

#define SUPPORTED_EVENT_CLASS_FAMILIES_SIZE   1

Definition at line 43 of file kaa_event_fqn_definitions.h.

Variable Documentation

const event_class_family_t SUPPORTED_EVENT_CLASS_FAMILIES[SUPPORTED_EVENT_CLASS_FAMILIES_SIZE]
static
Initial value:
=
{
{
"TestEventFamily",
8,
}
}
static const char * TestEventFamilyFQNS[8]

Definition at line 45 of file kaa_event_fqn_definitions.h.

const char* TestEventFamilyFQNS[8]
static
Initial value:
= {
"org.kaaproject.kaa.example.audio.PlayCommand",
"org.kaaproject.kaa.example.audio.RewindCommand",
"org.kaaproject.kaa.example.audio.PauseCommand",
"org.kaaproject.kaa.example.audio.StopCommand",
"org.kaaproject.kaa.example.audio.PlaybackStatus",
"org.kaaproject.kaa.example.audio.BatteryChargingStatus",
"org.kaaproject.kaa.example.audio.BatteryStatus",
"org.kaaproject.kaa.example.audio.StatusEvent"
}

Definition at line 32 of file kaa_event_fqn_definitions.h.