#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include "rdetect.h"
#include "reader.h"
#include "loader.h"
#include "misc.h"
#include "ssflags.h"
Include dependency graph for rdetect.cpp:
Functions | |
Reader * | queryReader (int i) |
Reader * | queryGameReader () |
queries GameReader on global port variable | |
Reader * | queryParallelReader () |
Currently unused. | |
Reader * | querySerialReader () |
Creates a Reader object for a Serial Reader (LINUX ONLY CURRENTLY). | |
void | setupDirectIO () |
calls necessary init functions for platform for direct i/o access | |
void | sortByValue (long *fluxes, int *mask) |
sorts "deltas" in High -> low fashion | |
int | promptForPort (int i) |
prompts user for hexidecimal port number | |
int | main (int argc, char *argv[]) |
Start of execution. | |
Variables | |
SSFlags | ssFlags |
commandline options, needed by Reader instances | |
int | port |
rdetect prompted user for questions and autoprobe the physical wiring of a magstripe device to create the hardware configuration file (config::xml) that Stripe Snoop needs.
Stripe Snoop is licensed under the GPL. See COPYING for more info
Copyright (C) 2005 Acidus, Most Significant Bit Labs
|
Start of execution.
|
Here is the call graph for this function:
|
prompts user for hexidecimal port number
|
Here is the call graph for this function:
|
queries GameReader on global port variable
|
Here is the call graph for this function:
|
Currently unused.
|
|
|
Here is the call graph for this function:
|
Creates a Reader object for a Serial Reader (LINUX ONLY CURRENTLY).
|
Here is the call graph for this function:
|
calls necessary init functions for platform for direct i/o access
|
|
sorts "deltas" in High -> low fashion
|
|
|
|
commandline options, needed by Reader instances
|