Skip to content

Commit

Permalink
Add WIP Cluster decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
OK9UWU committed Jan 15, 2024
1 parent f407464 commit 50eddc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pipelines/Cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@
"rs_i": 5,
"rs_type": "rs239"
}
}
},
"products":{
"cluster_instruments": {}
}
}
}
}
6 changes: 6 additions & 0 deletions plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@ if(PLUGIN_DVB OR PLUGINS_ALL)
add_subdirectory(dvb_support)
endif()

option(PLUGIN_CLUSTER "Enable the CLUSTER-II FM support plugin" OFF)

if(PLUGIN_CLUSTER OR PLUGINS_ALL)
add_subdirectory(cluster_support)
endif()

# add_subdirectory(sample)
option(PLUGIN_GVAR_EXTENDED "Enable the GVAR Extended plugin" OFF)

Expand Down

0 comments on commit 50eddc9

Please sign in to comment.