john30
|
d078044c36
|
initialize fields, allow missing pidfile
|
2014-12-18 22:04:23 +01:00 |
|
john30
|
cdf7fb6522
|
file mode
|
2014-12-18 21:15:31 +01:00 |
|
john30
|
6569f46e40
|
removed part column from templates
|
2014-12-18 21:07:38 +01:00 |
|
john30
|
11cec1d47b
|
renamed _types to _templates
|
2014-12-18 21:00:10 +01:00 |
|
Roland Jax
|
d610d8b22b
|
not needed include directory in AM_CXXFLAGS for lib/ebus removed.
|
2014-12-17 15:52:07 +01:00 |
|
Roland Jax
|
088cf4a6c2
|
not needed include directory in AM_CXXFLAGS for lib/ebus/test removed.
|
2014-12-17 15:33:00 +01:00 |
|
Roland Jax
|
64fa3b9176
|
added -Wno-unused-parameter to AM_CXXFLAGS.
|
2014-12-16 15:29:10 +01:00 |
|
Roland Jax
|
817c54da16
|
cass port: getDeviceName() added.
|
2014-12-16 14:53:46 +01:00 |
|
john30
|
c86655b964
|
merged
|
2014-12-15 20:28:41 +01:00 |
|
john30
|
970574ed50
|
Merge branch 'master' of https://github.com/yuhu-/ebusd
Conflicts:
src/ebusd/baseloop.h
src/lib/ebus/data.h
src/lib/ebus/message.h
src/lib/ebus/result.h
src/lib/ebus/symbol.h
|
2014-12-15 20:26:58 +01:00 |
|
john30
|
4e81fd842b
|
fixed documentation
|
2014-12-15 20:13:20 +01:00 |
|
John
|
55be6ddfcc
|
help older compilers find the template ctor
fix for issue #25
|
2014-12-15 20:01:50 +01:00 |
|
John
|
72486436ad
|
help older compilers find the template ctor
fix for issue #25
|
2014-12-15 20:00:57 +01:00 |
|
Roland Jax
|
105f5e6e7d
|
documentation for doxygen corrected.
|
2014-12-15 12:12:38 +01:00 |
|
john30
|
3a55d7552c
|
fix for new result code empty
|
2014-12-14 18:55:11 +01:00 |
|
john30
|
5670c05a9a
|
added base type PIN, simplified ident fields
|
2014-12-14 18:54:49 +01:00 |
|
john30
|
6d8a82a524
|
allow blank destination address (e.g. for scans), added MessageMap::findAll()
|
2014-12-14 18:50:49 +01:00 |
|
john30
|
2af6e55505
|
added result code for invalid address
|
2014-12-14 18:09:16 +01:00 |
|
john30
|
caa0ddc027
|
fix for new empty result code
|
2014-12-14 12:44:57 +01:00 |
|
john30
|
f2eb31ea1f
|
avoid expensive math operations (logn)
|
2014-12-14 12:35:56 +01:00 |
|
john30
|
2c2ab1c031
|
added option to read only a single field
|
2014-12-14 12:08:35 +01:00 |
|
john30
|
83201eb287
|
removed nonsense formatting in DataFieldSet::read
|
2014-12-14 11:36:41 +01:00 |
|
john30
|
a9a9865583
|
added verbose arg to decode()
|
2014-12-14 11:36:14 +01:00 |
|
Roland Jax
|
d142756f35
|
Appl: ability to process a dash after a command added.
|
2014-12-14 08:54:18 +01:00 |
|
Roland Jax
|
cbbca0b40a
|
Merge pull request #21 from john30/master
some fixes, better support for CSV, nicer logging
|
2014-12-13 15:07:30 +01:00 |
|
john30
|
5d2b28f3db
|
fixed ostringstream formatting (again)
|
2014-12-13 14:42:47 +01:00 |
|
john30
|
169c6a9460
|
switched to read/write instead of get/set and added force option to read (automatically picks up updated value if available), nicer response messages for BaseLoop, renamed area cyc to upd
|
2014-12-13 12:01:14 +01:00 |
|
john30
|
cda96e6e3b
|
extraced FileReader to separate .h and added support for quoted CSV
|
2014-12-13 11:07:18 +01:00 |
|
Roland Jax
|
e904ad8d99
|
missing flush added.
|
2014-12-13 10:48:05 +01:00 |
|
Roland Jax
|
a9de53123c
|
set 'silent build' as default; suppression of gcc warnings in main executable from local libraries added.
|
2014-12-13 09:32:39 +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
|
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
|
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
|
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
|
41152a4031
|
file mode
|
2014-12-07 14:57:05 +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
|
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
|
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
|
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
|
e173ba6ad5
|
removed commented stuff
|
2014-12-06 22:26:13 +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 |
|