FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void READ_STRUCT::swapData
(
)
Definition at line
497
of file
EventBuilder.cc
.
References
i
.
Referenced by
mainloop()
.
498
{
499
// swapEventHeaderBytes: End of the header. to channels now
500
501
int
i
= 36;
502
for
(
int
ePatchesCount = 0; ePatchesCount<4*9; ePatchesCount++)
503
{
504
S
[i+0] = ntohs(
S
[i+0]);
//id
505
S
[i+1] = ntohs(
S
[i+1]);
//start_cell
506
S
[i+2] = ntohs(
S
[i+2]);
//roi
507
S
[i+3] = ntohs(
S
[i+3]);
//filling
508
509
i += 4+
S
[i+2];
//skip the pixel data
510
}
511
}
i
int i
Definition:
db_dim_client.c:21
READ_STRUCT::S
uint16_t S[MAX_LEN/2]
Definition:
EventBuilder.cc:207
Here is the caller graph for this function:
READ_STRUCT
Generated on Sun Sep 18 2016 20:50:56 for FACT++ by
1.8.11