Initializers for each different type of state data structure.
More...
Initializers for each different type of state data structure.
◆ initCursorData()
Initializes a CursorData structure with default values.
- Parameters
-
cursorData | Pointer to the CursorData structure to be initialized. |
◆ initLogData()
Initialize the logdata structure for logging.
- Parameters
-
logData | LogData structure to initialize. |
pstate | If NULL, initialize state field using initStateData, otherwise use values pointed to by this StateData pointer. |
ptrial | If NULL, initialize trial field using initTrialData, otherwise use values pointed to by this TrialData pointer. |
◆ initLogicFlags()
Initialize the logical flag structure.
- Parameters
-
◆ initRenderedCircleData()
◆ initStateData()
Initializes a StateData structure with default values.
- Parameters
-
stateData | Pointer to the StateData structure to be initialized. |
◆ initTrialData()
Initialize the trial-data-tracking structure.
- Parameters
-
◆ resetTrialData()
Reset the trial-data-tracking structure for a new set of trials.
- Parameters
-