ian rau / Mbed 2 deprecated ProjectVLC

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Embed: (wiki syntax)

« Back to documentation index

Receiver Class Reference

Receiver Class Reference

A class used to receive commands via TCP and execute them. More...

#include <Receiver.h>

Public Member Functions

 Receiver (Queue< int, 8 > *queue)
void start ()
 Start a loop that will receive packets, and push their contents on the queue.

Detailed Description

A class used to receive commands via TCP and execute them.

Definition at line 10 of file Receiver.h.


Constructor & Destructor Documentation

Receiver ( Queue< int, 8 > *  queue )
Parameters:
queueThe queue where received and interpreted commands will we pushed.

Definition at line 3 of file Receiver.cpp.


Member Function Documentation

void start (  )

Start a loop that will receive packets, and push their contents on the queue.

This method should be called last.

Definition at line 6 of file Receiver.cpp.