usrp2::data_handler Class Reference
Abstract function object called to handle received data blocks.
More...
#include <data_handler.h>
List of all members.
Detailed Description
Abstract function object called to handle received data blocks.
Member Typedef Documentation
Member Enumeration Documentation
Constructor & Destructor Documentation
virtual usrp2::data_handler::~data_handler |
( |
|
) |
[virtual] |
Member Function Documentation
virtual result usrp2::data_handler::operator() |
( |
const void * |
base, |
|
|
size_t |
len | |
|
) |
| | [pure virtual] |
- Parameters:
-
| base | points to the beginning of the data |
| len | is the length in bytes of the data |
- Returns:
- bitmask composed of DONE, KEEP
Implemented in usrp2::copy_handler.
The documentation for this class was generated from the following file: