[Next] [Previous] [Up] [Top] [Contents] [Index]

5.3 ODEV Messages and Their Parameters

5.3.21 OQuickFromDisk


#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.


PSYX Programmer's Manual - 24 AUG 95
[Next] [Previous] [Up] [Top] [Contents] [Index]

Generated with CERN WebMaker