Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions camerad/astrocam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down
Loading