Services - tools - models - for embedded software development
Embecosm divider strip
Prev  Next

4.2.2.  RspPacket class

The RSP packet cannot be represented as a simple string, since binary packets may contain null (string terminator) characters. Instead the packet is represented as a character buffer and separate length field. However by convention the character buffer is also null-terminated, allowing non-binary packets to be printed out for debugging purposes. The public interface to this class is as follows:

Embecosm divider strip