aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/types.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-07-20 18:51:36 -0700
committerJosh Blum <josh@joshknows.com>2010-07-20 18:51:36 -0700
commit90465e6bcda596b28ab823e698b078708828da0c (patch)
treed0289f6f313fea577524fa804f03fe319f9fcbc8 /host/lib/types.cpp
parent8e29df8b3176d966ba2b987f0bbaea108ba8135c (diff)
downloaduhd-90465e6bcda596b28ab823e698b078708828da0c.tar.gz
uhd-90465e6bcda596b28ab823e698b078708828da0c.tar.bz2
uhd-90465e6bcda596b28ab823e698b078708828da0c.zip
uhd: added async recv message call to device api
implemented in usrp2 io impl added async metadata type
Diffstat (limited to 'host/lib/types.cpp')
-rw-r--r--host/lib/types.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/host/lib/types.cpp b/host/lib/types.cpp
index fdc435fef..1cfe84832 100644
--- a/host/lib/types.cpp
+++ b/host/lib/types.cpp
@@ -98,18 +98,6 @@ stream_cmd_t::stream_cmd_t(const stream_mode_t &stream_mode):
/***********************************************************************
* metadata
**********************************************************************/
-rx_metadata_t::rx_metadata_t(void):
- has_time_spec(false),
- time_spec(time_spec_t()),
- more_fragments(false),
- fragment_offset(0),
- start_of_burst(false),
- end_of_burst(false),
- error_code(ERROR_CODE_NONE)
-{
- /* NOP */
-}
-
tx_metadata_t::tx_metadata_t(void):
has_time_spec(false),
time_spec(time_spec_t()),