Subversion Repositories heating

Rev

Rev 12 | Rev 35 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12 Rev 17
Line 106... Line 106...
106
		void setHandle(int fd);							// Add the handle to a connected client to return messages directly
106
		void setHandle(int fd);							// Add the handle to a connected client to return messages directly
107
		void removeHandle(int fd);						// Remove a previous added handle
107
		void removeHandle(int fd);						// Remove a previous added handle
108
		void getConfig(int s1);							// Returns the configuration of all rooms to a connected client
108
		void getConfig(int s1);							// Returns the configuration of all rooms to a connected client
109
 
109
 
110
		void pthrTemps();								// Thread function to request all temperatures
110
		void pthrTemps();								// Thread function to request all temperatures
-
 
111
		void pthrHtml();								// Thread function for a HTML server
111
 
112
 
112
	private:
113
	private:
113
		enum CNFSTAT
114
		enum CNFSTAT
114
		{
115
		{
115
			NONE,
116
			NONE,