Hamlib 4.7~git
 
Loading...
Searching...
No Matches
snapshot_data.h
1#ifndef _SNAPSHOT_DATA_H
2#define _SNAPSHOT_DATA_H
3
4void snapshot_init();
5int snapshot_serialize(size_t buffer_length, char *buffer, RIG *rig, struct rig_spectrum_line *spectrum_line);
6
7#endif
struct s_rig RIG
Rig structure definition (see rig for details).
Definition rig.h:262
Represents a single line of rig spectrum scope FFT data.
Definition rig.h:1847