Payout
A thin wrapper around the SSP protocol from ITL
Data Fields
m_metacash Struct Reference

Structure which contains the generic setup data and the device structures for our two ITL devices. More...

Collaboration diagram for m_metacash:
Collaboration graph
[legend]

Data Fields

int quit
 If !=0 then we should quit, checked via libevent callback.
 
int deviceAvailable
 If !=0 then we have actual hardware available.
 
char * serialDevice
 The name of the device we should use to connect to the ITL hardware.
 
int redisPort
 The port of the redis server to which we connect.
 
char * redisHost
 The hostname of the redis server to which we connect.
 
struct event_base * eventBase
 base struct for libevent
 
struct event evPoll
 event struct for the periodic polling of the devices
 
struct event evCheckQuit
 event struct for the periodic check for quitting
 
struct m_device hopper
 struct for the smart-hopper device
 
struct m_device validator
 struct for the smart-payout device
 

Detailed Description

Structure which contains the generic setup data and the device structures for our two ITL devices.


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