Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
CsrMsgConvEntry Struct Reference

#include <csr_msgconv.h>

Data Fields

CsrMsgConvPrimEntryprofile_converters
 
void *(* deserialize_data )(u16 primType, size_t length, u8 *data)
 
u8(* free_message )(u16 primType, u8 *data)
 
size_t(* sizeof_message )(u16 primType, void *msg)
 
u8 *(* serialize_message )(u16 primType, void *msg, size_t *length, u8 *buffer)
 

Detailed Description

Definition at line 49 of file csr_msgconv.h.

Field Documentation

void*(* deserialize_data)(u16 primType, size_t length, u8 *data)

Definition at line 52 of file csr_msgconv.h.

u8(* free_message)(u16 primType, u8 *data)

Definition at line 53 of file csr_msgconv.h.

CsrMsgConvPrimEntry* profile_converters

Definition at line 51 of file csr_msgconv.h.

u8*(* serialize_message)(u16 primType, void *msg, size_t *length, u8 *buffer)

Definition at line 55 of file csr_msgconv.h.

size_t(* sizeof_message)(u16 primType, void *msg)

Definition at line 54 of file csr_msgconv.h.


The documentation for this struct was generated from the following file: