Changesets: HomeAutomation
|
trunk r1335
Timestamp: 2009-08-16 10:09:27 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
display.js: moved initiation of interval from lcd-online/offline |
||
| mod - /trunk/PcSoftware/Atom/Services/Logic/Display.js | [ Diff ] [ File ] | ||
|
trunk r1334
Timestamp: 2009-08-09 18:01:00 Author: Max Sikström Ported: N/A [ Details ] [ Diff ] |
typo in #ifdef |
||
| mod - /trunk/EmbeddedSoftware/AVR/module/chn_lcd_control/chn_lcd_control.c | [ Diff ] [ File ] | ||
|
trunk r1333
Timestamp: 2009-08-07 16:55:50 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
drivers/gpio: added comment for the last committed function |
||
| mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/gpio.h | [ Diff ] [ File ] | ||
|
trunk r1332
Timestamp: 2009-08-07 13:05:54 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
drivers/gpio: added output state |
||
| mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/gpio.h | [ Diff ] [ File ] | ||
|
trunk r1331
Timestamp: 2009-08-07 11:22:35 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
drivers/gpio: comments fixed for new function |
||
| mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/gpio.h | [ Diff ] [ File ] | ||
|
trunk r1330
Timestamp: 2009-08-07 10:40:39 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
drivers/gpio: added inline function gpio_get_direction and defines for PIN_HIGH/LOW and PORT_INPUT/OUTPUT to use with gpio_get-functions |
||
| mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/gpio.h | [ Diff ] [ File ] | ||
|
trunk r1329
Timestamp: 2009-08-06 20:44:21 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
drivers/ir: minor change to panasonic level time |
||
| mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/protocols.h | [ Diff ] [ File ] | ||
|
atomV2 r1328
Timestamp: 2009-08-05 22:39:51 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
No things seem to be shaping upp, some sending stuff left to do. Then build a new module that does not talk jibbrish. We need to throw and catch exceptions if the protocol.xml-file does not contain things that we get from the can-network, no it just dies | ||
| mod - /branches/atomV2/Configuration/protocol.xml | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.depend | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.layout | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/atom.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Header.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/protocol/Protocol.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/protocol/Protocol.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/types.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/version.h | [ Diff ] [ File ] | ||
|
trunk r1327
Timestamp: 2009-08-05 21:26:44 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
datastore/irremotes: completet panasonic tv and added panasonic stereo/cd-system |
||
| mod - /trunk/PcSoftware/Atom/Services/DataStores/IRRemotes.js | [ Diff ] [ File ] | ||
|
atomV2 r1326
Timestamp: 2009-08-05 19:51:55 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
Now works to construct a valid message and send it to all subscribers, BitBuffer not complete yet though so nothing out to the can-network | ||
| add - /branches/atomV2/Configuration/protocol-cache.xml | [ File ] | ||
| mod - /branches/atomV2/Configuration/protocol.xml | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.depend | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.layout | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/atom.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Header.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Header.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Message.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Message.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/types/BasicType.hpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/types/Boolean.hpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/types/Decimal.hpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/types/Enum.hpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/types/Integer.hpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/types/UnsignedInteger.hpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/protocol/Protocol.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/protocol/Protocol.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/monitor/Monitor.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/convert.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/convert.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/version.h | [ Diff ] [ File ] | ||
|
trunk r1325
Timestamp: 2009-08-05 19:06:30 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
datastore/ir: added some buttons for panasonic tv and a couple of test remotes |
||
| mod - /trunk/PcSoftware/Atom/Services/DataStores/IRRemotes.js | [ Diff ] [ File ] | ||
|
trunk r1324
Timestamp: 2009-08-05 19:04:58 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
drivers/ir: removed comment "untested" from panasonic transmit protocol |
||
| mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/protocols.h | [ Diff ] [ File ] | ||
|
atomV2 r1323
Timestamp: 2009-08-05 17:05:15 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
Now most bits are in place for the message system, missing are a way to translate names in the xml-file to id:s. Will use some sort of protocol.cache-file for this. There is also left to implement methods in BitBuffer.cpp. And handle alot of potential errors where there now is only TODOs | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.depend | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.layout | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Header.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Header.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Message.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Message.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/version.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.h | [ Diff ] [ File ] | ||
|
atomV2 r1322
Timestamp: 2009-08-05 15:00:00 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
Work on datatypes, now every type except string is implemented | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.cbp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.depend | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.layout | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/notes.txt | [ Diff ] [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/Atom.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/atom.cpp | [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h | [ Diff ] [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/types/BasicType.hpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/types/Boolean.hpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/types/Decimal.hpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/types/Enum.hpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/types/Integer.hpp | [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/message/types/Selection.cpp | [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/message/types/Selection.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/types/UnsignedInteger.hpp | [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/convert.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/convert.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/version.h | [ Diff ] [ File ] | ||
|
trunk r1321
Timestamp: 2009-08-05 13:19:16 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
configuration/data.xml: added panasonic ir-protocol |
||
| mod - /trunk/Configuration/data.xml | [ Diff ] [ File ] | ||
|
trunk r1320
Timestamp: 2009-08-05 13:18:33 Author: Anders Sandblad Ported: N/A [ Details ] [ Diff ] |
drivers/ir: added panasonic protocol for sending and transmitting (transmit untested) module/irreceiver: added pause between packets when sending debug/raw irdata |
||
| mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/protocols.c | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/protocols.h | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_irReceive/sns_irReceive.c | [ Diff ] [ File ] | ||
| mod - /trunk/EmbeddedSoftware/AVR/module/sns_irReceive/sns_irReceive.h | [ Diff ] [ File ] | ||
|
atomV2 r1319
Timestamp: 2009-08-04 23:41:14 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
Now everything i utils/ have been structured, much nicer, should compile...now sleep | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.cbp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.depend | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.layout | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/notes.txt | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/Atom.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/broker/Broker.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.h | [ Diff ] [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.h | [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Header.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/net/UdpServer.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.h | [ Diff ] [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/utils/BitBuffer.cpp | [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/utils/BitBuffer.h | [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/version.h | [ Diff ] [ File ] | ||
|
atomV2 r1318
Timestamp: 2009-08-04 23:26:14 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
Fixed linker problems and learned something new | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.cbp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.depend | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.layout | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/Atom.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/protocol/Protocol.cpp | [ Diff ] [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/thread/Queue.cpp | [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/thread/Queue.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/thread/Queue.hpp | [ File ] | ||
|
atomV2 r1317
Timestamp: 2009-08-04 22:31:50 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
More cleanups but now there is a linker-problem... | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.cbp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.depend | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.layout | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/Atom.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.h | [ Diff ] [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/net | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/net/UdpServer.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/net/UdpServer.h | [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.h | [ Diff ] [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/thread | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/thread/Queue.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/thread/Queue.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/thread/Thread.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/thread/Thread.h | [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/utils/TSQueue.hpp | [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/utils/Thread.cpp | [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/utils/Thread.h | [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpConnection.cpp | [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpConnection.h | [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.cpp | [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.h | [ File ] | ||
|
atomV2 r1316
Timestamp: 2009-08-04 21:47:18 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
Hmm.. now it compiles again | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.cbp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.layout | [ Diff ] [ File ] | ||
|
atomV2 r1315
Timestamp: 2009-08-04 21:45:18 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
More cleanups, have not tried to compile because of a code block warning... need to commit first | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.cbp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.depend | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.layout | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/Atom.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/broker/Broker.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.h | [ Diff ] [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/log | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/log/Logger.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/log/Logger.h | [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Message.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/protocol/Protocol.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/monitor/Monitor.h | [ Diff ] [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/utils/Logger.cpp | [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/utils/Logger.h | [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.h | [ Diff ] [ File ] | ||
|
atomV2 r1314
Timestamp: 2009-08-04 21:30:22 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
Code cleanups and reorganization, nothing new | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.cbp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.depend | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.layout | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/notes.txt | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Header.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Header.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Message.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Message.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/Logger.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/Logger.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.h | [ Diff ] [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/utils/Utils.cpp | [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/utils/Utils.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/convert.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/convert.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/file.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/file.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/string.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/utils/string.h | [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.h | [ Diff ] [ File ] | ||
|
atomV2 r1313
Timestamp: 2009-08-04 19:48:29 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
Project-file updated for Atom | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.cbp | [ Diff ] [ File ] | ||
|
atomV2 r1312
Timestamp: 2009-08-04 19:31:44 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
And removed some stuff that was moved but not deleted for some reason | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/db | [ File ] | ||
|
atomV2 r1311
Timestamp: 2009-08-04 19:31:02 Author: Mattias Runge Ported: N/A [ Details ] [ Diff ] |
Some cleanups, nothing major, fixed release-project-build-settings so it compiles | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/Atom.depend | [ Diff ] [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/notes.txt | [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/Atom.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/broker/Broker.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Header.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Header.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Message.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Message.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/types/Selection.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/message/types/Selection.h | [ Diff ] [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/protocol | [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/protocol/Database.cpp | [ File ] | ||
| rm - /branches/atomV2/PcSoftware/AtomV2/src/protocol/Database.h | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/protocol/Protocol.cpp | [ File ] | ||
| add - /branches/atomV2/PcSoftware/AtomV2/src/protocol/Protocol.h | [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/subscribers/monitor/Monitor.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/types.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/Logger.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/Logger.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/Utils.cpp | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/utils/Utils.h | [ Diff ] [ File ] | ||
| mod - /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.cpp | [ Diff ] [ File ] | ||
