Anonymous Login
2026-01-15 13:15 CET

HomeAutomation: trunk r1596 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent Ported
Mattias Runge trunk 2010-11-11 00:19:19 Pending
Changeset Added protocol parsing from the xml file, added communication with eth node or serial node, added decoding of can message, added classes for byte and bit handling, added monitor class like the old candebug, other fixes
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/atom.conf Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/CMakeLists.txt Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/can/Message.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/can/Message.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/can/Monitor.cpp [ Diff ] File ]
add - /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 ]
add - /trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/can/Protocol.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 ]
mod - /trunk/PcSoftware/Atom1.5/src/main.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/net/Client.cpp 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/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/net/types.h Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/type [ Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/type/Bitset.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/type/Bitset.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/type/Byteset.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/type/Byteset.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/type/CMakeLists.txt [ Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/type/common.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/xml [ Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/xml/CMakeLists.txt [ Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/xml/Node.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/xml/Node.h [ Diff ] File ]