| Rev |
Age |
Author |
Path |
Log message |
Diff |
Changes |
| 1569 |
5805 d 1 h |
pengi |
/branches/saeckway_modules/ |
Added saeckway-branch.
Used for http://saeckway.pengi.se/ |
|
/branches/saeckway_modules
|
| 1403 |
6148 d 2 h |
runge |
/branches/atomV2/ |
Atom v2 stuff, nothing major, mostly for backup before reinstall |
|
/branches/atomV2/Configuration/protocol.xml /branches/atomV2/PcSoftware/AtomV2/Atom.depend /branches/atomV2/PcSoftware/AtomV2/Atom.layout /branches/atomV2/PcSoftware/AtomV2/notes.txt /branches/atomV2/PcSoftware/AtomV2/src/atom.cpp /branches/atomV2/PcSoftware/AtomV2/src/broker/Broker.cpp /branches/atomV2/PcSoftware/AtomV2/src/broker/Broker.h /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.cpp /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.h /branches/atomV2/PcSoftware/AtomV2/src/message/Message.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Message.h /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.h /branches/atomV2/PcSoftware/AtomV2/src/subscribers/monitor/Monitor.cpp /branches/atomV2/PcSoftware/AtomV2/src/subscribers/monitor/Monitor.h /branches/atomV2/PcSoftware/AtomV2/src/thread/Queue.hpp /branches/atomV2/PcSoftware/AtomV2/src/thread/Thread.cpp /branches/atomV2/PcSoftware/AtomV2/src/thread/Thread.h /branches/atomV2/PcSoftware/AtomV2/src/types.h /branches/atomV2/PcSoftware/AtomV2/src/version.h
|
| 1328 |
6247 d 2 h |
runge |
/branches/atomV2/ |
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 |
|
/branches/atomV2/Configuration/protocol.xml /branches/atomV2/PcSoftware/AtomV2/Atom.depend /branches/atomV2/PcSoftware/AtomV2/Atom.layout /branches/atomV2/PcSoftware/AtomV2/src/atom.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.h /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Header.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h /branches/atomV2/PcSoftware/AtomV2/src/protocol/Protocol.cpp /branches/atomV2/PcSoftware/AtomV2/src/protocol/Protocol.h /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp /branches/atomV2/PcSoftware/AtomV2/src/types.h /branches/atomV2/PcSoftware/AtomV2/src/version.h
|
| 1326 |
6247 d 5 h |
runge |
/branches/atomV2/ |
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 |
|
/branches/atomV2/Configuration/protocol-cache.xml
/branches/atomV2/Configuration/protocol.xml /branches/atomV2/PcSoftware/AtomV2/Atom.depend /branches/atomV2/PcSoftware/AtomV2/Atom.layout /branches/atomV2/PcSoftware/AtomV2/src/atom.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.h /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.h /branches/atomV2/PcSoftware/AtomV2/src/message/Header.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Header.h /branches/atomV2/PcSoftware/AtomV2/src/message/Message.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Message.h /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h /branches/atomV2/PcSoftware/AtomV2/src/message/types/BasicType.hpp /branches/atomV2/PcSoftware/AtomV2/src/message/types/Boolean.hpp /branches/atomV2/PcSoftware/AtomV2/src/message/types/Decimal.hpp /branches/atomV2/PcSoftware/AtomV2/src/message/types/Enum.hpp /branches/atomV2/PcSoftware/AtomV2/src/message/types/Integer.hpp /branches/atomV2/PcSoftware/AtomV2/src/message/types/UnsignedInteger.hpp /branches/atomV2/PcSoftware/AtomV2/src/protocol/Protocol.cpp /branches/atomV2/PcSoftware/AtomV2/src/protocol/Protocol.h /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp /branches/atomV2/PcSoftware/AtomV2/src/subscribers/monitor/Monitor.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/convert.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/convert.h /branches/atomV2/PcSoftware/AtomV2/src/version.h
|
| 1323 |
6247 d 8 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
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 |
|
/branches/atomV2/PcSoftware/AtomV2/Atom.depend /branches/atomV2/PcSoftware/AtomV2/Atom.layout /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.h /branches/atomV2/PcSoftware/AtomV2/src/message/Header.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Header.h /branches/atomV2/PcSoftware/AtomV2/src/message/Message.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Message.h /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp /branches/atomV2/PcSoftware/AtomV2/src/version.h /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.h
|
| 1322 |
6247 d 10 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
Work on datatypes, now every type except string is implemented |
|
/branches/atomV2/PcSoftware/AtomV2/src/atom.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/types/BasicType.hpp /branches/atomV2/PcSoftware/AtomV2/src/message/types/Boolean.hpp /branches/atomV2/PcSoftware/AtomV2/src/message/types/Decimal.hpp /branches/atomV2/PcSoftware/AtomV2/src/message/types/Enum.hpp /branches/atomV2/PcSoftware/AtomV2/src/message/types/Integer.hpp /branches/atomV2/PcSoftware/AtomV2/src/message/types/UnsignedInteger.hpp
/branches/atomV2/PcSoftware/AtomV2/src/Atom.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/types/Selection.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/types/Selection.h
/branches/atomV2/PcSoftware/AtomV2/Atom.cbp /branches/atomV2/PcSoftware/AtomV2/Atom.depend /branches/atomV2/PcSoftware/AtomV2/Atom.layout /branches/atomV2/PcSoftware/AtomV2/notes.txt /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.h /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.h /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h /branches/atomV2/PcSoftware/AtomV2/src/utils/convert.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/convert.h /branches/atomV2/PcSoftware/AtomV2/src/version.h
|
| 1319 |
6248 d 1 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
Now everything i utils/ have been structured, much nicer, should compile...now sleep |
|
/branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/BitBuffer.h
/branches/atomV2/PcSoftware/AtomV2/src/utils/BitBuffer.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/BitBuffer.h
/branches/atomV2/PcSoftware/AtomV2/Atom.cbp /branches/atomV2/PcSoftware/AtomV2/Atom.depend /branches/atomV2/PcSoftware/AtomV2/Atom.layout /branches/atomV2/PcSoftware/AtomV2/notes.txt /branches/atomV2/PcSoftware/AtomV2/src/Atom.cpp /branches/atomV2/PcSoftware/AtomV2/src/broker/Broker.h /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.h /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.h /branches/atomV2/PcSoftware/AtomV2/src/message/Header.h /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h /branches/atomV2/PcSoftware/AtomV2/src/net/UdpServer.h /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.h /branches/atomV2/PcSoftware/AtomV2/src/version.h
|
| 1318 |
6248 d 1 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
Fixed linker problems and learned something new |
|
/branches/atomV2/PcSoftware/AtomV2/src/thread/Queue.hpp
/branches/atomV2/PcSoftware/AtomV2/src/thread/Queue.cpp /branches/atomV2/PcSoftware/AtomV2/src/thread/Queue.h
/branches/atomV2/PcSoftware/AtomV2/Atom.cbp /branches/atomV2/PcSoftware/AtomV2/Atom.depend /branches/atomV2/PcSoftware/AtomV2/Atom.layout /branches/atomV2/PcSoftware/AtomV2/src/Atom.cpp /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.h /branches/atomV2/PcSoftware/AtomV2/src/protocol/Protocol.cpp
|
| 1317 |
6248 d 2 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
More cleanups but now there is a linker-problem... |
|
/branches/atomV2/PcSoftware/AtomV2/src/net /branches/atomV2/PcSoftware/AtomV2/src/net/UdpServer.cpp /branches/atomV2/PcSoftware/AtomV2/src/net/UdpServer.h /branches/atomV2/PcSoftware/AtomV2/src/thread /branches/atomV2/PcSoftware/AtomV2/src/thread/Queue.cpp /branches/atomV2/PcSoftware/AtomV2/src/thread/Queue.h /branches/atomV2/PcSoftware/AtomV2/src/thread/Thread.cpp /branches/atomV2/PcSoftware/AtomV2/src/thread/Thread.h
/branches/atomV2/PcSoftware/AtomV2/src/utils/TSQueue.hpp /branches/atomV2/PcSoftware/AtomV2/src/utils/Thread.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/Thread.h /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpConnection.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpConnection.h /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.h
/branches/atomV2/PcSoftware/AtomV2/Atom.cbp /branches/atomV2/PcSoftware/AtomV2/Atom.depend /branches/atomV2/PcSoftware/AtomV2/Atom.layout /branches/atomV2/PcSoftware/AtomV2/src/Atom.cpp /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.cpp /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.h /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.h
|
| 1316 |
6248 d 3 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
Hmm.. now it compiles again |
|
/branches/atomV2/PcSoftware/AtomV2/Atom.cbp /branches/atomV2/PcSoftware/AtomV2/Atom.layout
|
| 1315 |
6248 d 3 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
More cleanups, have not tried to compile because of a code block warning... need to commit first |
|
/branches/atomV2/PcSoftware/AtomV2/src/log /branches/atomV2/PcSoftware/AtomV2/src/log/Logger.cpp /branches/atomV2/PcSoftware/AtomV2/src/log/Logger.h
/branches/atomV2/PcSoftware/AtomV2/src/utils/Logger.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/Logger.h
/branches/atomV2/PcSoftware/AtomV2/Atom.cbp /branches/atomV2/PcSoftware/AtomV2/Atom.depend /branches/atomV2/PcSoftware/AtomV2/Atom.layout /branches/atomV2/PcSoftware/AtomV2/src/Atom.cpp /branches/atomV2/PcSoftware/AtomV2/src/broker/Broker.h /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.h /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.h /branches/atomV2/PcSoftware/AtomV2/src/message/Message.h /branches/atomV2/PcSoftware/AtomV2/src/protocol/Protocol.h /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.h /branches/atomV2/PcSoftware/AtomV2/src/subscribers/monitor/Monitor.h /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.h /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.cpp /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.h
|
| 1314 |
6248 d 3 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
Code cleanups and reorganization, nothing new |
|
/branches/atomV2/PcSoftware/AtomV2/src/utils/convert.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/convert.h /branches/atomV2/PcSoftware/AtomV2/src/utils/file.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/file.h /branches/atomV2/PcSoftware/AtomV2/src/utils/string.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/string.h
/branches/atomV2/PcSoftware/AtomV2/src/utils/Utils.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/Utils.h
/branches/atomV2/PcSoftware/AtomV2/Atom.cbp /branches/atomV2/PcSoftware/AtomV2/Atom.depend /branches/atomV2/PcSoftware/AtomV2/Atom.layout /branches/atomV2/PcSoftware/AtomV2/notes.txt /branches/atomV2/PcSoftware/AtomV2/src/message/Header.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Header.h /branches/atomV2/PcSoftware/AtomV2/src/message/Message.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Message.h /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.h /branches/atomV2/PcSoftware/AtomV2/src/utils/Logger.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/Logger.h /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.h /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.cpp /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.h
|
| 1313 |
6248 d 5 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
Project-file updated for Atom |
|
/branches/atomV2/PcSoftware/AtomV2/Atom.cbp
|
| 1312 |
6248 d 5 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/src/ |
And removed some stuff that was moved but not deleted for some reason |
|
/branches/atomV2/PcSoftware/AtomV2/src/db
|
| 1311 |
6248 d 5 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
Some cleanups, nothing major, fixed release-project-build-settings so it compiles |
|
/branches/atomV2/PcSoftware/AtomV2/notes.txt /branches/atomV2/PcSoftware/AtomV2/src/protocol /branches/atomV2/PcSoftware/AtomV2/src/protocol/Protocol.cpp /branches/atomV2/PcSoftware/AtomV2/src/protocol/Protocol.h
/branches/atomV2/PcSoftware/AtomV2/src/protocol/Database.cpp /branches/atomV2/PcSoftware/AtomV2/src/protocol/Database.h
/branches/atomV2/PcSoftware/AtomV2/Atom.depend /branches/atomV2/PcSoftware/AtomV2/src/Atom.cpp /branches/atomV2/PcSoftware/AtomV2/src/broker/Broker.h /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.h /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.h /branches/atomV2/PcSoftware/AtomV2/src/message/Header.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Header.h /branches/atomV2/PcSoftware/AtomV2/src/message/Message.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Message.h /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h /branches/atomV2/PcSoftware/AtomV2/src/message/types/Selection.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/types/Selection.h /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.h /branches/atomV2/PcSoftware/AtomV2/src/subscribers/monitor/Monitor.h /branches/atomV2/PcSoftware/AtomV2/src/types.h /branches/atomV2/PcSoftware/AtomV2/src/utils/Logger.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/Logger.h /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.h /branches/atomV2/PcSoftware/AtomV2/src/utils/Utils.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/Utils.h /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.cpp
|
| 1310 |
6249 d 0 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
More work on messages, should now use data from protocol.xml, still some bits missing to get anything to work yet... |
|
/branches/atomV2/PcSoftware/AtomV2/src/version.h
/branches/atomV2/PcSoftware/AtomV2/Atom.depend /branches/atomV2/PcSoftware/AtomV2/src/Atom.cpp /branches/atomV2/PcSoftware/AtomV2/src/broker/Broker.cpp /branches/atomV2/PcSoftware/AtomV2/src/broker/Broker.h /branches/atomV2/PcSoftware/AtomV2/src/db/Database.cpp /branches/atomV2/PcSoftware/AtomV2/src/db/Database.h /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.h /branches/atomV2/PcSoftware/AtomV2/src/message/Header.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Header.h /branches/atomV2/PcSoftware/AtomV2/src/message/Message.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Message.h /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.h /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/Utils.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/Utils.h /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.cpp /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.h
|
| 1309 |
6249 d 3 h |
runge |
/branches/atomV2/ |
Initial code for Atom V2, nothing working yet, and probably not for a while |
|
/branches/atomV2/Configuration/protocol.xml /branches/atomV2/PcSoftware/AtomV2 /branches/atomV2/PcSoftware/AtomV2/Atom.cbp /branches/atomV2/PcSoftware/AtomV2/Atom.depend /branches/atomV2/PcSoftware/AtomV2/Atom.layout /branches/atomV2/PcSoftware/AtomV2/bin /branches/atomV2/PcSoftware/AtomV2/obj /branches/atomV2/PcSoftware/AtomV2/src /branches/atomV2/PcSoftware/AtomV2/src/.cvsignore /branches/atomV2/PcSoftware/AtomV2/src/Atom.cpp /branches/atomV2/PcSoftware/AtomV2/src/Exception.hpp /branches/atomV2/PcSoftware/AtomV2/src/broker /branches/atomV2/PcSoftware/AtomV2/src/broker/Broker.cpp /branches/atomV2/PcSoftware/AtomV2/src/broker/Broker.h /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.cpp /branches/atomV2/PcSoftware/AtomV2/src/broker/Subscriber.h /branches/atomV2/PcSoftware/AtomV2/src/db /branches/atomV2/PcSoftware/AtomV2/src/db/Database.cpp /branches/atomV2/PcSoftware/AtomV2/src/db/Database.h /branches/atomV2/PcSoftware/AtomV2/src/lib /branches/atomV2/PcSoftware/AtomV2/src/message /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Datatype.h /branches/atomV2/PcSoftware/AtomV2/src/message/Header.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Header.h /branches/atomV2/PcSoftware/AtomV2/src/message/Message.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Message.h /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/Variable.h /branches/atomV2/PcSoftware/AtomV2/src/message/types /branches/atomV2/PcSoftware/AtomV2/src/message/types/Selection.cpp /branches/atomV2/PcSoftware/AtomV2/src/message/types/Selection.h /branches/atomV2/PcSoftware/AtomV2/src/module /branches/atomV2/PcSoftware/AtomV2/src/module/Module.cpp /branches/atomV2/PcSoftware/AtomV2/src/module/Module.h /branches/atomV2/PcSoftware/AtomV2/src/subscribers /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.cpp /branches/atomV2/PcSoftware/AtomV2/src/subscribers/cannet/CanNet.h /branches/atomV2/PcSoftware/AtomV2/src/subscribers/monitor /branches/atomV2/PcSoftware/AtomV2/src/subscribers/monitor/Monitor.cpp /branches/atomV2/PcSoftware/AtomV2/src/subscribers/monitor/Monitor.h /branches/atomV2/PcSoftware/AtomV2/src/types.h /branches/atomV2/PcSoftware/AtomV2/src/utils /branches/atomV2/PcSoftware/AtomV2/src/utils/BitBuffer.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/BitBuffer.h /branches/atomV2/PcSoftware/AtomV2/src/utils/Logger.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/Logger.h /branches/atomV2/PcSoftware/AtomV2/src/utils/TSQueue.hpp /branches/atomV2/PcSoftware/AtomV2/src/utils/Thread.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/Thread.h /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpConnection.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpConnection.h /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/UdpServer.h /branches/atomV2/PcSoftware/AtomV2/src/utils/Utils.cpp /branches/atomV2/PcSoftware/AtomV2/src/utils/Utils.h /branches/atomV2/PcSoftware/AtomV2/src/xml /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.cpp /branches/atomV2/PcSoftware/AtomV2/src/xml/Node.h
|
| 1308 |
6249 d 4 h |
runge |
/branches/atomV2/ |
Created branch for Atom version 2 and update module protocol |
|
/branches/atomV2
|
| 868 |
6663 d 7 h |
migan |
/branches/modules/EmbeddedSoftware/AVR/ |
Added new module for SimpleDTMF-expansion based on CallerId-code, compiles but is not tested yet
Changed DTMF driver to not use hardcoded timer, this breaks backwards compatibility
Added physical quantity command for phone number
Removed warning from stdcan, it is pretty well tested by now |
|
/branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF /branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/config.inc.template /branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/protocol.h /branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sns_SimpleDTMF.c /branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sns_SimpleDTMF.h /branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sources.list
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/PhysicalQuantityCMD.h /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
|
| 867 |
6665 d 1 h |
linlun |
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/ |
Moved CAN_CMD_MODULE_NMT_LIST to the correct file |
|
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/GlobalCMD.h
|