5.3 ODEV Messages and Their Parameters
#define OQuickFromDisk 'Ordb'typedef struct { FILE *file; } OQuickFromDiskParams;
FILE *file; In - An ANSI file pointer to an open file to be read from.This message tells the ODEV to read a text description of all stimuli and attributes from the file passed in. The text description should be of the same format as written by
OQuickToDisk
. This message is a holdover from the days of "Run Files". It doesn't currently need to be supported, but it may in the future.
Generated with CERN WebMaker