1 |
/** @file |
/** @file |
2 |
* $Source: /repository/event/mcmd/McmdRecord.h,v $ |
* $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/mcmd/McmdRecord.h,v $ |
3 |
* $Id: McmdRecord.h,v 1.1 2008-01-11 17:14:23 messineo Exp $ |
* $Id: McmdRecord.h,v 1.1.1.1 2008/09/23 07:20:02 mocchiut Exp $ |
4 |
* $Author: messineo $ |
* $Author: mocchiut $ |
5 |
* |
* |
6 |
* Header file for the McmdRecord class. |
* Header file for the McmdRecord class. |
7 |
*/ |
*/ |
30 |
* The Mcmd crc result. |
* The Mcmd crc result. |
31 |
* |
* |
32 |
* It specifies if the Mcmd was transmitted correctly: <br> |
* It specifies if the Mcmd was transmitted correctly: <br> |
33 |
* 0 = Mcmd correctly transmitted <br> |
* 1 = Mcmd correctly transmitted <br> |
34 |
* 1 = Mcmd not correctly transmitted |
* 0 = Mcmd not correctly transmitted |
35 |
*/ |
*/ |
36 |
int Mcmd_Block_crc_ok; |
int Mcmd_Block_crc_ok; |
37 |
|
|
80 |
} |
} |
81 |
};*/ |
};*/ |
82 |
|
|
83 |
ClassDef(McmdRecord, 1) |
ClassDef(McmdRecord, 2) |
84 |
}; |
}; |
85 |
} |
} |
86 |
|
|