crew number parse added
This commit is contained in:
parent
a3c66786eb
commit
5e1d5d14bf
4 changed files with 42 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue