#include "sd-test.h"
#include <time.h>
#include <iostream>
#include "perf/perf.h"
#include "threadsafe/threadsafe.h"
Go to the source code of this file.
Namespaces | |
namespace | gamepad |
Functions | |
static int | gamepad::getIntDigits (IN int x) throw () |
static int | gamepad::getPotDigits (IN int min, IN int max) throw () |
static void | gamepad::printPot (IN int idx, IN const gamepad::pot_value_t &pv) throw () |
void | gamepad::testSourceDeviceFactory (IN SourceDeviceFactory *factory) |
Given a SourceDeviceFactory object, this routine will allow a human user to test the factory and devices it exposes. |