Skip to content

Latest commit

 

History

History

source

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

source Directory

This directory contains all source files for the abstract-fps application.

Source File Descriptions

Below are some short descriptions for each file in this directory. Refer to the code/comments for more details.

  • App.cpp/h contains the core application code, binding to G3D's callback functions and handling user input/video output
  • Experiment.cpp/h contains the experiment-specific controls and the
  • ExperimentConfig.h contains classes for serializing all configuration structures from .Any files
  • Logger.cpp/h contains the logger class used for managing/writing structured experiment data to the output SQL database
  • SingleThresholdMeasurement.cpp/h serves as a helper for Experiment.cpp/h containing most of the low-level psychophysics primitives plus a simple dictionary-style param class
  • TargetEntity.cpp/h contains functions for creating, displaying, and animating targets
  • sqlHelpers.cpp/h contains a simple wrapper for low-level SQLite3 operations that make interacting with the output database convenient