From 9dbf6c42e35889d9b97bb01f5743ea25a7c73ae1 Mon Sep 17 00:00:00 2001 From: David Hale Date: Mon, 18 May 2026 16:34:34 -0700 Subject: [PATCH] fix duplicate from gh squash and merge --- camerad/astrocam.cpp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/camerad/astrocam.cpp b/camerad/astrocam.cpp index fa708540..1bf97f40 100644 --- a/camerad/astrocam.cpp +++ b/camerad/astrocam.cpp @@ -67,21 +67,6 @@ namespace AstroCam { /***** AstroCam::Interface::handletopic_snapshot ****************************/ - /***** AstroCam::Interface::handletopic_snapshot ****************************/ - /** - * @brief what to do when the topic is Topic::SNAPSHOT - * @details This publishes a JSON message containing a snapshot of my - * telemetry info when the subscriber receives the Topic::SNAPSHOT - * topic and the payload contains my name. - * @param[in] jmessage_in subscribed-received JSON message - * - */ - void Interface::handletopic_snapshot( const nlohmann::json &jmessage_in ) { - if ( jmessage_in.contains( Topic::CAMERAD ) ) this->publish_snapshot(); - } - /***** AstroCam::Interface::handletopic_snapshot ****************************/ - - long NewAstroCam::new_expose( std::string nseq_in ) { logwrite( "NewAstroCam::new_expose", nseq_in ); return( NO_ERROR );