modm API documentation
xpcc::CommunicatableTask Class Referenceabstract

#include <modm/communication/xpcc/communicatable_task.hpp>

Inheritance diagram for xpcc::CommunicatableTask:
modm::Task xpcc::Communicatable

Public Member Functions

 CommunicatableTask (Communicator *parent)
 
virtual bool isFinished () = 0
 
void start (...)
 
virtual void update () = 0
 

Protected Attributes

Communicatorparent
 

Detailed Description

A state-machine able to communicate via xpcc

Needs to be part of a xpcc::AbstractComponent

See also
modm::Task
xpcc::Communicator
xpcc::Communicatable
Author
Fabian Greif

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