Hamlib  4.5.4
snapshot_data.h
1 #ifndef _SNAPSHOT_DATA_H
2 #define _SNAPSHOT_DATA_H
3 
4 int snapshot_serialize(size_t buffer_length, char *buffer, RIG *rig, struct rig_spectrum_line *spectrum_line);
5 
6 #endif
Represents a single line of rig spectrum scope FFT data.
Definition: rig.h:1731
The Rig structure.
Definition: rig.h:2664