Svdrpdemo-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Links) |
Wirbel (Diskussion | Beiträge) (Kein Nutzen -> nicht in Kategorie Plugins) |
||
| Zeile 2: | Zeile 2: | ||
'''Autor:''' Klaus Schmidinger | '''Autor:''' Klaus Schmidinger | ||
| + | Diese Plugin erläutert die C++ Implementation von [[SVDRP]]. | ||
| + | |||
| + | === Status=== | ||
Das Plugin wird mit VDR mitgeliefert. | Das Plugin wird mit VDR mitgeliefert. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===[[SVDRP]] Befehle=== | ===[[SVDRP]] Befehle=== | ||
{| class="wikitable" | {| class="wikitable" | ||
| Zeile 23: | Zeile 17: | ||
| TIME [ raw ] || Print the current time. If the optional keyword 'raw' is given, the result will be the raw time_t data. | | TIME [ raw ] || Print the current time. If the optional keyword 'raw' is given, the result will be the raw time_t data. | ||
|} | |} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Links== | ==Links== | ||
| − | # [http://www.tvdr.de | + | # [http://www.tvdr.de Homepage des Plugins] |
| − | |||
{{i18n|svdrpdemo-plugin}} | {{i18n|svdrpdemo-plugin}} | ||
Version vom 31. August 2013, 18:57 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Klaus Schmidinger
Diese Plugin erläutert die C++ Implementation von SVDRP.
Status
Das Plugin wird mit VDR mitgeliefert.
SVDRP Befehle
| Parameter | Beschreibung |
|---|---|
| DATE | Print the current date. |
| TIME [ raw ] | Print the current time. If the optional keyword 'raw' is given, the result will be the raw time_t data. |