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