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

5.3 ODEV Messages and Their Parameters

5.3.20 OQuickToDisk


#define OQuickToDisk		'Owtb'
 

typedef struct { FILE *file; } OQuickToDiskParams;

FILE *file; In - An ANSI file pointer to an open file to be written to.

This message tells the ODEV to write a binary description of all stimuli and attributes to the file passed in. The binary description should be readable by OQuickFromDisk. 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