gr-osmosdr/swig
Dimitri Stolnikov 69a74abc78 add swig hints for range and device objects
Use case:

print "\nSupported rates:"
for rate in self.osmosdr_source_c_0.get_sample_rates():
	print rate.start()

print "\nSupported gains:"
for gain in self.osmosdr_source_c_0.get_gain_range():
	print gain.start()
2012-08-05 21:46:36 +02:00
..
CMakeLists.txt add swig includes to make it work on gr >=v3.5.3 2012-04-09 18:37:18 +02:00
osmosdr_swig.i add swig hints for range and device objects 2012-08-05 21:46:36 +02:00