#include "reader.h"
Include dependency graph for rdetect.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
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. |
|
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
|