Public Types | Public Member Functions | Public Attributes | Protected Member Functions
Aseba::BootloaderAck Class Reference

Message for bootloader: acknowledge, with optional error code. More...

#include <msg.h>

Inheritance diagram for Aseba::BootloaderAck:
Inheritance graph
[legend]

List of all members.

Public Types

enum  ErrorTypes { SUCCESS = 0, ERROR_INVALID_FRAME_SIZE, ERROR_PROGRAMMING_FAILED, ERROR_NOT_PROGRAMMING }

Public Member Functions

 BootloaderAck ()

Public Attributes

uint16 errorAddress
uint16 errorCode

Protected Member Functions

virtual void deserializeSpecific ()
virtual void dumpSpecific (std::wostream &stream) const
virtual operator const char * () const
virtual void serializeSpecific ()

Detailed Description

Message for bootloader: acknowledge, with optional error code.

Definition at line 130 of file msg.h.


Member Enumeration Documentation

Enumerator:
SUCCESS 
ERROR_INVALID_FRAME_SIZE 
ERROR_PROGRAMMING_FAILED 
ERROR_NOT_PROGRAMMING 

Definition at line 133 of file msg.h.


Constructor & Destructor Documentation

Definition at line 146 of file msg.h.


Member Function Documentation

void Aseba::BootloaderAck::deserializeSpecific ( ) [protected, virtual]

Implements Aseba::Message.

Definition at line 365 of file msg.cpp.

void Aseba::BootloaderAck::dumpSpecific ( std::wostream &  stream) const [protected, virtual]

Implements Aseba::Message.

Definition at line 372 of file msg.cpp.

virtual Aseba::BootloaderAck::operator const char * ( ) const [inline, protected, virtual]

Reimplemented from Aseba::Message.

Definition at line 152 of file msg.h.

void Aseba::BootloaderAck::serializeSpecific ( ) [protected, virtual]

Implements Aseba::Message.

Definition at line 358 of file msg.cpp.


Member Data Documentation

Definition at line 143 of file msg.h.

Definition at line 142 of file msg.h.


The documentation for this class was generated from the following files:


aseba
Author(s): Stéphane Magnenat
autogenerated on Thu Jan 2 2014 11:17:17