#include <cplSerial.h>
Inheritance diagram for CCplSerial:
Protected Member Functions | |
| virtual bool | load_tbl ()=0 |
| Loads the command table from the robot's firmware. | |
| virtual void | defineProtocol (byte _kataddr)=0 |
| Defines the protocol's attributes. | |
Protected Attributes | |
| THeader | hdr |
| header | |
| TPacket | cmd [256] |
| command table | |
| byte | send_buf [256] |
| sending buffer | |
| byte | read_buf [256] |
| receive buffer | |
Definition at line 92 of file cplSerial.h.
| virtual void CCplSerial::defineProtocol | ( | byte | _kataddr | ) | [protected, pure virtual] |
| virtual bool CCplSerial::load_tbl | ( | ) | [protected, pure virtual] |
TPacket CCplSerial::cmd[256] [protected] |
THeader CCplSerial::hdr [protected] |
byte CCplSerial::read_buf[256] [protected] |
byte CCplSerial::send_buf[256] [protected] |
1.4.7