| HomeAutomation: trunk r1642 | [ Diff ] [ Back to Repository ] | ||||
| Author | Committer | Branch | Timestamp | Parent | Ported |
|---|---|---|---|---|---|
| Mattias Runge | trunk | 2010-12-06 23:47:25 | Pending | ||
| Changeset | Moved some files around for better structure Implemented a new state machine for nodes Nativ support for programming bios and application |
||||
| mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/script/plugin/module.js | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/CMakeLists.txt | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/atomd.cpp | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/atomic.cpp | [ Diff ] [ File ] | ||||
| rm - /trunk/PcSoftware/Atom1.5/src/can/Manager.cpp | [ Diff ] [ File ] | ||||
| rm - /trunk/PcSoftware/Atom1.5/src/can/Manager.h | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/can/Message.cpp | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/can/Message.h | [ Diff ] [ File ] | ||||
| rm - /trunk/PcSoftware/Atom1.5/src/can/Module.cpp | [ Diff ] [ File ] | ||||
| rm - /trunk/PcSoftware/Atom1.5/src/can/Module.h | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/can/Monitor.cpp | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/can/Monitor.h | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/can/Network.cpp | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/can/Network.h | [ Diff ] [ File ] | ||||
| rm - /trunk/PcSoftware/Atom1.5/src/can/Node.cpp | [ Diff ] [ File ] | ||||
| rm - /trunk/PcSoftware/Atom1.5/src/can/Node.h | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/can/Protocol.h | [ Diff ] [ File ] | ||||
| add - /trunk/PcSoftware/Atom1.5/src/common/Bitset.cpp | [ Diff ] [ File ] | ||||
| add - /trunk/PcSoftware/Atom1.5/src/common/Bitset.h | [ Diff ] [ File ] | ||||
| add - /trunk/PcSoftware/Atom1.5/src/common/Byteset.cpp | [ Diff ] [ File ] | ||||
| add - /trunk/PcSoftware/Atom1.5/src/common/Byteset.h | [ Diff ] [ File ] | ||||
| add - /trunk/PcSoftware/Atom1.5/src/common/common.h | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/config/Manager.cpp | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/config/Manager.h | [ Diff ] [ File ] | ||||
| add - /trunk/PcSoftware/Atom1.5/src/control | [ Diff ] [ File ] | ||||
| add - /trunk/PcSoftware/Atom1.5/src/control/CMakeLists.txt | [ Diff ] [ File ] | ||||
| add - /trunk/PcSoftware/Atom1.5/src/control/Code.cpp | [ Diff ] [ File ] | ||||
| add - /trunk/PcSoftware/Atom1.5/src/control/Code.h | [ Diff ] [ File ] | ||||
| add - /trunk/PcSoftware/Atom1.5/src/control/Manager.cpp | [ Diff ] [ File ] | ||||
| add - /trunk/PcSoftware/Atom1.5/src/control/Manager.h | [ Diff ] [ File ] | ||||
| add - /trunk/PcSoftware/Atom1.5/src/control/Module.cpp | [ Diff ] [ File ] | ||||
| add - /trunk/PcSoftware/Atom1.5/src/control/Module.h | [ Diff ] [ File ] | ||||
| add - /trunk/PcSoftware/Atom1.5/src/control/Node.cpp | [ Diff ] [ File ] | ||||
| add - /trunk/PcSoftware/Atom1.5/src/control/Node.h | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/net/Client.h | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/net/Manager.cpp | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/net/Manager.h | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/net/SerialClient.cpp | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/net/SerialClient.h | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/net/Subscriber.cpp | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/net/Subscriber.h | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/net/TcpClient.cpp | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/net/TcpClient.h | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/net/UdpClient.cpp | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/net/UdpClient.h | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/storage/Store.cpp | [ Diff ] [ File ] | ||||
| rm - /trunk/PcSoftware/Atom1.5/src/type | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.h | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.h | [ Diff ] [ File ] | ||||
| mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp | [ Diff ] [ File ] | ||||
