Debugging the Gateway functionality.

This commit is contained in:
Jonathan Naylor 2016-06-13 22:53:25 +01:00
parent 5e6b6a4061
commit 9296316ffe
6 changed files with 32 additions and 29 deletions

View file

@ -57,6 +57,12 @@ void CParrot::end()
m_ptr = 0U;
}
void CParrot::clear()
{
m_used = 0U;
m_ptr = 0U;
}
unsigned int CParrot::read(unsigned char* data)
{
assert(data != NULL);