Subversion Repositories HomeAutomation

Rev

Hide changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
2267 4585 d 2 h linlun /trunk/PcSoftware/Atom1.5/src/can/ IEEE-floats fully implemented, not tested for encode  
/trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp
2266 4585 d 2 h linlun /trunk/PcSoftware/Atom1.5/src/can/ start on IEEE float support  
/trunk/PcSoftware/Atom1.5/src/can/Network.cpp
/trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp
/trunk/PcSoftware/Atom1.5/src/can/Protocol.h
2124 5167 d 2 h runge /trunk/PcSoftware/Atom1.5/ Fixed printout in irout.js
Added a debugprint to atom in EncodeUint
 
/trunk/PcSoftware/Atom1.5/script/interface/irout.js
/trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp
2118 5168 d 10 h runge /trunk/PcSoftware/Atom1.5/src/ Changed EncodeUint and DecodeUint to use uint64_t type instead of unsigned long. Also changed the BitSet class to use that type. Not tested though!  
/trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp
/trunk/PcSoftware/Atom1.5/src/common/Bitset.cpp
/trunk/PcSoftware/Atom1.5/src/common/Bitset.h
2066 5176 d 0 h runge /trunk/PcSoftware/Atom1.5/src/ Some changes in logging
Possible fix for arunes 64 bit problem with nexa, not tested though but changed all int's to long's
 
/trunk/PcSoftware/Atom1.5/src/can/Network.cpp
/trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp
/trunk/PcSoftware/Atom1.5/src/logging/Logger.cpp
/trunk/PcSoftware/Atom1.5/src/logging/Logger.h
/trunk/PcSoftware/Atom1.5/src/net/Client.cpp
1989 5226 d 1 h runge /trunk/PcSoftware/Atom1.5/ Removed some debug printouts
Added functionallity to download protocol xml from the web, write the url in the config file instead of a local file path
The downloading seems a little slow which I can not explain, but since it is only at startup it should not be a big issue right now
 
/trunk/PcSoftware/Atom1.5/src/net/GetFile.cpp
/trunk/PcSoftware/Atom1.5/src/net/GetFile.h
/trunk/PcSoftware/Atom1.5/src/net/Url.cpp
/trunk/PcSoftware/Atom1.5/src/net/Url.h
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/atom.conf.template
/trunk/PcSoftware/Atom1.5/src/atomd.cpp
/trunk/PcSoftware/Atom1.5/src/atomic.cpp
/trunk/PcSoftware/Atom1.5/src/can/CanDaemon.cpp
/trunk/PcSoftware/Atom1.5/src/can/Monitor.cpp
/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/common/common.h
/trunk/PcSoftware/Atom1.5/src/common/exception.h
/trunk/PcSoftware/Atom1.5/src/config/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/net/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/net/Manager.h
/trunk/PcSoftware/Atom1.5/src/net/TcpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/types.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Socket.cpp
/trunk/PcSoftware/Atom1.5/src/xml/Node.cpp
1766 5467 d 7 h linlun /trunk/PcSoftware/Atom1.5/src/can/ Fixed bug in encode_int, now sending int and float works  
/trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp
1689 5730 d 2 h runge /trunk/PcSoftware/Atom1.5/ Fixed bug in build_and_install.sh
Negative values should now be decoded correctly by Atom
 
/trunk/PcSoftware/Atom1.5/build_and_install.sh
/trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp
1646 5751 d 23 h runge /trunk/PcSoftware/Atom1.5/ JS changes
It is not possible to set alarms with a data and time string in addition to a simple timeout
Some other small fixes
 
/trunk/PcSoftware/Atom1.5/script/module/irin.js
/trunk/PcSoftware/Atom1.5/script/module/serial.js
/trunk/PcSoftware/Atom1.5/script/module/irReceive.js
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/script/module/irout.js
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
/trunk/PcSoftware/Atom1.5/script/plugin/system.js
/trunk/PcSoftware/Atom1.5/script/plugin/timer.js
/trunk/PcSoftware/Atom1.5/script/user/autostart.js
/trunk/PcSoftware/Atom1.5/src/can/Network.cpp
/trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp
/trunk/PcSoftware/Atom1.5/src/config/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/control/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/timer/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/timer/Manager.h
/trunk/PcSoftware/Atom1.5/src/timer/Timer.cpp
/trunk/PcSoftware/Atom1.5/src/timer/Timer.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.h
1642 5759 d 23 h runge /trunk/PcSoftware/Atom1.5/ Moved some files around for better structure
Implemented a new state machine for nodes
Nativ support for programming bios and application
 
/trunk/PcSoftware/Atom1.5/src/common/Bitset.cpp
/trunk/PcSoftware/Atom1.5/src/common/Bitset.h
/trunk/PcSoftware/Atom1.5/src/common/Byteset.cpp
/trunk/PcSoftware/Atom1.5/src/common/Byteset.h
/trunk/PcSoftware/Atom1.5/src/common/common.h
/trunk/PcSoftware/Atom1.5/src/control
/trunk/PcSoftware/Atom1.5/src/control/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/control/Code.cpp
/trunk/PcSoftware/Atom1.5/src/control/Code.h
/trunk/PcSoftware/Atom1.5/src/control/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/control/Manager.h
/trunk/PcSoftware/Atom1.5/src/control/Module.cpp
/trunk/PcSoftware/Atom1.5/src/control/Module.h
/trunk/PcSoftware/Atom1.5/src/control/Node.cpp
/trunk/PcSoftware/Atom1.5/src/control/Node.h
/trunk/PcSoftware/Atom1.5/src/can/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/can/Manager.h
/trunk/PcSoftware/Atom1.5/src/can/Module.cpp
/trunk/PcSoftware/Atom1.5/src/can/Module.h
/trunk/PcSoftware/Atom1.5/src/can/Node.cpp
/trunk/PcSoftware/Atom1.5/src/can/Node.h
/trunk/PcSoftware/Atom1.5/src/type
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
/trunk/PcSoftware/Atom1.5/src/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/atomd.cpp
/trunk/PcSoftware/Atom1.5/src/atomic.cpp
/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/config/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/config/Manager.h
/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/Subscriber.cpp
/trunk/PcSoftware/Atom1.5/src/net/Subscriber.h
/trunk/PcSoftware/Atom1.5/src/net/TcpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/TcpClient.h
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.h
/trunk/PcSoftware/Atom1.5/src/storage/Store.cpp
/trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.h
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp
1610 5775 d 8 h runge /trunk/PcSoftware/Atom1.5/ More bugfixes and support for LCD  
/trunk/PcSoftware/Atom1.5/script/module/HD44789.js
/trunk/PcSoftware/Atom1.5/script/module/BusVoltage.js
/trunk/PcSoftware/Atom1.5/script/module/Dimmer230.js
/trunk/PcSoftware/Atom1.5/script/plugin/console.js
/trunk/PcSoftware/Atom1.5/script/plugin/module.js
/trunk/PcSoftware/Atom1.5/script/user/test.js
/trunk/PcSoftware/Atom1.5/src/can/Network.cpp
/trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp
1607 5778 d 23 h runge /trunk/PcSoftware/Atom1.5/ Added support for legacy scripts, it is not 100% yet, missing functionality is socket support.  
/trunk/PcSoftware/Atom1.5/script/legacy
/trunk/PcSoftware/Atom1.5/script/legacy/Autostart.js
/trunk/PcSoftware/Atom1.5/script/legacy/Autostart.js.template
/trunk/PcSoftware/Atom1.5/script/legacy/Can
/trunk/PcSoftware/Atom1.5/script/legacy/Can/BusVoltage.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/DS18x20.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/Debug.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/Dimmer230.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/FOST02.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/HD44789.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/KS0108.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/LM335.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/PID.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/PIR.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/Rotary.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/RotaryHex.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/Serial.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/SimpleDTMF.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/SlowPWM.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/TC1047A.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/TCN75A.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/Touch.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/VoltageCurrent.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/hwPWM.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/input.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/inputAnalog.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/irReceive.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/irTransceive.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/irTransmit.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/output.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/power.js
/trunk/PcSoftware/Atom1.5/script/legacy/Can/softPWM.js
/trunk/PcSoftware/Atom1.5/script/legacy/DataStores
/trunk/PcSoftware/Atom1.5/script/legacy/DataStores/DimmerNames.js
/trunk/PcSoftware/Atom1.5/script/legacy/DataStores/Gestures.js
/trunk/PcSoftware/Atom1.5/script/legacy/DataStores/IRRemotes.js
/trunk/PcSoftware/Atom1.5/script/legacy/DataStores/SensorNames.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/CLCD_Display.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/Display.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/DisplayLinus.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/GLCD_Display.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/LED_dimmer.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/MattiasLCD.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/MattiasNet.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/MattiasRemotes.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/MenuItem.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/SangDisplay.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/SensorPrint.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/cLCD_MenuItems
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/cLCD_MenuItems/DimmerMenuItem.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/cLCD_MenuItems/DtmfMenuItem.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/cLCD_MenuItems/MainMenuItem.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/cLCD_MenuItems/PIDMenuItem.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/cLCD_MenuItems/SensorMenuItem.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/gLCD_MenuItems
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/gLCD_MenuItems/DimmerGlcdMenuItem.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/gLCD_MenuItems/MainMenuItem.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/gLCD_MenuItems/SensorGlcdMenuItem.js
/trunk/PcSoftware/Atom1.5/script/legacy/Logic/gLCD_MenuItems/SettingsMenuItem.js
/trunk/PcSoftware/Atom1.5/script/legacy/Other
/trunk/PcSoftware/Atom1.5/script/legacy/Other/EggdropIRCpost.js
/trunk/PcSoftware/Atom1.5/script/legacy/Other/ExchangeCalendar.js
/trunk/PcSoftware/Atom1.5/script/legacy/Other/OnlinePhonebook.js
/trunk/PcSoftware/Atom1.5/script/legacy/Other/Spotify.js
/trunk/PcSoftware/Atom1.5/script/legacy/System
/trunk/PcSoftware/Atom1.5/script/legacy/System/Base.js
/trunk/PcSoftware/Atom1.5/script/legacy/System/Base64.js
/trunk/PcSoftware/Atom1.5/script/legacy/System/CanManager.js
/trunk/PcSoftware/Atom1.5/script/legacy/System/CanMessage.js
/trunk/PcSoftware/Atom1.5/script/legacy/System/CanService.js
/trunk/PcSoftware/Atom1.5/script/legacy/System/Console.js
/trunk/PcSoftware/Atom1.5/script/legacy/System/DataStore.js
/trunk/PcSoftware/Atom1.5/script/legacy/System/Dimmers.js
/trunk/PcSoftware/Atom1.5/script/legacy/System/HTTP.js
/trunk/PcSoftware/Atom1.5/script/legacy/System/IntelHex.js
/trunk/PcSoftware/Atom1.5/script/legacy/System/Interval.js
/trunk/PcSoftware/Atom1.5/script/legacy/System/Service.js
/trunk/PcSoftware/Atom1.5/script/legacy/System/ServiceManager.js
/trunk/PcSoftware/Atom1.5/script/legacy/System/Socket.js
/trunk/PcSoftware/Atom1.5/script/legacy/System/Startup.js
/trunk/PcSoftware/Atom1.5/script/legacy/System/TempSensors.js
/trunk/PcSoftware/Atom1.5/script/legacy/System/TextTable.js
/trunk/PcSoftware/Atom1.5/script/plugin/system.js
/trunk/PcSoftware/Atom1.5/script/plugin/timer.js
/trunk/PcSoftware/Atom1.5/src/can/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/can/Network.cpp
/trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp
/trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp
1605 5779 d 4 h runge /trunk/PcSoftware/Atom1.5/src/can/ Fix for commands with no variables, like the Time command  
/trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp
1600 5783 d 0 h runge /trunk/PcSoftware/Atom1.5/ Added logging to syslog and implemented the encoding of the rest of the datatypes  
/trunk/PcSoftware/Atom1.5/atom.conf
/trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp
/trunk/PcSoftware/Atom1.5/src/logging/Logger.cpp
/trunk/PcSoftware/Atom1.5/src/main.cpp
1599 5783 d 1 h runge /trunk/PcSoftware/Atom1.5/src/ Fixed daemon mode, fixed so shutdown is done correctly without errors and hanging
Some other minor fixes in various places
 
/trunk/PcSoftware/Atom1.5/src/broker/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/broker/Manager.h
/trunk/PcSoftware/Atom1.5/src/can/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/can/Manager.h
/trunk/PcSoftware/Atom1.5/src/can/Monitor.cpp
/trunk/PcSoftware/Atom1.5/src/can/Network.cpp
/trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp
/trunk/PcSoftware/Atom1.5/src/can/Protocol.h
/trunk/PcSoftware/Atom1.5/src/common/IoService.cpp
/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/UdpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.h
/trunk/PcSoftware/Atom1.5/src/timer/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/timer/Manager.h
1598 5783 d 3 h runge /trunk/PcSoftware/Atom1.5/ Encoding and decoding of can messages is now almost complete, missing some encoding of a couple of datatypes
Created a can manager which keeps track of nodes and modules, this was implemented in javascript previously
More general fixes and refinements
 
/trunk/PcSoftware/Atom1.5/src/can/Manager.cpp
/trunk/PcSoftware/Atom1.5/src/can/Manager.h
/trunk/PcSoftware/Atom1.5/src/can/Module.cpp
/trunk/PcSoftware/Atom1.5/src/can/Module.h
/trunk/PcSoftware/Atom1.5/src/can/Node.cpp
/trunk/PcSoftware/Atom1.5/src/can/Node.h
/trunk/PcSoftware/Atom1.5/src/common
/trunk/PcSoftware/Atom1.5/src/common/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/common/IoService.cpp
/trunk/PcSoftware/Atom1.5/src/common/IoService.h
/trunk/PcSoftware/Atom1.5/src/net/Subscriber.cpp
/trunk/PcSoftware/Atom1.5/src/net/Subscriber.h
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/broker/Subscriber.cpp
/trunk/PcSoftware/Atom1.5/src/broker/Subscriber.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/main.cpp
/trunk/PcSoftware/Atom1.5/src/net/Manager.h
/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/common.h
1596 5785 d 22 h runge /trunk/PcSoftware/Atom1.5/ 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  
/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/Protocol.cpp
/trunk/PcSoftware/Atom1.5/src/can/Protocol.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
/trunk/PcSoftware/Atom1.5/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/atom.conf
/trunk/PcSoftware/Atom1.5/src/CMakeLists.txt
/trunk/PcSoftware/Atom1.5/src/can/Network.cpp
/trunk/PcSoftware/Atom1.5/src/can/Network.h
/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/UdpClient.cpp
/trunk/PcSoftware/Atom1.5/src/net/UdpClient.h
/trunk/PcSoftware/Atom1.5/src/net/types.h