AiCPlayer
Interface of aic vm - for rendering aspect, sensors, video records
player_nfc.h
Go to the documentation of this file.
1 
5 #ifndef __PLAYERNFC_H_
6 #define __PLAYERNFC_H_
7 
9 void* listen_NFC(void* args);
10 
11 #endif
void * listen_NFC(void *args)
Listen to AMQP and send data to the NFC sensor in the VM.
Definition: player_nfc.c:16