Chapter 1. General PSYX information
The purpose of a PSYX is indicated by its class; the primary classes are:
ODEV: output device driverPSYXs are code resources of type `PSYX'. (See "1.3.1 Code resources" for information about code resources.) The PSYX system is message-based, and the basic structure of a PSYX is the same regardless of its class. A PSYX's class is primarily an indication of the kinds of messages the PSYX is expecting. In fact, any PSYX can belong to any number of classes.
IDEV: input device driver
TIMR: timing device driver
DCOD: script-manipulating dialog or function
IMSB: experiment compiler
XRES: scripting function
DFIL data output/filtering extension
ACTN action extension
PSYXs in the ODEV, IDEV, and TIMR classes must explicitly declare themselves to be in the class. This is because PsyScope needs to know all of the drivers that are available.
The other three classes -- DCOD, IMSB, and XRES -- are implicit: if some part of the system sends a PSYX a message appropriate for a DCOD, it is assumed that the receiver is a DCOD. If the receiving PSYX is not a DCOD, it will simply refuse the message.
A PSYX can be identified in two ways: by its name (< 32 characters), or by its four-character ID. A single PSYX may be given multiple names, but there should be a unique ID for each name, and no two PSYXs can have the same name.
Most PSYXs are loaded at start-up through the "PsyScope Extensions" folder, although they may also be opened through the "Resources" special entry.
Generated with CERN WebMaker