Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Replay Device -> DVB / DXR3 / ... Help Klaus



Philippe wrote:
> 
> Hi ,
> 
> Well, I'm not really good in C/C++ but I was looking into the VDR code
> and the DXR3 code because I want to write another output device.
> 
> In fact, I would like to write an output device over framebuffer for a
> nova card + GraphicCard.
> 
> The problem I have is that I can't find out how to start this plugin,
> I had a look at :
>         dvbdevice.h/c
>         dvbosd.h/c
>         PLUGIN.html
> and to the different files from the DXR3 Plugin.
> 
> But I was unable to write out a simple diagram/documentation showing the
> different classes and there methods / properties.
> 
> I was wondering if someone who is developing on VDR can provide me such
> a thing ?
> 
> Class description / purpose,
> Method description , arguments, purpose etc ...
> 
> To make it quick, is there something like a documentation ...

If you want to write a device plugin, basically all you need is to
derive from cDevice. There's some description of what the various
member functions are supposed to do in VDR/device.h, and you can
do 'make srcdoc' to generate documentation using Doxygen (see INSTALL).

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index