##// END OF EJS Templates
gselesia changed to process CWF_F3 light waveforms...
gselesia changed to process CWF_F3 light waveforms parameterdump reorganized

File last commit:

r50:47b677d190ee default
r52:061b27b067a0 default
Show More
tcpackettosend.h
28 lines | 644 B | text/x-c | CLexer
update before compilation on pc-alison
r48 #ifndef TCPACKETTOSEND_H
#define TCPACKETTOSEND_H
#include <QObject>
Last comit before installation on pc-coillot
r50 #include "parameterdump_global.h"
update before compilation on pc-alison
r48 #include <TC_types.h>
Last comit before installation on pc-coillot
r50 class PARAMETERDUMPSHARED_EXPORT TCPacketToSend : public QObject
update before compilation on pc-alison
r48 {
Q_OBJECT
public:
explicit TCPacketToSend(QObject *parent = 0);
unsigned char calculateDataCRC(char *data, int nbBytes);
void initLookUpTableForCRC( void );
void GetCRCAsTwoBytes(unsigned char* data, unsigned char* crcAsTwoBytes, unsigned int sizeOfData);
unsigned int Crc_opt( unsigned char D, unsigned int Chk);
unsigned int lookUpTableForCRC[256];
signals:
public slots:
};
#endif // TCPACKETTOSEND_H