add possibility to add Name,Url,Port, Username and Password if needed.

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3776340268
Author: TangoCash <eric@loxat.de>
Date: 2016-10-28 (Fri, 28 Oct 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2016-10-28 22:17:41 +02:00
committed by vanhofen
parent d2ab0e9ce5
commit 0e87207cab
9 changed files with 173 additions and 70 deletions

View File

@@ -41,6 +41,7 @@
#include <driver/framebuffer.h>
#include <string>
#include <vector>
class CTimerdClient;
@@ -86,11 +87,12 @@ class CTimerList : public CMenuTarget, public CListHelpers
int newTimer();
/* todo: properly import the enum CVFD::MODES */
int saved_dispmode;
void remoteTimerList(CTimerd::TimerList &timerlist);
bool enterRemoteBox();
void select_remotebox_ip();
bool remoteChanExists(t_channel_id channel_id);
bool localChanExists(t_channel_id channel_id);
void RemoteBoxTimerList(CTimerd::TimerList &timerlist);
bool RemoteBoxSetup();
void RemoteBoxSelect();
std::string RemoteBoxConnectUrl(std::string _rbname);
bool RemoteBoxChanExists(t_channel_id channel_id);
bool LocalBoxChanExists(t_channel_id channel_id);
int rem_pre,rem_post;
int item_offset;
bool changed;