a

Dependencies:   mbed mbed-rtos

Embed: (wiki syntax)

« Back to documentation index

CEchoer Class Reference

CEchoer Class Reference

It is used for echoing messages over UART. More...

#include <echoer.hpp>

Inherits task::CTask.

Public Member Functions

 CEchoer (uint32_t f_period, Serial &f_serialPort)
 Class constructor.
virtual void run ()
 Run method.

Detailed Description

It is used for echoing messages over UART.

Definition at line 26 of file echoer.hpp.


Constructor & Destructor Documentation

CEchoer ( uint32_t  f_period,
Serial &  f_serialPort 
)

Class constructor.

Constructor method

Parameters:
f_periodechoer execution period
f_serialPortSerial communication object

Definition at line 22 of file echoer.cpp.


Member Function Documentation

void run (  ) [virtual, inherited]

Run method.

Destructor method

Definition at line 46 of file taskmanager.cpp.