Changeset 12520 for trunk/FACT++/src/EventBuilder.c
- Timestamp:
- 11/15/11 02:47:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilder.c
r12506 r12520 1466 1466 // but it doesn't really matter because it is not really 1467 1467 // used anywehere else 1468 rd[i].rBuf->S[1] = ntohs(rd[i].rBuf->S[1]); // package_length1468 // rd[i].rBuf->S[1] = ntohs(rd[i].rBuf->S[1]); // package_length 1469 1469 rd[i].rBuf->S[2] = ntohs(rd[i].rBuf->S[2]); // version_no 1470 1470 rd[i].rBuf->S[3] = ntohs(rd[i].rBuf->S[3]); // PLLLCK … … 1487 1487 rd[i].rBuf->S[s] = ntohs(rd[i].rBuf->S[s]); // drs_temperature / dac 1488 1488 1489 rd[i].fadLen = rd[i].rBuf->S[1]* 2;1489 rd[i].fadLen = ntohs(rd[i].rBuf->S[1]) * 2; 1490 1490 rd[i].fadVers = rd[i].rBuf->S[2]; 1491 1491 rd[i].ftmTyp = rd[i].rBuf->S[5];
Note:
See TracChangeset
for help on using the changeset viewer.