diff options
43 files changed, 0 insertions, 43 deletions
diff --git a/host/include/uhd/device3.hpp b/host/include/uhd/device3.hpp index d169f892d..af304d37d 100644 --- a/host/include/uhd/device3.hpp +++ b/host/include/uhd/device3.hpp @@ -141,4 +141,3 @@ class UHD_API device3 : public uhd::device { } //namespace uhd #endif /* INCLUDED_UHD_DEVICE3_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/block_ctrl.hpp b/host/include/uhd/rfnoc/block_ctrl.hpp index f46120ec6..9a8c5f8ec 100644 --- a/host/include/uhd/rfnoc/block_ctrl.hpp +++ b/host/include/uhd/rfnoc/block_ctrl.hpp @@ -34,4 +34,3 @@ public: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_BLOCK_CTRL_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/block_ctrl_base.hpp b/host/include/uhd/rfnoc/block_ctrl_base.hpp index b3c9c53d6..4b97fa185 100644 --- a/host/include/uhd/rfnoc/block_ctrl_base.hpp +++ b/host/include/uhd/rfnoc/block_ctrl_base.hpp @@ -434,4 +434,3 @@ private: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_BLOCK_CTRL_BASE_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/block_id.hpp b/host/include/uhd/rfnoc/block_id.hpp index 6033c7133..126f3be25 100644 --- a/host/include/uhd/rfnoc/block_id.hpp +++ b/host/include/uhd/rfnoc/block_id.hpp @@ -198,4 +198,3 @@ namespace uhd { }} //namespace uhd::rfnoc #endif /* INCLUDED_UHD_TYPES_BLOCK_ID_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/blockdef.hpp b/host/include/uhd/rfnoc/blockdef.hpp index b0d8ebafd..43845aa7d 100644 --- a/host/include/uhd/rfnoc/blockdef.hpp +++ b/host/include/uhd/rfnoc/blockdef.hpp @@ -113,4 +113,3 @@ public: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_BLOCKDEF_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/constants.hpp b/host/include/uhd/rfnoc/constants.hpp index 92f21cae5..8c97fa220 100644 --- a/host/include/uhd/rfnoc/constants.hpp +++ b/host/include/uhd/rfnoc/constants.hpp @@ -99,4 +99,3 @@ static const std::string VALID_BLOCKID_REGEX = "(?:(\\d+)(?:/))?([A-Za-z][A-Za-z }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_CONSTANTS_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/fir_block_ctrl.hpp b/host/include/uhd/rfnoc/fir_block_ctrl.hpp index bfed5e067..3fd93620d 100644 --- a/host/include/uhd/rfnoc/fir_block_ctrl.hpp +++ b/host/include/uhd/rfnoc/fir_block_ctrl.hpp @@ -43,4 +43,3 @@ public: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_fir_block_ctrl_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/graph.hpp b/host/include/uhd/rfnoc/graph.hpp index d7b7cc43e..f6620d39b 100644 --- a/host/include/uhd/rfnoc/graph.hpp +++ b/host/include/uhd/rfnoc/graph.hpp @@ -81,4 +81,3 @@ public: }}; /* name space uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_GRAPH_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/node_ctrl_base.hpp b/host/include/uhd/rfnoc/node_ctrl_base.hpp index 9aa137b09..791f74afd 100644 --- a/host/include/uhd/rfnoc/node_ctrl_base.hpp +++ b/host/include/uhd/rfnoc/node_ctrl_base.hpp @@ -261,4 +261,3 @@ private: #include <uhd/rfnoc/node_ctrl_base.ipp> #endif /* INCLUDED_LIBUHD_NODE_CTRL_BASE_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/null_block_ctrl.hpp b/host/include/uhd/rfnoc/null_block_ctrl.hpp index 8a982b3e0..18ff7cea1 100644 --- a/host/include/uhd/rfnoc/null_block_ctrl.hpp +++ b/host/include/uhd/rfnoc/null_block_ctrl.hpp @@ -67,4 +67,3 @@ public: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_NULL_BLOCK_CTRL_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/rate_node_ctrl.hpp b/host/include/uhd/rfnoc/rate_node_ctrl.hpp index fb39fc806..71ebf3927 100644 --- a/host/include/uhd/rfnoc/rate_node_ctrl.hpp +++ b/host/include/uhd/rfnoc/rate_node_ctrl.hpp @@ -53,5 +53,4 @@ public: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RATE_NODE_CTRL_BASE_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/scalar_node_ctrl.hpp b/host/include/uhd/rfnoc/scalar_node_ctrl.hpp index 3d18cd5d4..e428f76fb 100644 --- a/host/include/uhd/rfnoc/scalar_node_ctrl.hpp +++ b/host/include/uhd/rfnoc/scalar_node_ctrl.hpp @@ -61,4 +61,3 @@ public: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_SCALAR_NODE_CTRL_BASE_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/sink_block_ctrl_base.hpp b/host/include/uhd/rfnoc/sink_block_ctrl_base.hpp index 57c398ce3..959148b7f 100644 --- a/host/include/uhd/rfnoc/sink_block_ctrl_base.hpp +++ b/host/include/uhd/rfnoc/sink_block_ctrl_base.hpp @@ -110,4 +110,3 @@ protected: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_TX_BLOCK_CTRL_BASE_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/sink_node_ctrl.hpp b/host/include/uhd/rfnoc/sink_node_ctrl.hpp index f321f529e..e080035f1 100644 --- a/host/include/uhd/rfnoc/sink_node_ctrl.hpp +++ b/host/include/uhd/rfnoc/sink_node_ctrl.hpp @@ -123,4 +123,3 @@ private: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_SINK_NODE_CTRL_BASE_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/source_block_ctrl_base.hpp b/host/include/uhd/rfnoc/source_block_ctrl_base.hpp index c9976b774..4f54a72c6 100644 --- a/host/include/uhd/rfnoc/source_block_ctrl_base.hpp +++ b/host/include/uhd/rfnoc/source_block_ctrl_base.hpp @@ -136,4 +136,3 @@ protected: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RX_BLOCK_CTRL_BASE_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/source_node_ctrl.hpp b/host/include/uhd/rfnoc/source_node_ctrl.hpp index 7946e6ee7..a0e8dbe9d 100644 --- a/host/include/uhd/rfnoc/source_node_ctrl.hpp +++ b/host/include/uhd/rfnoc/source_node_ctrl.hpp @@ -114,4 +114,3 @@ private: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_SOURCE_NODE_CTRL_BASE_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/stream_sig.hpp b/host/include/uhd/rfnoc/stream_sig.hpp index aab49054b..4a5128a43 100644 --- a/host/include/uhd/rfnoc/stream_sig.hpp +++ b/host/include/uhd/rfnoc/stream_sig.hpp @@ -75,4 +75,3 @@ UHD_INLINE std::ostream& operator<< (std::ostream& out, stream_sig_t stream_sig) }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_STREAMSIG_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/terminator_node_ctrl.hpp b/host/include/uhd/rfnoc/terminator_node_ctrl.hpp index bd893f07e..56ff3a3c1 100644 --- a/host/include/uhd/rfnoc/terminator_node_ctrl.hpp +++ b/host/include/uhd/rfnoc/terminator_node_ctrl.hpp @@ -40,4 +40,3 @@ public: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_TERMINATOR_NODE_CTRL_BASE_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/rfnoc/tick_node_ctrl.hpp b/host/include/uhd/rfnoc/tick_node_ctrl.hpp index 30dfc6d50..0b288274f 100644 --- a/host/include/uhd/rfnoc/tick_node_ctrl.hpp +++ b/host/include/uhd/rfnoc/tick_node_ctrl.hpp @@ -57,4 +57,3 @@ protected: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_TICK_NODE_CTRL_BASE_HPP */ -// vim: sw=4 et: diff --git a/host/include/uhd/types/sid.hpp b/host/include/uhd/types/sid.hpp index d29205810..bb92646d0 100644 --- a/host/include/uhd/types/sid.hpp +++ b/host/include/uhd/types/sid.hpp @@ -235,4 +235,3 @@ namespace uhd { } //namespace uhd #endif /* INCLUDED_UHD_TYPES_SID_HPP */ -// vim: sw=4 et: diff --git a/host/lib/include/uhdlib/rfnoc/async_msg_handler.hpp b/host/lib/include/uhdlib/rfnoc/async_msg_handler.hpp index 1f67d05a1..6c62f2434 100644 --- a/host/lib/include/uhdlib/rfnoc/async_msg_handler.hpp +++ b/host/lib/include/uhdlib/rfnoc/async_msg_handler.hpp @@ -83,4 +83,3 @@ public: }}; /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_AYNC_MSG_HANDLER_HPP */ -// vim: sw=4 et: diff --git a/host/lib/include/uhdlib/rfnoc/graph_impl.hpp b/host/lib/include/uhdlib/rfnoc/graph_impl.hpp index 8da88b94f..d98d8187c 100644 --- a/host/lib/include/uhdlib/rfnoc/graph_impl.hpp +++ b/host/lib/include/uhdlib/rfnoc/graph_impl.hpp @@ -94,4 +94,3 @@ private: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_GRAPH_IMPL_HPP */ -// vim: sw=4 et: diff --git a/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp b/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp index 80556343b..af4168d8b 100644 --- a/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp +++ b/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp @@ -247,4 +247,3 @@ private: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_RADIO_CTRL_IMPL_HPP */ -// vim: sw=4 et: diff --git a/host/lib/include/uhdlib/rfnoc/rx_stream_terminator.hpp b/host/lib/include/uhdlib/rfnoc/rx_stream_terminator.hpp index 3f82ab12f..2ac65bb25 100644 --- a/host/lib/include/uhdlib/rfnoc/rx_stream_terminator.hpp +++ b/host/lib/include/uhdlib/rfnoc/rx_stream_terminator.hpp @@ -76,4 +76,3 @@ private: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_TERMINATOR_RECV_HPP */ -// vim: sw=4 et: diff --git a/host/lib/include/uhdlib/rfnoc/tx_stream_terminator.hpp b/host/lib/include/uhdlib/rfnoc/tx_stream_terminator.hpp index 0a07e48ef..e4d509dc5 100644 --- a/host/lib/include/uhdlib/rfnoc/tx_stream_terminator.hpp +++ b/host/lib/include/uhdlib/rfnoc/tx_stream_terminator.hpp @@ -77,4 +77,3 @@ private: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_TERMINATOR_SEND_HPP */ -// vim: sw=4 et: diff --git a/host/lib/include/uhdlib/rfnoc/utils.hpp b/host/lib/include/uhdlib/rfnoc/utils.hpp index 28c69987f..7c3c1bb5f 100644 --- a/host/lib/include/uhdlib/rfnoc/utils.hpp +++ b/host/lib/include/uhdlib/rfnoc/utils.hpp @@ -64,4 +64,3 @@ namespace uhd { namespace rfnoc { namespace utils { }}}; /* namespace uhd::rfnoc::utils */ #endif /* INCLUDED_LIBUHD_RFNOC_UTILS_HPP */ -// vim: sw=4 et: diff --git a/host/lib/rfnoc/nocscript/block_iface.hpp b/host/lib/rfnoc/nocscript/block_iface.hpp index 5aa6b5dd6..3fafcb4d0 100644 --- a/host/lib/rfnoc/nocscript/block_iface.hpp +++ b/host/lib/rfnoc/nocscript/block_iface.hpp @@ -81,4 +81,3 @@ class block_iface { }}} /* namespace uhd::rfnoc::nocscript */ #endif /* INCLUDED_LIBUHD_NOCSCRIPT_BLOCK_IFACE_HPP */ -// vim: sw=4 et: diff --git a/host/lib/rfnoc/nocscript/expression.hpp b/host/lib/rfnoc/nocscript/expression.hpp index 0e0db01b9..69b5198bb 100644 --- a/host/lib/rfnoc/nocscript/expression.hpp +++ b/host/lib/rfnoc/nocscript/expression.hpp @@ -368,4 +368,3 @@ class expression_variable : public expression }}} /* namespace uhd::rfnoc::nocscript */ #endif /* INCLUDED_LIBUHD_RFNOC_NOCSCRIPT_EXPR_HPP */ -// vim: sw=4 et: diff --git a/host/lib/rfnoc/nocscript/function_table.hpp b/host/lib/rfnoc/nocscript/function_table.hpp index b4dc88663..6d7ef4202 100644 --- a/host/lib/rfnoc/nocscript/function_table.hpp +++ b/host/lib/rfnoc/nocscript/function_table.hpp @@ -80,4 +80,3 @@ class function_table }}} /* namespace uhd::rfnoc::nocscript */ #endif /* INCLUDED_LIBUHD_RFNOC_NOCSCRIPT_FUNCTABLE_HPP */ -// vim: sw=4 et: diff --git a/host/lib/rfnoc/nocscript/parser.hpp b/host/lib/rfnoc/nocscript/parser.hpp index 2eb6339e8..139082515 100644 --- a/host/lib/rfnoc/nocscript/parser.hpp +++ b/host/lib/rfnoc/nocscript/parser.hpp @@ -37,4 +37,3 @@ class parser }}} /* namespace uhd::rfnoc::nocscript */ #endif /* INCLUDED_LIBUHD_RFNOC_NOCSCRIPT_PARSER_HPP */ -// vim: sw=4 et: diff --git a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp index 99d35c4a0..3ce0b48fd 100644 --- a/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp +++ b/host/lib/usrp/dboard/eiscat/eiscat_radio_ctrl_impl.hpp @@ -292,5 +292,4 @@ private: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_EISCAT_RADIO_CTRL_IMPL_HPP */ -// vim: sw=4 et: diff --git a/host/lib/usrp/dboard/magnesium/magnesium_ad9371_iface.hpp b/host/lib/usrp/dboard/magnesium/magnesium_ad9371_iface.hpp index 62a7f5d5e..acfecf2df 100644 --- a/host/lib/usrp/dboard/magnesium/magnesium_ad9371_iface.hpp +++ b/host/lib/usrp/dboard/magnesium/magnesium_ad9371_iface.hpp @@ -96,4 +96,3 @@ private: }; #endif /* INCLUDED_LIBUHD_RFNOC_MAGNESIUM_AD9371_IFACE_HPP */ -// vim: sw=4 et: diff --git a/host/lib/usrp/dboard/magnesium/magnesium_cpld_ctrl.hpp b/host/lib/usrp/dboard/magnesium/magnesium_cpld_ctrl.hpp index 191874748..fc3af77de 100644 --- a/host/lib/usrp/dboard/magnesium/magnesium_cpld_ctrl.hpp +++ b/host/lib/usrp/dboard/magnesium/magnesium_cpld_ctrl.hpp @@ -350,4 +350,3 @@ private: }; #endif /* INCLUDED_LIBUHD_MAGNESIUM_CPLD_CTRL_HPP */ -// vim: sw=4 et: diff --git a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp index 85c11f063..3d35206ed 100644 --- a/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp +++ b/host/lib/usrp/dboard/magnesium/magnesium_radio_ctrl_impl.hpp @@ -379,5 +379,4 @@ private: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_MAGNESIUM_RADIO_CTRL_IMPL_HPP */ -// vim: sw=4 et: diff --git a/host/lib/usrp/dboard/neon/neon_ad9361_iface.hpp b/host/lib/usrp/dboard/neon/neon_ad9361_iface.hpp index 1f055aca4..1b7a48142 100644 --- a/host/lib/usrp/dboard/neon/neon_ad9361_iface.hpp +++ b/host/lib/usrp/dboard/neon/neon_ad9361_iface.hpp @@ -23,4 +23,3 @@ ad9361_ctrl::sptr make_rpc(rpc_client::sptr rpcc); std::string get_which_ad9361_chain(const direction_t dir, const size_t chan); #endif /* INCLUDED_LIBUHD_RFNOC_NEON_AD9361_IFACE_HPP */ -// vim: sw=4 et: diff --git a/host/lib/usrp/dboard/neon/neon_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/neon/neon_radio_ctrl_impl.hpp index 7f1debdb1..ac7fd70e9 100644 --- a/host/lib/usrp/dboard/neon/neon_radio_ctrl_impl.hpp +++ b/host/lib/usrp/dboard/neon/neon_radio_ctrl_impl.hpp @@ -305,5 +305,4 @@ private: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_NEON_RADIO_CTRL_IMPL_HPP */ -// vim: sw=4 et: diff --git a/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp b/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp index aaa48564e..d88326b4f 100644 --- a/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp +++ b/host/lib/usrp/dboard/rhodium/rhodium_radio_ctrl_impl.hpp @@ -382,5 +382,4 @@ private: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_RHODIUM_RADIO_CTRL_IMPL_HPP */ -// vim: sw=4 et: diff --git a/host/lib/usrp/device3/device3_impl.hpp b/host/lib/usrp/device3/device3_impl.hpp index 11487b54c..e82597b9b 100644 --- a/host/lib/usrp/device3/device3_impl.hpp +++ b/host/lib/usrp/device3/device3_impl.hpp @@ -254,4 +254,3 @@ private: }} /* namespace uhd::usrp */ #endif /* INCLUDED_DEVICE3_IMPL_HPP */ -// vim: sw=4 expandtab: diff --git a/host/lib/usrp/e300/e3xx_radio_ctrl_impl.hpp b/host/lib/usrp/e300/e3xx_radio_ctrl_impl.hpp index 3d23efff0..390b0929c 100644 --- a/host/lib/usrp/e300/e3xx_radio_ctrl_impl.hpp +++ b/host/lib/usrp/e300/e3xx_radio_ctrl_impl.hpp @@ -147,4 +147,3 @@ private: // members }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_E3XX_RADIO_CTRL_IMPL_HPP */ -// vim: sw=4 et: diff --git a/host/lib/usrp/mpmd/mpmd_impl.hpp b/host/lib/usrp/mpmd/mpmd_impl.hpp index 15eb35800..e9d942c9d 100644 --- a/host/lib/usrp/mpmd/mpmd_impl.hpp +++ b/host/lib/usrp/mpmd/mpmd_impl.hpp @@ -303,4 +303,3 @@ public: uhd::device_addrs_t mpmd_find(const uhd::device_addr_t& hint_); #endif /* INCLUDED_MPMD_IMPL_HPP */ -// vim: sw=4 expandtab: diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp index e05aea32e..9de68a697 100644 --- a/host/lib/usrp/x300/x300_impl.hpp +++ b/host/lib/usrp/x300/x300_impl.hpp @@ -241,4 +241,3 @@ private: }; #endif /* INCLUDED_X300_IMPL_HPP */ -// vim: sw=4 expandtab: diff --git a/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp b/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp index ced32f626..7b02f2cf1 100644 --- a/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp +++ b/host/lib/usrp/x300/x300_radio_ctrl_impl.hpp @@ -215,4 +215,3 @@ private: // members }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_X300_RADIO_CTRL_IMPL_HPP */ -// vim: sw=4 et: diff --git a/host/tests/graph.hpp b/host/tests/graph.hpp index 5bd5bffaa..50a87d307 100644 --- a/host/tests/graph.hpp +++ b/host/tests/graph.hpp @@ -40,4 +40,3 @@ void connect_nodes(uhd::rfnoc::source_node_ctrl::sptr A, uhd::rfnoc::sink_node_c } #endif /* INCLUDED_TEST_GRAPH_HPP */ -// vim: sw=4 et: |