john30
|
294c953c99
|
added option "-n" to read command for retrieving name/value pairs in numeric form, added numeric and verbose options to json, use null for unset values or replacement in json, allow passing raw value when writing name/value pairs, fix for numeric parsing of empty string
|
2015-06-04 13:04:38 +02:00 |
|
john30
|
39c00de51e
|
fixed documentation
|
2015-05-14 13:05:19 +02:00 |
|
john30
|
7aa153848e
|
updated author address
|
2015-05-14 10:47:51 +02:00 |
|
john30
|
f1d76a64cc
|
introduced DataFormat and support for JSON
|
2015-05-01 08:32:58 +02:00 |
|
john30
|
5bd74035c5
|
extended max allowed data length to 25
|
2015-03-22 14:01:51 +01:00 |
|
john30
|
0f93369bee
|
allow mixing references to base type and templates in message definition
|
2015-03-13 22:12:11 +01:00 |
|
john30
|
bdf0faec1d
|
Merge branch 'master' of github.com:john30/ebusd
|
2015-03-12 23:56:19 +01:00 |
|
john30
|
ce9f443dde
|
removed default argument values from DataFiel::create, documentation
|
2015-03-12 23:20:35 +01:00 |
|
john30
|
0d44c9bacd
|
more bounds checks
|
2015-03-11 08:42:28 +01:00 |
|
john30
|
491b107635
|
pass address type instead of address to Message::create
|
2015-03-08 14:02:33 +01:00 |
|
john30
|
e43e6f2db8
|
documentation
|
2015-03-07 13:08:40 +01:00 |
|
john30
|
2dec01535b
|
Merge branch 'master' of github.com:john30/ebusd
|
2015-03-07 12:13:11 +01:00 |
|
john30
|
ed3ef3f5e4
|
added support for reciprocal divisor, corrected divisor for derived number types (was combined with base datatype divisor instead of actual field divisor)
|
2015-03-07 11:48:08 +01:00 |
|
john30
|
382f7e175d
|
fix for non-default unsigned char
|
2015-02-25 21:59:13 +01:00 |
|
john30
|
d50b3b6cb2
|
added FIELD.N to 'read' command for retrieving N'th FIELD, fixed getMasterNumber(), check maximum NN in message, use more constants, check all type conversions, added --nodevicecheck to ebusfeed help
|
2015-02-22 13:57:37 +01:00 |
|
john30
|
e484bf57b9
|
added helper for dumping messages, corrected line number printing
|
2015-02-21 16:19:02 +01:00 |
|
john30
|
a16cb85bd0
|
comment
|
2015-02-14 14:19:22 +01:00 |
|
john30
|
be7a8e9828
|
updated copyright year
|
2015-02-01 13:12:29 +01:00 |
|
john30
|
44957a6566
|
switched to autobrief
|
2015-01-18 12:40:54 +01:00 |
|
john30
|
be8ae316ed
|
renamed isSet to isWrite
|
2014-12-31 07:42:41 +01:00 |
|
john30
|
f659788e39
|
fixed precision for derived types, fixed memory leaks, optimized
|
2014-12-27 12:40:41 +01:00 |
|
john30
|
e75aedcf2b
|
removed replacement value from bit types
deny replacement value for BTI, HTI, HTM
added replacement value support to BDA and HDA
|
2014-12-26 19:30:51 +01:00 |
|
john30
|
985d1f4389
|
pass iterator to FileReader::addFromFile() in order to keep track of the erroneous column, added verbose mode to FileReader
|
2014-12-18 23:06:31 +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
|
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
|
5670c05a9a
|
added base type PIN, simplified ident fields
|
2014-12-14 18:54:49 +01:00 |
|
john30
|
2c2ab1c031
|
added option to read only a single field
|
2014-12-14 12:08:35 +01:00 |
|
john30
|
cda96e6e3b
|
extraced FileReader to separate .h and added support for quoted CSV
|
2014-12-13 11:07:18 +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
|
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
|
382da6215c
|
reduced DataField::read() and ::write() to a single SymbolString, adjusted message accordingly
|
2014-12-06 16:44:52 +01:00 |
|
john30
|
15249302fb
|
reworked result codes, added new base type VTI (vaillant specific time), added support for replacement value for time types
|
2014-12-06 12:46:15 +01:00 |
|
john30
|
46fb6763bc
|
do not override name when referencing templates, added DataField::dump()
|
2014-11-30 20:05:35 +01:00 |
|
john30
|
fb3574de8c
|
added defaults, added printErrorPos
|
2014-11-30 10:22:36 +01:00 |
|
john30
|
922217602b
|
added FileReader
|
2014-11-23 20:25:48 +01:00 |
|
john30
|
42ee567e63
|
introduced DataFieldTemplates,a dded missing type HTI
|
2014-11-23 14:40:18 +01:00 |
|
john30
|
6e0ddb1e8b
|
removed pt_masterDataID again
|
2014-11-23 13:31:23 +01:00 |
|
john30
|
3a34267bee
|
using namespace std;
|
2014-11-22 20:56:53 +01:00 |
|
john30
|
24e46f5b44
|
store bit count separately, added ignored type (IGN), moved field length definition from part to type and allow adjusting length for bit types, added PartType masterDataID, simplfied
|
2014-11-22 19:17:30 +01:00 |
|
john30
|
2317bd206f
|
removed absolute positions, fix for part def
|
2014-11-22 13:36:01 +01:00 |
|
john30
|
8461c66103
|
fixed getNextOffset() and added optional PartType argument, renamed pt_template to pt_any, added getPartType()
|
2014-11-22 09:41:11 +01:00 |
|
john30
|
80c42df040
|
add optional length to parseInt() and set result on success, remove unused stuff, avoid reading beyond eof, check divisor in StringDataField::derive(), fix for NumberDataField::writeSymbols()
|
2014-11-22 08:34:18 +01:00 |
|
john30
|
25196e4852
|
add optional length to parseInt() and set result on success, remove unused stuff, avoid reading beyond eof, check divisor in StringDataField::derive(), fix for NumberDataField::writeSymbols()
|
2014-11-22 08:33:11 +01:00 |
|
john30
|
b3a96cc2c0
|
made parseInt public
|
2014-11-20 22:29:44 +01:00 |
|
john30
|
15cbb9bbd9
|
unified parsing of numeric values, documentation
|
2014-11-20 22:24:21 +01:00 |
|
john30
|
fa568f9568
|
documentation
|
2014-11-20 21:26:30 +01:00 |
|
john30
|
46bbca5d86
|
file mode
|
2014-11-20 09:30:47 +01:00 |
|
john30
|
f80105b6ac
|
Merge branch 'master' of git://github.com/yuhu-/ebusd
Conflicts:
src/lib/ebus/data.cpp
src/lib/ebus/data.h
src/lib/ebus/test/test_data.cpp
|
2014-11-20 09:30:27 +01:00 |
|