added log printouts. Added hardcoded REST configuration

This commit is contained in:
2014-11-05 11:43:17 +01:00
committed by Manuel Guizar
parent f05248cd32
commit 8a63e7e184
5 changed files with 115 additions and 97 deletions

View File

@@ -50,6 +50,8 @@ class UDPRESTImplementation : protected virtual slsReceiverDefs, public UDPBaseI
protected:
void initialize_REST();
int get_rest_state(RestHelper * rest, string *rest_state);
public:
void configure(map<string, string> config_map);