- refactored
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@891 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+2
-3
@@ -20,8 +20,6 @@ class Formatter
|
||||
public:
|
||||
Formatter(IFormatter *pFrameHandler);
|
||||
~Formatter();
|
||||
void idle();
|
||||
void process(uint8_t data);
|
||||
void process(void *pData, uint32_t len);
|
||||
frame_statistics_t getStats();
|
||||
void resetStats();
|
||||
@@ -33,7 +31,8 @@ private:
|
||||
uint32_t m_dataCount;
|
||||
uint32_t m_idleCount;
|
||||
frame_statistics_t m_frameStats;
|
||||
|
||||
void process_idle(uint32_t len);
|
||||
void process_data(uint8_t *pData, uint32_t len);
|
||||
void commit(frame_type frameType, uint32_t m_dataCount);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user