Functions
fileformat/readTypes.cpp File Reference
#include "readTypes.h"
#include <QtCore/QDebug>
Include dependency graph for readTypes.cpp:

Functions

bool checkString (const DataPointer &start, int length)
QString codepageStringCombination (const DataPointer &start, int length)
QString fixedString (const DataPointer &start, int length)
int readBigEndianInt1 (const DataPointer &start)
int readBigEndianInt2 (const DataPointer &start)
int readBigEndianInt3 (const DataPointer &start)
int readBigEndianInt4 (const DataPointer &start)
QString bcdbyte (unsigned char start)
QString hexByte (unsigned char start)

Function Documentation

QString bcdbyte ( unsigned char  start)

References hexByte().

Referenced by BcdMonthYear::toString(), and BcdDate::toString().

bool checkString ( const DataPointer start,
int  length 
)
QString codepageStringCombination ( const DataPointer start,
int  length 
)

References checkString(), and DataPointer::toPointer().

Referenced by fixedString().

QString fixedString ( const DataPointer start,
int  length 
)
QString hexByte ( unsigned char  start)
int readBigEndianInt1 ( const DataPointer start)

Referenced by vuBlockFactory().

int readBigEndianInt2 ( const DataPointer start)
int readBigEndianInt3 ( const DataPointer start)
int readBigEndianInt4 ( const DataPointer start)

Referenced by TimeReal::TimeReal().