FACT++  1.0
void info_service_callback ( jobject *  _aDataDecoder,
void *  data,
int *  _size 
)

Definition at line 868 of file dim_jni.c.

References DBGe, decodeData(), and dim_Dbg_INFO_CALLBACK.

Referenced by Java_dim_Client_infoService().

869 {
870  DBGe(dim_Dbg_INFO_CALLBACK) printf("DimJNI: INFO_CALLBACK(data: %08lx(%08x))\n", (dim_long) dataAddress, *_dataSize);
871 
872  decodeData(_theDataDecoder, dataAddress, _dataSize, 0);
873 }
#define dim_Dbg_INFO_CALLBACK
Definition: dim_jni.h:38
long dim_long
Definition: dim_common.h:57
float data[4 *1440]
#define DBGe(test)
Definition: dim_jni.c:64
void decodeData(jobject *_theDataDecoder, void *dataAddress, int *_dataSize, int cleanup)
Definition: dim_jni.c:838

+ Here is the call graph for this function:

+ Here is the caller graph for this function: