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

This commit is contained in:
TangoCash
2016-10-28 22:17:41 +02:00
committed by svenhoefer
parent 682b6f578e
commit 3776340268
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;