john30
|
cda96e6e3b
|
extraced FileReader to separate .h and added support for quoted CSV
|
2014-12-13 11:07:18 +01:00 |
|
john30
|
6eab4f86d1
|
also collect participant addressed actively
|
2014-12-13 00:14:11 +01:00 |
|
john30
|
27a563ca1d
|
implemented scan, nicer logging
|
2014-12-13 00:02:14 +01:00 |
|
john30
|
3d89fef6ae
|
added scanning and collection of seen bus addresses
|
2014-12-13 00:01:31 +01:00 |
|
john30
|
95d9c5fd08
|
added static dataType_t instances for string/bcd/uch, optimized and added missing initialization of ostringstream in readSymbols(), added DataFieldSet::createIdentFields() for ident message
|
2014-12-13 00:00:21 +01:00 |
|
john30
|
67549fd787
|
added simple ctor, added override dstAddress to prepareMaster()
|
2014-12-12 23:58:18 +01:00 |
|
john30
|
3ba98c1fba
|
changed type definition to check first char for r/w, last char of type starting with r for priority digit, and last char of non r/w types (=update type) for "w" indicating update write
|
2014-12-11 22:45:13 +01:00 |
|
john30
|
83605cc24d
|
better naming, updated help
|
2014-12-10 23:12:09 +01:00 |
|
john30
|
0bd7df2ce1
|
switch ";" and "," but keep ";" for values shown in/parsed from UI, added todos, removed "p" for poll (use 1-9 instead), formatting
|
2014-12-10 23:11:34 +01:00 |
|
john30
|
d36b024876
|
implemented answering queries to ebusd, added missing repetition during bs_sendResAck when NAK was received, always log received data in trace level and reduced message length
|
2014-12-10 21:42:21 +01:00 |
|
john30
|
57dba2cba4
|
add "done" to result for successful BC+MM messages without other result
|
2014-12-10 21:32:40 +01:00 |
|
john30
|
ba2b404900
|
added prepareSlave for answering requests
|
2014-12-10 21:31:44 +01:00 |
|
john30
|
98a4be5f84
|
fixd dump to file with direct buffer, moved more complex method implementation from .h to .cpp file
|
2014-12-10 20:46:19 +01:00 |
|
john30
|
fa61067a0f
|
file mode
|
2014-12-07 19:05:04 +01:00 |
|
john30
|
33fbe411dc
|
Merge branch 'master' of git://github.com/yuhu-/ebusd
|
2014-12-07 18:09:16 +01:00 |
|
Roland Jax
|
243328b16e
|
fix ebusd Makefile.am
|
2014-12-07 18:05:47 +01:00 |
|
john30
|
665a9ee3b9
|
Merge branch 'master' of git://github.com/yuhu-/ebusd
Conflicts:
src/ebusctl/ebusctl.cpp
src/ebusd/Makefile.am
src/ebusd/baseloop.cpp
src/ebusd/baseloop.h
src/ebusd/bushandler.cpp
src/ebusd/bushandler.h
src/lib/ebus/message.cpp
src/lib/ebus/message.h
src/lib/ebus/port.cpp
src/lib/ebus/symbol.cpp
src/lib/ebus/symbol.h
src/lib/ebus/test/test_data.cpp
src/lib/ebus/test/test_message.cpp
|
2014-12-07 15:19:45 +01:00 |
|
john30
|
51bf3dcd4e
|
documentation
|
2014-12-07 14:59:13 +01:00 |
|
john30
|
41152a4031
|
file mode
|
2014-12-07 14:57:05 +01:00 |
|
john30
|
1a138dfe1c
|
added polling by priority
|
2014-12-07 14:49:44 +01:00 |
|
john30
|
a8c1343218
|
added polling by priority
|
2014-12-07 14:45:33 +01:00 |
|
john30
|
dc6f5a0980
|
removed misleading SymbolString copy constructor
|
2014-12-07 14:44:14 +01:00 |
|
john30
|
2663c0ca76
|
avoid copying SymbolString
|
2014-12-07 14:24:38 +01:00 |
|
john30
|
0a87e9d853
|
avoid copying SymbolString
|
2014-12-07 14:23:55 +01:00 |
|
Roland Jax
|
a5821dcadc
|
cleanup after merge of pull request #18.
|
2014-12-07 12:20:47 +01:00 |
|
Roland Jax
|
3b3a5f2e07
|
Merge pull request #18 from john30/master; first version supporting get, set, and cyc again.
|
2014-12-07 12:00:03 +01:00 |
|
john30
|
3599378364
|
removed getReceivedData()
|
2014-12-07 10:00:57 +01:00 |
|
john30
|
d33cede5ea
|
store last value in Message with update time
|
2014-12-07 10:00:26 +01:00 |
|
john30
|
4ffc6155a1
|
fixed escaping and crc
|
2014-12-07 09:43:49 +01:00 |
|
john30
|
8089dab4b4
|
solved todo
|
2014-12-06 23:50:31 +01:00 |
|
john30
|
f3f2e1a451
|
removed debug code
|
2014-12-06 23:49:00 +01:00 |
|
john30
|
8ef8418702
|
added cyc command
|
2014-12-06 23:43:04 +01:00 |
|
john30
|
5bbdcac5d4
|
store received data
|
2014-12-06 23:42:41 +01:00 |
|
john30
|
c0c1cf3966
|
allow passive messages to be found as well, added leadingSeparator to decode(), fixed default part for passive set
|
2014-12-06 23:41:14 +01:00 |
|
john30
|
97d4e40172
|
added set
|
2014-12-06 22:26:58 +01:00 |
|
john30
|
e173ba6ad5
|
removed commented stuff
|
2014-12-06 22:26:13 +01:00 |
|
john30
|
0325625a56
|
avoid cancelling request if part of the message is repeated
|
2014-12-06 22:01:12 +01:00 |
|
john30
|
c5c9c436dc
|
extended raw logging to also include sent symbols, added optionas for and implemented: send+lock retries, lock counter, bus acquisition+slave receive timeout, switched to directly receiving bytes instead of queuing them, only send SYN when send is complete, adjusted default timeouts to include 2*1,2% tolerance
|
2014-12-06 21:48:33 +01:00 |
|
john30
|
62fc5046e2
|
added optional direct buffer to write to (instead of queuing the data), extended raw logging to include sent symbols
|
2014-12-06 21:24:24 +01:00 |
|
john30
|
c4812bd16c
|
reduced DataField::read() and ::write() to a single SymbolString, adjusted BusHandler accordingly, fix for BusRequest::notify, added define for and corrected send timeout, added syn after failed send, fixed cleanup, reduced logging
|
2014-12-06 16:54:32 +01:00 |
|
john30
|
b0749c8662
|
fixes for get+hex
|
2014-12-06 16:54:14 +01:00 |
|
john30
|
f5a9f2b1d1
|
code style
|
2014-12-06 16:45:20 +01:00 |
|
john30
|
382da6215c
|
reduced DataField::read() and ::write() to a single SymbolString, adjusted message accordingly
|
2014-12-06 16:44:52 +01:00 |
|
john30
|
b831df5eca
|
corrected prepareMaster()
|
2014-12-06 15:33:46 +01:00 |
|
john30
|
1c63392869
|
unified output
|
2014-12-06 15:26:53 +01:00 |
|
john30
|
d71a9623e7
|
unified output
|
2014-12-06 15:26:33 +01:00 |
|
john30
|
fe66df7afa
|
added missing code, formatting
|
2014-12-06 15:23:23 +01:00 |
|
john30
|
482e849a1e
|
use result code
|
2014-12-06 15:22:41 +01:00 |
|
Roland Jax
|
4bd18de1e5
|
Issue 17: Fix a problem with 'AM_PROG_AR' in Automake below Version 1.11.2
|
2014-12-06 14:05:07 +01:00 |
|
john30
|
2bd88f45db
|
fix for walking through added messages
|
2014-12-06 13:46:52 +01:00 |
|