Skip to content

Files

source

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 31, 2020
Apr 11, 2022
Nov 30, 2022
May 12, 2022
Oct 11, 2021
Apr 12, 2023
Apr 12, 2023
Dec 27, 2022
Apr 12, 2023
Apr 12, 2023
Jan 18, 2023
Aug 31, 2022
Dec 16, 2022
Sep 28, 2021
Nov 23, 2022
Nov 23, 2022
Oct 8, 2021
Jun 24, 2020
Dec 16, 2022
Dec 16, 2022
Apr 2, 2020
Apr 12, 2023
Dec 1, 2022
Oct 8, 2021
Sep 28, 2021
Oct 8, 2021
Nov 29, 2022
Nov 29, 2022
Nov 29, 2022
May 2, 2022
May 27, 2022
Feb 8, 2022
Dec 13, 2022
May 27, 2022
Apr 15, 2022
Mar 28, 2022
Sep 28, 2021
Oct 8, 2021
May 27, 2022
Feb 19, 2021
Sep 16, 2019
Apr 25, 2022
Apr 25, 2022

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