File: doc.extra

package info (click to toggle)
gatos 0.0.5-22
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 8,740 kB
  • sloc: ansic: 15,144; cpp: 2,949; sh: 2,168; makefile: 795; sed: 93; asm: 20
file content (22 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Routines that need a little more work :-)

double	gatos_channelfreq(int)
	Return channel frequency.

char*	gatos_channeldesc(int)
	Return channel description string.

int	gatos_maxchan()
	Number of channels in use.

int	gatos_configfile(char*, char*)
	Parse GATOS config file.
	Called by gatos_init().

void	gatos_addchannel(double, char*, char*)
	Add channel to list.
	Called by gatos_configfile().

void	gatos_setcaptidx(int, int)
	Change capture size.
	Called from atitv.c.