AiCPlayer
Interface of aic vm - for rendering aspect, sensors, video records
|
#include <pthread.h>
#include <time.h>
#include <unistd.h>
#include "sensors.h"
#include "nfc.pb-c.h"
#include "buffer_sizes.h"
#include "socket.h"
#include "amqp_listen.h"
#include "protobuf_framing.h"
#include "logger.h"
#include "player_nfc.h"
Go to the source code of this file.
Macros | |
#define | LOG_TAG "player_nfc" |
Functions | |
void * | listen_NFC (void *args) |
Listen to AMQP and send data to the NFC sensor in the VM. More... | |
#define LOG_TAG "player_nfc" |
Definition at line 14 of file player_nfc.c.
void* listen_NFC | ( | void * | args | ) |
Listen to AMQP and send data to the NFC sensor in the VM.
Definition at line 16 of file player_nfc.c.