PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
PParallelPort.cpp File Reference
#include "PParallelPort.h"
#include "../utility/PError.h"

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)
 

Enumeration Type Documentation

◆ PEBLPPort

enum PEBLPPort
Enumerator
PEBLPPortLPT1 
PEBLPPortLPT2 
PEBLPPortLPTX 

Definition at line 60 of file PParallelPort.cpp.

61 {
62 PEBLPPortLPT1=0x378,
63 PEBLPPortLPT2=0x278,
64 PEBLPPortLPTX=0x3BC
65 };
@ PEBLPPortLPT1
@ PEBLPPortLPTX
@ PEBLPPortLPT2

Function Documentation

◆ Inp32()

int Inp32 ( int  i)

◆ Out32()

int Out32 ( int  i,
int  x 
)