vpr::Port Class Reference

A cross-platform interface to using a computer's I/O ports (serial, parallel, IR, etc. More...

#include <vpr/IO/Port/Port.h>

Inheritance diagram for vpr::Port:

Inheritance graph
[legend]
Collaboration diagram for vpr::Port:

Collaboration graph
[legend]
List of all members.

Protected Member Functions

 Port (const std::string &portName)
 Constructor.
virtual ~Port ()
 Destructor.

Detailed Description

A cross-platform interface to using a computer's I/O ports (serial, parallel, IR, etc.

).

Definition at line 60 of file Port.h.


Constructor & Destructor Documentation

vpr::Port::Port ( const std::string &  portName  )  [protected]

Constructor.

Precondition:
None.
Postcondition:
The given port name is passed on to the vpr::BlockIO constructor.
Parameters:
portName The name of the port in use.

Definition at line 49 of file Port.cpp.

00049                                     : BlockIO(portName)
00050 {
00051    /* Do nothing. */ ;
00052 }

vpr::Port::~Port (  )  [protected, virtual]

Destructor.

This does nothing.

Definition at line 57 of file Port.cpp.

00058 {
00059    /* Do nothing. */ ;
00060 }


The documentation for this class was generated from the following files:
Generated on Thu Jan 4 10:55:09 2007 for VR Juggler Portable Runtime by  doxygen 1.5.1