#include <AccScan.hpp>
Public Member Functions | |
| STATIC_CONST (SignalLength=2) | |
Private Types | |
| ZCHECK_LCP_STOP = 0 | |
| ZNOT_CHECK_LCP_STOP = 1 | |
| enum | { ZCHECK_LCP_STOP = 0, ZNOT_CHECK_LCP_STOP = 1 } |
Private Attributes | |
| Uint32 | accPtr |
| Uint32 | checkLcpStop |
Friends | |
| class | Dbacc |
| class | Dbtux |
| class | Dbtup |
| class | Dblqh |
Definition at line 207 of file AccScan.hpp.
anonymous enum [private] |
Definition at line 212 of file AccScan.hpp.
00212 { 00213 ZCHECK_LCP_STOP = 0, 00214 ZNOT_CHECK_LCP_STOP = 1 00215 };
| AccCheckScan::STATIC_CONST | ( | SignalLength | = 2 |
) |
friend class Dbacc [friend] |
Definition at line 208 of file AccScan.hpp.
friend class Dblqh [friend] |
Definition at line 211 of file AccScan.hpp.
friend class Dbtup [friend] |
Definition at line 210 of file AccScan.hpp.
friend class Dbtux [friend] |
Definition at line 209 of file AccScan.hpp.
Uint32 AccCheckScan::accPtr [private] |
Definition at line 219 of file AccScan.hpp.
Referenced by Dbtux::execACC_CHECK_SCAN(), Dbtup::execACC_CHECK_SCAN(), Dbtux::execNEXT_SCANREQ(), and Dbtup::execNEXT_SCANREQ().
Uint32 AccCheckScan::checkLcpStop [private] |
Definition at line 220 of file AccScan.hpp.
Referenced by Dbtux::execACC_CHECK_SCAN(), Dbtup::execACC_CHECK_SCAN(), Dbtux::execNEXT_SCANREQ(), and Dbtup::execNEXT_SCANREQ().
1.4.7

