#include "Component/EventLog.H"
#include "Util/JobServer.H"
#include "Util/SharedBuffer.H"
#include "Util/Semaphore.H"
#include "Raster/GenericFrame.H"
#include "Psycho/PsychoDisplay.H"
#include "Psycho/StimData.H"
#include <map>
Go to the source code of this file.
Classes | |
class | DisplayController |
A thread to control the psycho display from an external controller. More... |
a thread to abstract the gathering of stimulus commands from a shared buffer, and render them into the current SDL display.
Definition in file DisplayController.H.