mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Start adding live back
This commit is contained in:
parent
ffb3cf3101
commit
cd22ff265d
9 changed files with 237 additions and 16 deletions
|
|
@ -24,6 +24,10 @@ void ProcessingModule::setOutputType(ModuleDataType type)
|
|||
output_data_type = type;
|
||||
}
|
||||
|
||||
void ProcessingModule::init()
|
||||
{
|
||||
}
|
||||
|
||||
void ProcessingModule::drawUI()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue