13 #ifndef DATA_FORMAT_SERVICE_H_ 14 #define DATA_FORMAT_SERVICE_H_ 19 #define DATA_FORMAT_OK 0 54 #endif // DATA_FORMAT_SERVICE_H_
void(* DATA_FORMAT_Event_t)(void *pData)
int32_t() DATA_FORMAT_Deserialize_t(void *pData, uint32_t size, void *pDataElement)
The interface function to deserialize the data.
struct _comm_handle_ comm_handle_t
typedef int32_t(DATA_FORMAT_Append_t))(void *pData
The interface function to append the data on the formated stream.
DATA_FORMAT_Deserialize_t * Deserialize
int32_t() DATA_FORMAT_Serialize_t(void *pData, uint32_t size, void *pDataElement)
The interface function to serialize the data.
struct _data_format_interface_ data_format_interface_t
DATA_FORMAT_Append_t * Append
uint32_t void * pDataElement
DATA_FORMAT_Init_t * Init
int32_t() DATA_FORMAT_Init_t(DATA_FORMAT_Event_t event, void *pInitializeData)
The interface function to initialize the data-format service.
DATA_FORMAT_Serialize_t * Serialize