Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / libscout / src / WirelessReceiver.cpp @ 4e393fcc

History | View | Annotate | Download (2.57 KB)

# Date Author Comment
a8987cda 10/07/2012 10:41 PM Thomas Mullins

Fixes to WirelessReceiver and wl_test

Changed receive callback to use std::function so we can use std::bind to
pass non-static member functions. There is still a weird problem where
WirelessReceiver::dummy gets called many times for each incoming packet
in wl_test.

5d0687a9 04/24/2012 04:22 PM Priya

Small changes to wireless, and starting turning with line following.

5d634058 02/28/2012 07:58 PM Thomas Mullins

Added WirelessReceiver to libscout

It does not yet have any filtering functionality, which can be added in
the future if it's really needed.