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
Represents a single line of rig spectrum scope FFT data.
Definition rig.h:1847
The Rig structure.
Definition rig.h:3095