mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 22:17:31 +00:00
Refactoring, better code encapsulation for different operating modes
This commit is contained in:
parent
d9d00b8c71
commit
00244022c9
13 changed files with 701 additions and 519 deletions
10
Software/VNA_embedded/Application/Generator.hpp
Normal file
10
Software/VNA_embedded/Application/Generator.hpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include "Protocol.hpp"
|
||||
|
||||
namespace Generator {
|
||||
|
||||
// Generator is using the manual mode with some encapsulation for setting up. No further functions required
|
||||
void Setup(Protocol::GeneratorSettings g);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue