diff options
Diffstat (limited to 'src/OutputUHD.h')
-rw-r--r-- | src/OutputUHD.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/OutputUHD.h b/src/OutputUHD.h index f725268..6ebacef 100644 --- a/src/OutputUHD.h +++ b/src/OutputUHD.h @@ -89,14 +89,6 @@ struct UHDWorkerFrameData { struct frame_timestamp ts; }; -struct fct_discontinuity_error : public std::exception -{ - const char* what () const throw () - { - return "FCT discontinuity detected"; - } -}; - enum refclk_lock_loss_behaviour_t { CRASH, IGNORE }; struct UHDWorkerData { @@ -273,13 +265,6 @@ class OutputUHD: public ModOutput, public RemoteControllable { boost::unique_future<bool> gps_fix_future; boost::thread gps_fix_task; - - // What transmission mode we're using defines by how - // much the FCT should increment for each - // transmission frame. - int fct_increment; - int last_fct; - // Wait time in seconds to get fix static const int initial_gps_fix_wait = 180; |