|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
Go to the source code of this file.
Enumerations | |
| enum | PEBLPPort { PEBLPPortLPT1 =0x378 , PEBLPPortLPT2 =0x278 , PEBLPPortLPTX =0x3BC } |
Functions | |
| int | Inp32 (int i) |
| int | Out32 (int i, int x) |
| enum PEBLPPort |
| Enumerator | |
|---|---|
| PEBLPPortLPT1 | |
| PEBLPPortLPT2 | |
| PEBLPPortLPTX | |
Definition at line 60 of file PParallelPort.cpp.
| int Inp32 | ( | int | i | ) |
Definition at line 57 of file PParallelPort.cpp.
Referenced by PParallelPort::GetDataState(), PParallelPort::GetStatusState(), PParallelPort::SetInputMode(), and PParallelPort::SetOutputMode().
| int Out32 | ( | int | i, |
| int | x | ||
| ) |
Definition at line 58 of file PParallelPort.cpp.
Referenced by PParallelPort::SetDataState(), PParallelPort::SetInputMode(), and PParallelPort::SetOutputMode().