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

5.3 ODEV Messages and Their Parameters

5.3.17 OMakeStimRefNum


#define OMakeStimRefNum					'Omks'
 

typedef struct { ECSList attrib_refs; long refNum; char *string; } OMakeStimRefNumParams;

ECS List attrib_refs; In - a list of one or more attribute references for the stimulus, as passed out in reply to OSplitStimRefNum.

long refNum; Out - The reference number of a new stimulus.

char *string; In - A string representation of one or more stimulus values, as passed out in reply to OSplitStimRefNum.

This message is used to reconstitute a stimulus from a string and a list of attribute blocks previously passed out in response to calls to OSplitStimRefNum.

This message was once used to mix-and-match stimuli and attribute blocks within the Trial Manager, but that functionality has been subsumed by the IMSBs, thus this message is now archaic.


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

Generated with CERN WebMaker