Commit 5ad0a123 authored by lm's avatar lm

Cleanup of code generator, working towards field hashes

parent 06be9881
...@@ -58,6 +58,12 @@ signals: ...@@ -58,6 +58,12 @@ signals:
void parseState(QString message); void parseState(QString message);
protected: protected:
/** @brief Accumulate the X.25 CRC by adding one char at a time. */
void crcAccumulate(uint8_t data, uint16_t *crcAccum);
/** @brief Initialize the buffer for the X.25 CRC */
void crcInit(uint16_t* crcAccum);
QDomDocument* doc; QDomDocument* doc;
QString outputDirName; QString outputDirName;
QString fileName; QString fileName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment