AiCPlayer
Interface of aic vm - for rendering aspect, sensors, video records
Macros | Functions
mockVMNfcd.c File Reference
#include <netinet/tcp.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/select.h>
#include <sys/errno.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <pthread.h>
#include "mockVMNfcd.h"
#include "logger.h"
#include "mockVMLibNci.h"
#include <sys/types.h>
Include dependency graph for mockVMNfcd.c:

Go to the source code of this file.

Macros

#define LOG_TAG   "mockVMNfcd"
 
#define NFC_UPDATE_PERIOD   1 /* period in sec between 2 nfc fix emission */
 
#define SIM_NFC_PORT   22800
 

Functions

NfcPayload * readNfcBody (int csock, uint32_t siz)
 
void * mock_vmnfc_recv_poll (void *args)
 

Macro Definition Documentation

#define LOG_TAG   "mockVMNfcd"

Definition at line 18 of file mockVMNfcd.c.

#define NFC_UPDATE_PERIOD   1 /* period in sec between 2 nfc fix emission */

Definition at line 24 of file mockVMNfcd.c.

#define SIM_NFC_PORT   22800

Definition at line 26 of file mockVMNfcd.c.

Function Documentation

void* mock_vmnfc_recv_poll ( void *  args)

Definition at line 109 of file mockVMNfcd.c.

Here is the call graph for this function:

NfcPayload* readNfcBody ( int  csock,
uint32_t  siz 
)

Definition at line 77 of file mockVMNfcd.c.

Here is the caller graph for this function: