#
# $Id: README.Plugins,v 1.1 2004/01/06 17:33:45 reinelt Exp $
#
This file contains instructions for writing plugins to lcd4linux.
- use the file 'plugin_sample.c' as a template
- copy the file to 'plugin_yourname.c' and edit
- replace the "$Id..." in the first line with "$Id: README.Plugins,v 1.1 2004/01/06 17:33:45 reinelt Exp $"
- add a short description what this plugin is for
- add your copyright notice (important: your name and email)
- replace the "$Log..." with "$Log: README.Plugins,v $
- replace the "$Log..." with "Revision 1.1 2004/01/06 17:33:45 reinelt
- replace the "$Log..." with "
- replace the "$Log..." with "Evaluator: functions with variable argument lists
- replace the "$Log..." with "Evaluator: plugin_sample.c and README.Plugins added
- replace the "$Log..." with ""
- remove all Log lines until "*/"
- do some documentation (I know that real programmers write programs, not documentation)
- use one or more of the example functions as templates for your own functions
- register your new functions to the init() function, delete the sample ones
- edit 'plugin.c', add a prototype and the call to your plugin_init_* function
- edit 'Makefile.am' and add your 'plugin_*.c' to lcd4linux_SOURCES
- compile and test with interactive mode ('-i')
- send me a patch (or check in if you have developer CVS access)
- enjoy
dvb-t/fi-DNA-Ylivieska?showmsg=1&follow=1'>logtreecommitdiffstats
|
| Age | Commit message (Collapse) | Author | Files | Lines |
|
Now that the tables got converted, rewrite it to generate
DVBv3 from the DVBv5 channels, and to generate DVBv5 again
from DVBv3, for testing purposes.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
Now that we have everything with DVBv5 format, we can get rid of
duplicated tables.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
All comments were preserved on this conversion, thanks to a
temporary patch for libdvbv5.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
That does the conversion from a previously generated DVBv5
directory back to DVBv3.
This is useful to check if dvb-fe-convert is doing the right
thing.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|