|
Payout
A thin wrapper around the SSP protocol from ITL
|
Structure which contains the generic setup data and the device structures for our two ITL devices. More...

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 | |
Structure which contains the generic setup data and the device structures for our two ITL devices.
1.8.11