#include <simulatedinputdevice.hpp>
Inheritance diagram for SimulatedInputDevice:
Public Member Functions | |
SimulatedInputDevice () | |
Constructor. | |
~SimulatedInputDevice () | |
Destructor. | |
void | run () |
Simulates an input device and reactions from a test person. |
Definition at line 26 of file simulatedinputdevice.hpp.
|
Constructor. Definition at line 25 of file simulatedinputdevice.cpp. |
|
Destructor. Definition at line 32 of file simulatedinputdevice.cpp. |
|
Simulates an input device and reactions from a test person. A reaction is added every 2 seconds. Reimplemented from InputDevice. Definition at line 40 of file simulatedinputdevice.cpp. References PtfCore::getReactionRecords(), PtfCore::getReactionRecordsMutex(), Singleton< PtfCore >::getSingleton(), TimeInterval::measureA(), and TimeInterval::measureB(). Here is the call graph for this function: ![]() |