Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HackRFDevice ¶
type HackRFDevice struct {
// contains filtered or unexported fields
}
func NewHackRFDevice ¶
func NewHackRFDevice() (*HackRFDevice, error)
func NewRecordingHackRFDevice ¶
func NewRecordingHackRFDevice(recordLocation string) (*HackRFDevice, error)
func (*HackRFDevice) MaxSampleRate ¶
func (r *HackRFDevice) MaxSampleRate() int
func (*HackRFDevice) Start ¶
func (h *HackRFDevice) Start(ctx context.Context, centerFreq int, sampleRate int, complexSamples chan *types.SegmentComplex64) error
func (*HackRFDevice) Stop ¶
func (h *HackRFDevice) Stop() error
Click to show internal directories.
Click to hide internal directories.