File: rx320.h

package info (click to toggle)
rx320 1.0-2
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 60 kB
  • ctags: 50
  • sloc: ansic: 429; makefile: 53
file content (16 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Seven RX 320 commands
 */

/* for volume command (output selection value) */
#define RX320SPEAKER 1
#define RX320LINE 2
#define RX320BOTH 3

int rx320mode(char *mode);
int rx320filter(int filt);
int rx320volume(int output,int vol);
int rx320agc(char *agc);
int rx320frequency(float freq);
int rx320signal();
int rx320version();