--- yoda/event/Calib2_Ac2Event.h 2005/02/08 08:14:53 2.5 +++ yoda/event/Calib2_Ac2Event.h 2005/05/28 10:44:08 4.4 @@ -5,14 +5,29 @@ namespace pamela { /** - * Information events about the Calib2_Ac2. + * Calib2_Ac2Event data Wrapper. + * + * The pamela::Calib2_Ac2Event represents the Calib2_Ac2 packet generated by the PAMELA CPU software. + * Other info you consider meaningfull for the packet */ class Calib2_Ac2Event: public pamela::SubPacket { private: public: + + /** + * The header of ???. + * Each element represent ......etc..etc.. + */ UINT16 header[2]; + + /** + * The status of ???. + * Each element represent ......etc..etc.. + */ UINT16 status[5]; + + // and so on...... UINT16 temp[8]; UINT16 DAC1[8]; UINT16 DAC2[8];