Public Member Functions | |
| circbuf (int size=512) | |
| void | putOnBuf (unsigned char c) |
| int | getFromBuf () |
| bool | haveData () |
| int | size () |
| void | printBuf () |
| bool | gotPacket () |
| void | reset () |
Private Attributes | |
| unsigned char * | buf |
| int | start |
| int | end |
| int | mysize |
| bool | gotPack |