Svdrpdemo-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
Monroe (Diskussion | Beiträge) K (Hierarchie) |
Hulk (Diskussion | Beiträge) K |
||
| (2 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
| 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. | + | # [http://www.tvdr.de Homepage des Plugins] |
| − | |||
{{i18n|svdrpdemo-plugin}} | {{i18n|svdrpdemo-plugin}} | ||
| + | [[Kategorie:Plugins]] | ||
Aktuelle Version vom 5. Juli 2015, 19:52 Uhr
Inhaltsverzeichnis |
[Bearbeiten] Beschreibung
Autor: Klaus Schmidinger
Diese Plugin erläutert die C++ Implementation von SVDRP.
[Bearbeiten] Status
Das Plugin wird mit VDR mitgeliefert.
[Bearbeiten] 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. |