Commit graph

20 commits

Author SHA1 Message Date
Stefan Persson
475fdb9d59 Code cleanup, removed debug messages 2012-12-06 16:12:42 +01:00
Stefan Persson
8d90a4e14a Added whitespaces to comments according to Google style guidelines "whitespace/comments" 2012-12-05 13:01:46 +01:00
Stefan Persson
69c67e3c09 Fixed placement of curly braces according to Google style guidelines "whitespace/braces" 2012-12-05 11:36:03 +01:00
Stefan Persson
05197abf6e Fixed regression errors for windows 2012-12-04 15:14:40 +01:00
Stefan Persson
9f68c2083a Some code/comment cleanup 2012-12-04 15:05:45 +01:00
Micke Prag
32f2d9f955 Check all incomming messages against duplicates. Only one unique message
per second is accepted. Closes #84
2012-11-19 16:42:18 +01:00
Micke Prag
dc357ddeca Remove extra blank lines according to Google style guidelines "whitespace/blank_line" 2012-06-19 12:30:51 +02:00
Micke Prag
e1608f94a8 { should almost always be at the end of the previous line, according to Google style guidelines "whitespace/braces" 2012-06-19 12:30:50 +02:00
Micke Prag
78444e20b9 Add #include <string> for string, according to Google style guidelines "build/include_what_you_use" 2012-06-19 12:30:50 +02:00
Micke Prag
8d0228ced2 Add copyright message according to Google style guidelines "legal/copyright" 2012-06-19 12:30:50 +02:00
Micke Prag
5b5be387cd Include the directory when naming .h files. According to Google style guideline "build/include". 2012-06-19 12:30:49 +02:00
Micke Prag
9500c4c898 Convert dos endings to unix in telldus-core, see #160 2012-02-27 17:37:52 +01:00
Micke Prag
d728664785 Signal the firmware version as a modified signal. This since we don't know the firmware when a new controller is found. We need to communicate with the device first and the version will be detected later 2012-02-27 15:32:21 +01:00
Micke Prag
42beb57169 Pass around an EventRef instead of a raw Event pointer. This is safer 2012-02-24 17:39:52 +01:00
Micke Prag
e834160492 Move class Event and EventHandler into the TelldusCore namespace 2012-02-03 17:09:38 +01:00
Stefan Persson
0b12c53794 Missing changes 2011-05-12 14:46:54 +00:00
Stefan Persson
99f0b133a8 Added decoding of receiving protocol everflourish 2011-05-09 15:29:41 +00:00
Micke Prag
4e9b4a55e5 Added controllerId 2010-10-25 14:42:08 +00:00
Micke Prag
4dd2e24972 Added an event for controllers to signal. 2010-10-20 13:27:53 +00:00
Stefan Persson
cef049ac33 Controller and Protocol classes added (stubs) 2010-10-12 10:38:12 +00:00