##// END OF EJS Templates
lfrsgse updated after integration at LESIA...
lfrsgse updated after integration at LESIA LESIA echo bridge does not transmit the CCSDS header

File last commit:

r14:304f5a6ad6b4 default
r44:8d1a3ffe9394 default
Show More
tmpackettoread.h
23 lines | 393 B | text/x-c | CLexer
Add missing files to the repository
r14 #ifndef TMPACKETTOREAD_H
#define TMPACKETTOREAD_H
#include <QObject>
class TMPacketToRead : public QObject
{
Q_OBJECT
public:
explicit TMPacketToRead(unsigned char *Value, unsigned int size,
QObject *parent = 0);
~TMPacketToRead();
unsigned char *Value;
unsigned int size;
signals:
public slots:
};
#endif // TMPACKETTOREAD_H