Changeset 9462
- Timestamp:
- 08/30/08 13:53:36
- Files:
-
- usrp2/trunk/host/include/usrp2/rx_nop_handler.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
usrp2/trunk/host/include/usrp2/rx_nop_handler.h
r9461 r9462 30 30 * 31 31 * Derived classes should override the () operator, but call this 32 * parent class method at the endof their own operations.32 * parent class method at some point at the start of their own operations. 33 33 */ 34 34 … … 91 91 /*! 92 92 * Function operator invoked by USRP2 RX API. Derived classes must override this method 93 * but then invoke it at the endof their processing. This operator will always be93 * but then invoke it at the start of their processing. This operator will always be 94 94 * called at least once. 95 95 *
