Project

General

Profile

Statistics
| Branch: | Revision:

root / scout / libscout / src / behaviors / wl_test.cpp @ 071926c2

History | View | Annotate | Download (1.84 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.

26562d0c 04/24/2012 05:49 PM Priya

Adding wl_test files that were not added before