#include "Component/ModelManager.H"
#include "Image/Image.H"
#include "Psycho/PsychoDisplay.H"
#include "Psycho/EyeTrackerConfigurator.H"
#include "Psycho/EyeTracker.H"
#include "Psycho/PsychoOpts.H"
#include "Component/EventLog.H"
#include "Component/ComponentOpts.H"
#include "Raster/Raster.H"
#include "Util/MathFunctions.H"
#include "Util/Types.H"
#include "GameBoard/basic-graphics.H"
#include <sys/types.h>
#include <dirent.h>
#include <errno.h>
#include <vector>
#include <string>
#include <iostream>
#include <SDL/SDL.h>
#include <SDL/SDL_image.h>
#include <stdio.h>
#include <stdlib.h>
#include <sstream>
#include <time.h>
#include "Image/DrawOps.H"
#include "GameBoard/resize.h"
Go to the source code of this file.
Functions | |
nub::soft_ref< PsychoDisplay > | d (new PsychoDisplay(manager)) |
template<class T > | |
std::string | stringify (T i) |
void | getMouseEvent () |
int | getdir (string dir, vector< string > &files) |
void | colorStroopTask (const uint l, const int delay=10) |
void | colorStroopQuiz () |
void | scramble (vector< string > &v) |
bool | memoryTest (vector< string > &dil, vector< string > &cil) |
void | firstTask (const uint l) |
void | finalTask (const int rndBase=2, const uint delay=10) |
void | getARandomScoop (vector< string > mainlist, vector< string > &targetlist, int s) |
int | addArgument (const string st, const string delim="=") |
std::string | getArgumentValue (string arg) |
std::string | getUsageComment () |
int | main (const int argc, char **argv) |
Variables | |
ModelManager | manager ("Psycho-Concurrent") |
map< uint, uint > | testMap |
map< string, string > | argMap |
Psychophysics display of still for concurrent task images
Definition in file psycho-concurrent-still.C.