#ifndef INT_H #define INT_H #include #include #define INT_SIZE 6 float rdFloat(const QByteArray &data); quint64 rdInt(const QByteArray &data); QByteArray wrInt(quint64 value); QByteArray wrInt(quint64 value, int); QByteArray wrFloat(float value); #endif // INT_H