crew number parse added

This commit is contained in:
Rafael 2016-03-21 21:46:36 +01:00
parent a3c66786eb
commit 5e1d5d14bf
4 changed files with 42 additions and 11 deletions

View file

@ -39,6 +39,7 @@ public:
QString getPictureStr();
// JSON
int getCrewNumber();
QString getJsonStr();
double getLocationX();
double getLocationY();
@ -55,8 +56,17 @@ private:
QString pictureStr;
QString lastStep;
// PARSE INT
int snapmaticHeaderLength;
int snapmaticUsefulLength;
int jpegHeaderLineDifStr;
int jpegPreHeaderLength;
int jpegPicStreamLength;
int jsonStreamLength;
// JSON
void parseJsonContent();
int jsonCrewID;
QString jsonStr;
double jsonLocX;
double jsonLocY;