small change
This commit is contained in:
parent
dee9e32f81
commit
3f740f5971
1 changed files with 16 additions and 0 deletions
|
@ -41,6 +41,22 @@ Protocol message definition
|
||||||
|
|
||||||
|
|
||||||
/* Implementation *************************************************************/
|
/* Implementation *************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/******************************************************************************\
|
||||||
|
* Message generation (parsing) *
|
||||||
|
\******************************************************************************/
|
||||||
bool CProtocol::ParseMessage ( const CVector<uint8_t>& vecIn,
|
bool CProtocol::ParseMessage ( const CVector<uint8_t>& vecIn,
|
||||||
int& iCnt,
|
int& iCnt,
|
||||||
int& iID,
|
int& iID,
|
||||||
|
|
Loading…
Reference in a new issue