HomeAutomation
hardware
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HomeAutomation
(root)
/
trunk
/
PcSoftware
/
Atom1.5
/
src
/
main.cpp
@ 1597
– Rev 0
Rev
Rev 1595
|
Compare with Previous
|
Directory listing
|
Details
|
Blame
|
View Log
|
SVN
|
RSS feed
Last modification
Rev 0 –
5790 d 4 h
Author:
runge
Log message:
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
Path
Blame
Diff
Log
SVN
/trunk/PcSoftware/Atom1.5/atom.conf
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/can/Message.cpp
/trunk/PcSoftware/Atom1.5/src/can/Message.h
/trunk/PcSoftware/Atom1.5/src/can/Monitor.cpp
/trunk/PcSoftware/Atom1.5/src/can/Monitor.h
/trunk/PcSoftware/Atom1.5/src/can/Network.cpp
/trunk/PcSoftware/Atom1.5/src/can/Network.h
/trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp
/trunk/PcSoftware/Atom1.5/src/can/Protocol.h
/trunk/PcSoftware/Atom1.5/src/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/config/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/config/Manager.h
/trunk/PcSoftware/Atom1.5/src/main.cpp
/trunk/PcSoftware/Atom1.5/src/net/Client.cpp
/trunk/PcSoftware/Atom1.5/src/net/Client.h
/trunk/PcSoftware/Atom1.5/src/net/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/net/Manager.h
/trunk/PcSoftware/Atom1.5/src/net/SerialClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/SerialClient.h
/trunk/PcSoftware/Atom1.5/src/net/TcpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/TcpClient.h
/trunk/PcSoftware/Atom1.5/src/net/types.h
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.h
/trunk/PcSoftware/Atom1.5/src/type/
/trunk/PcSoftware/Atom1.5/src/type/Bitset.cpp
/trunk/PcSoftware/Atom1.5/src/type/Bitset.h
/trunk/PcSoftware/Atom1.5/src/type/Byteset.cpp
/trunk/PcSoftware/Atom1.5/src/type/Byteset.h
/trunk/PcSoftware/Atom1.5/src/type/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/type/common.h
/trunk/PcSoftware/Atom1.5/src/xml/
/trunk/PcSoftware/Atom1.5/src/xml/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/xml/Node.cpp
/trunk/PcSoftware/Atom1.5/src/xml/Node.h