telldus/telldus-core/service
2012-02-03 17:53:37 +01:00
..
osx Updated ftd2xx library and updated the header files 2011-02-22 15:01:04 +00:00
win Added controller TellStick 2010-10-13 09:22:49 +00:00
ClientCommunicationHandler.cpp Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
ClientCommunicationHandler.h Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
CMakeLists.txt Move the event system into common to be used by our threads 2012-02-03 14:51:39 +01:00
com.telldus.service.plist Add file com.telldus.service.plist to describe and start our service on Mac OS X 2011-09-09 14:19:39 +00:00
ConnectionListener.h Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
ConnectionListener_unix.cpp Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
ConnectionListener_win.cpp Fix missing namespace in Events on Windows and Mac OS X 2012-02-03 17:32:54 +01:00
Controller.cpp Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
Controller.h Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
ControllerListener.h Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
ControllerListener_mac.cpp Add missing namespace for Mac OS X 2012-02-03 17:53:37 +01:00
ControllerManager.cpp Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
ControllerManager.h Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
ControllerMessage.cpp Added functions ControllerMessage::msgClass(), ControllerMessage::model(), ControllerMessage::getIntMessage() and ControllerMessage::hasParameter() 2011-05-12 14:49:31 +00:00
ControllerMessage.h Added functions ControllerMessage::msgClass(), ControllerMessage::model(), ControllerMessage::getIntMessage() and ControllerMessage::hasParameter() 2011-05-12 14:49:31 +00:00
Device.cpp Reset the parameters in the protocol if they change 2011-03-04 11:09:42 +00:00
Device.h Basic support for groups in core. Still some locking/unlocking issues to discuss. 2010-11-16 09:42:24 +00:00
DeviceManager.cpp Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
DeviceManager.h Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
EventUpdateManager.cpp Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
EventUpdateManager.h Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
ftd2xx.h Added controller TellStick 2010-10-13 09:22:49 +00:00
Log.cpp Print debug message on all platforms activating it, not only Windows 2012-01-26 14:46:28 +01:00
Log.h Add command line argument to debug output 2011-12-28 15:35:18 +01:00
main_mac.cpp Log connect and disconnect from a TellStick. This closes #103 2011-12-28 17:28:30 +01:00
main_unix.cpp Add --debug option for unix as well 2012-01-26 14:46:28 +01:00
main_win.cpp Added very basic service implementation. It lacks an event-loop so it shut itself down immediately. 2010-10-07 07:42:46 +00:00
Messages.mc Implement logging using Windows Event Log, see #103 2011-12-28 15:35:15 +01:00
Protocol.cpp Implement sensor Mandolyn, this closes #104 2011-12-21 15:57:45 +01:00
Protocol.h Receiving protocols decode according to new standard 2011-05-12 14:09:37 +00:00
ProtocolBrateck.cpp ProtocolBrateck should listen to TELLSTICK_UP and TELLSTICK_DOWN. Not on/off 2011-02-24 15:25:42 +00:00
ProtocolBrateck.h Fixed some 'No newline at end of file' warnings 2011-03-11 10:46:35 +00:00
ProtocolComen.cpp Added protocol Comen 2010-11-09 14:33:40 +00:00
ProtocolComen.h Added protocol Comen 2010-11-09 14:33:40 +00:00
ProtocolEverflourish.cpp Receiving protocols decode according to new standard 2011-05-12 14:09:37 +00:00
ProtocolEverflourish.h Receiving protocols decode according to new standard 2011-05-12 14:09:37 +00:00
ProtocolFineoffset.cpp Changed usage of strol method, so that windows uses _strtoui64 instead. Closes #172, #175 2012-01-26 14:38:42 +01:00
ProtocolFineoffset.h Implemented decoding of Fineoffset new short format. Hopefully this 2011-12-20 14:37:40 +01:00
ProtocolFuhaote.cpp Missed sending 'S' in protocol Fuhaote 2010-10-27 12:09:30 +00:00
ProtocolFuhaote.h Fixed some 'No newline at end of file' warnings 2011-03-11 10:46:35 +00:00
ProtocolGroup.cpp Fixed some 'No newline at end of file' warnings 2011-03-11 10:46:35 +00:00
ProtocolGroup.h ...and the new group protocol too. 2010-11-16 09:43:33 +00:00
ProtocolHasta.cpp Add protocol Hasta 2011-08-18 08:22:50 +00:00
ProtocolHasta.h Add protocol Hasta 2011-08-18 08:22:50 +00:00
ProtocolIkea.cpp Changed methods for IKEA protocol from learn to dim 2010-12-03 10:46:28 +00:00
ProtocolIkea.h Fixed some 'No newline at end of file' warnings 2011-03-11 10:46:35 +00:00
ProtocolMandolyn.cpp Make sure the substration is made using two doubles. Since value is unsigned negative results might overflow otherwise. This closes #177 2012-01-26 14:46:28 +01:00
ProtocolMandolyn.h Implement sensor Mandolyn, this closes #104 2011-12-21 15:57:45 +01:00
ProtocolNexa.cpp Windows service, 2.1.0a and new changes for possible new version. 2011-11-04 14:32:22 +01:00
ProtocolNexa.h Receiving protocols decode according to new standard 2011-05-12 14:09:37 +00:00
ProtocolOregon.cpp Changed usage of strol method, so that windows uses _strtoui64 instead. Closes #172, #175 2012-01-26 14:38:42 +01:00
ProtocolOregon.h Implement Oregon short format and sensor 0xEA4C 2011-12-21 15:55:59 +01:00
ProtocolRisingSun.cpp House and unit should be substracted with on in protocol risingsun codeswitch 2010-10-27 12:30:58 +00:00
ProtocolRisingSun.h Fixed some 'No newline at end of file' warnings 2011-03-11 10:46:35 +00:00
ProtocolSartano.cpp The binary notation doesn't work in Visual Studio. 2011-05-16 08:36:57 +00:00
ProtocolSartano.h Receiving protocols decode according to new standard 2011-05-12 14:09:37 +00:00
ProtocolScene.cpp Fixed some 'No newline at end of file' warnings 2011-03-11 10:46:35 +00:00
ProtocolScene.h Basic scene support added to core. 2010-11-17 08:53:46 +00:00
ProtocolSilvanChip.cpp Added support for ecosavers 2011-02-25 13:37:25 +00:00
ProtocolSilvanChip.h Refactored ProtocolSilvanChip to easier allow different models (timings) 2011-02-24 16:28:29 +00:00
ProtocolUpm.cpp Added method 'learn' to UPM devices to avoid confusion. It is only an alias for 'on' 2011-02-21 09:48:10 +00:00
ProtocolUpm.h Fixed some 'No newline at end of file' warnings 2011-03-11 10:46:35 +00:00
ProtocolWaveman.cpp Receiving protocols decode according to new standard 2011-05-12 14:09:37 +00:00
ProtocolWaveman.h Receiving protocols decode according to new standard 2011-05-12 14:09:37 +00:00
ProtocolX10.cpp Readded x10 as receiving protocol 2011-05-12 15:11:30 +00:00
ProtocolX10.h Readded x10 as receiving protocol 2011-05-12 15:11:30 +00:00
ProtocolYidong.cpp Removed debug print 2010-11-09 11:15:37 +00:00
ProtocolYidong.h Added protocol Yidong 2010-11-09 10:54:32 +00:00
Sensor.cpp Implemented acctual storing of sensor-values 2011-05-13 12:47:15 +00:00
Sensor.h Implemented acctual storing of sensor-values 2011-05-13 12:47:15 +00:00
Settings.cpp Return real error messages in Settings that actually reports what went wrong 2011-03-03 15:27:45 +00:00
Settings.h Return real error messages in Settings that actually reports what went wrong 2011-03-03 15:27:45 +00:00
SettingsConfuse.cpp Added setting for 'Not wait for confirmation from TellStick', see ticket 98, in Linux 2012-01-11 14:53:46 +01:00
SettingsCoreFoundationPreferences.cpp Return real error messages in SettingsCoreFoundationPreferences 2011-03-03 16:01:58 +00:00
SettingsWinRegistry.cpp Setting for 'Not wait for confirmation from TellStick' implemented on windows too. This setting must be set manually. Closes #98 2012-01-11 16:16:31 +01:00
telldus-core.conf The configuration files should be handled by the service, not the client 2010-11-11 11:14:18 +00:00
TelldusMain.cpp Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
TelldusMain.h Listen for suspend/resume signals and disconnect all usb-devices. This closes #171 2012-01-25 17:42:41 +01:00
TelldusWinService_win.cpp Print debug message on all platforms activating it, not only Windows 2012-01-26 14:46:28 +01:00
TelldusWinService_win.h Receive device notifications on windows. We don't handle them yet though. 2010-10-15 11:02:46 +00:00
tellstick.conf Added setting for 'Not wait for confirmation from TellStick', see ticket 98, in Linux 2012-01-11 14:53:46 +01:00
TellStick.cpp Include file not used 2011-03-03 09:07:16 +00:00
TellStick.h Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
TellStick_ftd2xx.cpp Fix missing namespace in Events on Windows and Mac OS X 2012-02-03 17:32:54 +01:00
TellStick_libftdi.cpp Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
Timer.cpp Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
Timer.h Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00