5.3 ODEV Messages and Their Parameters
#define OReadableToDisk 'Owtt'typedef struct { FILE *file; } OReadableToDiskParams;
FILE *file; In - An ANSI file pointer to an open file to be written to.This message tells the ODEV to write a text description of all stimuli and attributes to the file passed in. The text description should be readable by
OReadableFromDisk
. 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