mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-21 06:13:41 +00:00
WIP: rework 2.LO + add dwell time
This commit is contained in:
parent
a2abc0c2af
commit
24314e2361
33 changed files with 483 additions and 190 deletions
|
|
@ -10,7 +10,7 @@ using namespace PacketConstants;
|
|||
|
||||
namespace Protocol {
|
||||
|
||||
static constexpr uint16_t Version = 13;
|
||||
static constexpr uint16_t Version = 14;
|
||||
|
||||
#pragma pack(push, 1)
|
||||
|
||||
|
|
@ -180,6 +180,7 @@ using SweepSettings = struct _sweepSettings {
|
|||
uint16_t unused2:1;
|
||||
|
||||
int16_t cdbm_excitation_stop; // in 1/100 dbm
|
||||
uint16_t dwell_time; // in us
|
||||
};
|
||||
|
||||
using ReferenceSettings = struct _referenceSettings {
|
||||
|
|
@ -215,6 +216,8 @@ using DeviceInfo = struct _deviceInfo {
|
|||
uint8_t limits_maxAmplitudePoints;
|
||||
uint64_t limits_maxFreqHarmonic;
|
||||
uint8_t num_ports;
|
||||
uint16_t limits_minDwellTime;
|
||||
uint16_t limits_maxDwellTime;
|
||||
};
|
||||
|
||||
using DeviceStatus = struct _deviceStatus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue