#include <AlterTab.hpp>
Public Types | |
| NF_FakeErrorREF = 255 | |
| enum | ErrorCode { NF_FakeErrorREF = 255 } |
Public Member Functions | |
| STATIC_CONST (SignalLength=7) | |
| STATIC_CONST (GSN=GSN_ALTER_TAB_REF) | |
Public Attributes | |
| Uint32 | senderRef |
| Uint32 | senderData |
| Uint32 | errorCode |
| Uint32 | errorLine |
| Uint32 | errorKey |
| Uint32 | errorStatus |
| Uint32 | requestType |
Friends | |
| class | Dbdict |
| class | Dbdih |
| class | Dbtc |
| class | Dblqh |
| class | Dbtup |
| class | SafeCounter |
| bool | printALTER_TAB_REF (FILE *, const Uint32 *, Uint32, Uint16) |
Definition at line 66 of file AlterTab.hpp.
| AlterTabRef::STATIC_CONST | ( | GSN | = GSN_ALTER_TAB_REF |
) |
| AlterTabRef::STATIC_CONST | ( | SignalLength | = 7 |
) |
friend class Dbdict [friend] |
Sender(s) / Reciver(s)
Definition at line 70 of file AlterTab.hpp.
friend class Dbdih [friend] |
Definition at line 71 of file AlterTab.hpp.
friend class Dblqh [friend] |
Definition at line 73 of file AlterTab.hpp.
friend class Dbtc [friend] |
Definition at line 72 of file AlterTab.hpp.
friend class Dbtup [friend] |
Definition at line 74 of file AlterTab.hpp.
| bool printALTER_TAB_REF | ( | FILE * | output, | |
| const Uint32 * | theData, | |||
| Uint32 | len, | |||
| Uint16 | receiverBlockNo | |||
| ) | [friend] |
For printing
Definition at line 33 of file AlterTab.cpp.
00034 { 00035 // const AlterTabRef * const sig = (AlterTabRef *) theData; 00036 00037 return false; 00038 }
friend class SafeCounter [friend] |
Definition at line 75 of file AlterTab.hpp.
Definition at line 91 of file AlterTab.hpp.
Referenced by Dbdict::alterTabRef(), and Dbdict::execALTER_TAB_REF().
Definition at line 93 of file AlterTab.hpp.
Referenced by Dbdict::alterTabRef(), and Dbdict::execALTER_TAB_REF().
Definition at line 92 of file AlterTab.hpp.
Referenced by Dbdict::alterTabRef(), and Dbdict::execALTER_TAB_REF().
Definition at line 94 of file AlterTab.hpp.
Referenced by Dbdict::alterTabRef(), and Dbdict::execALTER_TAB_REF().
Definition at line 90 of file AlterTab.hpp.
Referenced by Dbdict::alterTabRef(), and Dbdict::execALTER_TAB_REF().
Definition at line 89 of file AlterTab.hpp.
Referenced by Dbdict::alterTabRef(), and Dbdict::execALTER_TAB_REF().
1.4.7

