Kaa client C SDK
|
Go to the source code of this file.
Data Structures | |
struct | avro_encoding_t |
Macros | |
#define | AVRO_WRITE(writer, buf, len) { int rval = avro_write( writer, buf, len ); if(rval) return rval; } |
#define | AVRO_READ(reader, buf, len) { int rval = avro_read( reader, buf, len ); if(rval) return rval; } |
Typedefs | |
typedef struct avro_encoding_t | avro_encoding_t |
Variables | |
const avro_encoding_t | avro_binary_encoding |
#define AVRO_READ | ( | reader, | |
buf, | |||
len | |||
) | { int rval = avro_read( reader, buf, len ); if(rval) return rval; } |
#define AVRO_WRITE | ( | writer, | |
buf, | |||
len | |||
) | { int rval = avro_write( writer, buf, len ); if(rval) return rval; } |
typedef struct avro_encoding_t avro_encoding_t |
const avro_encoding_t avro_binary_encoding |