client-c  0.8.1
kaa_notification_gen.h
Go to the documentation of this file.
1 
17 # ifndef KAA_NOTIFICATION_GEN_H_
18 # define KAA_NOTIFICATION_GEN_H_
19 
20 # include "../kaa_common_schema.h"
21 # include "../collections/kaa_list.h"
22 
23 # ifdef __cplusplus
24 extern "C" {
25 # endif
26 
27 
28 typedef struct {
30 
35 
38 
39 #ifdef __cplusplus
40 } /* extern "C" */
41 #endif
42 #endif
void(* destroy_fn)(void *data)
size_t(* get_size_fn)(void *data)
kaa_notification_notification_t * kaa_notification_notification_create()
kaa_notification_notification_t * kaa_notification_notification_deserialize(avro_reader_t reader)
void(* serialize_fn)(avro_writer_t writer, void *data)