Class PportAddresses is a helper class for EppRulbusInterface.
Public Types | |
| typedef QuadCptr | const_iterator |
| const iterator type | |
Public Member Functions | |
| bool | isValid (Quad base) const |
| true if specified parallel port base address is valid. | |
| const_iterator | begin () const |
| first element of iteration. | |
| const_iterator | end () const |
| past the last element of iteration. | |
Static Private Attributes | |
| Quad | kPportAddresses [] |
| (default) list of valid base addresses. | |
| const Quad | basePCIMin = 0x0D00 |
| lowest acceptable base address | |
| const Quad | basePCIMax = 0xFFF8 |
| highest acceptable base address | |
| const Quad | basePCIStp = 8 |
| base address delta | |
|
|
Initial value:
{
0x378, 0x278
}
|