Add single-channel capture mode
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
|
||||
struct CapturePacket {
|
||||
std::size_t packet_index = 0;
|
||||
std::size_t channel_count = 2;
|
||||
std::vector<double> ch1;
|
||||
std::vector<double> ch2;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user