19 #include <signaldata/UtilLock.hpp>
22 printUTIL_LOCK_REQ (FILE * output,
const Uint32 * theData,
23 Uint32 len, Uint16 receiverBlockNo)
26 fprintf (output,
" senderData: %x\n", sig->senderData);
27 fprintf (output,
" senderRef: %x\n", sig->senderRef);
28 fprintf (output,
" lockId: %x\n", sig->lockId);
29 fprintf (output,
" requestInfo: %x\n", sig->requestInfo);
30 fprintf (output,
" extra: %x\n", sig->extra);
35 printUTIL_LOCK_CONF (FILE * output,
const Uint32 * theData,
36 Uint32 len, Uint16 receiverBlockNo)
39 fprintf (output,
" senderData: %x\n", sig->senderData);
40 fprintf (output,
" senderRef: %x\n", sig->senderRef);
41 fprintf (output,
" lockId: %x\n", sig->lockId);
42 fprintf (output,
" extra: %x\n", sig->extra);
47 printUTIL_LOCK_REF (FILE * output,
const Uint32 * theData,
48 Uint32 len, Uint16 receiverBlockNo)
51 fprintf (output,
" senderData: %x\n", sig->senderData);
52 fprintf (output,
" senderRef: %x\n", sig->senderRef);
53 fprintf (output,
" lockId: %x\n", sig->lockId);
54 fprintf (output,
" errorCode: %x\n", sig->errorCode);
55 fprintf (output,
" extra: %x\n", sig->extra);
60 printUTIL_UNLOCK_REQ (FILE * output,
const Uint32 * theData,
61 Uint32 len, Uint16 receiverBlockNo)
64 fprintf (output,
" senderData: %x\n", sig->senderData);
65 fprintf (output,
" senderRef: %x\n", sig->senderRef);
66 fprintf (output,
" lockId: %x\n", sig->lockId);
71 printUTIL_UNLOCK_CONF (FILE * output,
const Uint32 * theData,
72 Uint32 len, Uint16 receiverBlockNo)
75 fprintf (output,
" senderData: %x\n", sig->senderData);
76 fprintf (output,
" senderRef: %x\n", sig->senderRef);
77 fprintf (output,
" lockId: %x\n", sig->lockId);
82 printUTIL_UNLOCK_REF (FILE * output,
const Uint32 * theData,
83 Uint32 len, Uint16 receiverBlockNo)
86 fprintf (output,
" senderData: %x\n", sig->senderData);
87 fprintf (output,
" senderRef: %x\n", sig->senderRef);
88 fprintf (output,
" lockId: %x\n", sig->lockId);
89 fprintf (output,
" errorCode: %x\n", sig->errorCode);
94 printUTIL_CREATE_LOCK_REQ (FILE * output,
const Uint32 * theData,
95 Uint32 len, Uint16 receiverBlockNo)
98 fprintf (output,
" senderData: %x\n", sig->senderData);
99 fprintf (output,
" senderRef: %x\n", sig->senderRef);
100 fprintf (output,
" lockId: %x\n", sig->lockId);
101 fprintf (output,
" lockType: %x\n", sig->lockType);
106 printUTIL_CREATE_LOCK_REF (FILE * output,
const Uint32 * theData,
107 Uint32 len, Uint16 receiverBlockNo)
110 fprintf (output,
" senderData: %x\n", sig->senderData);
111 fprintf (output,
" senderRef: %x\n", sig->senderRef);
112 fprintf (output,
" lockId: %x\n", sig->lockId);
113 fprintf (output,
" errorCode: %x\n", sig->errorCode);
118 printUTIL_CREATE_LOCK_CONF (FILE * output,
const Uint32 * theData,
119 Uint32 len, Uint16 receiverBlockNo)
122 fprintf (output,
" senderData: %x\n", sig->senderData);
123 fprintf (output,
" senderRef: %x\n", sig->senderRef);
124 fprintf (output,
" lockId: %x\n", sig->lockId);
129 printUTIL_DESTROY_LOCK_REQ (FILE * output,
const Uint32 * theData,
130 Uint32 len, Uint16 receiverBlockNo)
133 fprintf (output,
" senderData: %x\n", sig->senderData);
134 fprintf (output,
" senderRef: %x\n", sig->senderRef);
135 fprintf (output,
" lockId: %x\n", sig->lockId);
140 printUTIL_DESTROY_LOCK_REF (FILE * output,
const Uint32 * theData,
141 Uint32 len, Uint16 receiverBlockNo)
144 fprintf (output,
" senderData: %x\n", sig->senderData);
145 fprintf (output,
" senderRef: %x\n", sig->senderRef);
146 fprintf (output,
" lockId: %x\n", sig->lockId);
147 fprintf (output,
" errorCode: %x\n", sig->errorCode);
152 printUTIL_DESTROY_LOCK_CONF (FILE * output,
const Uint32 * theData,
153 Uint32 len, Uint16 receiverBlockNo)
156 fprintf (output,
" senderData: %x\n", sig->senderData);
157 fprintf (output,
" senderRef: %x\n", sig->senderRef);
158 fprintf (output,
" lockId: %x\n", sig->lockId);