use the command mapper to generate event keys

This commit is contained in:
Jakob Ketterl
2020-04-02 00:10:28 +02:00
parent d9e15357f3
commit 112eda2021
6 changed files with 4 additions and 29 deletions

View File

@ -10,6 +10,3 @@ class RtlSdrSource(ConnectorSource):
.setBase("rtl_connector")
.setMappings({"bias_tee": Flag("-b"), "direct_sampling": Option("-e")})
)
def getEventNames(self):
return super().getEventNames() + ["bias_tee", "direct_sampling"]