john30
|
eb8fed70a3
|
removed unused files
|
2014-11-23 20:52:10 +01:00 |
|
john30
|
8b3f72211e
|
added message.h/cpp
|
2014-11-23 20:26:51 +01:00 |
|
john30
|
1a1d02b418
|
fix for uninitialized member
|
2014-11-23 20:26:15 +01:00 |
|
john30
|
922217602b
|
added FileReader
|
2014-11-23 20:25:48 +01:00 |
|
john30
|
4141f8e091
|
more result codes
|
2014-11-23 20:23:43 +01:00 |
|
john30
|
59700b0084
|
added some real examples
|
2014-11-23 15:18:48 +01:00 |
|
john30
|
da6a5563a6
|
fix for prepare()
|
2014-11-23 15:18:30 +01:00 |
|
john30
|
0068a5f8f7
|
fix tests
|
2014-11-23 14:56:56 +01:00 |
|
john30
|
4d68d443e4
|
introduced DataFieldTemplates,a dded missing type HTI, added reading of "_types.csv"
|
2014-11-23 14:54:27 +01:00 |
|
john30
|
97f050fb16
|
introduced DataFieldTemplates,a dded missing type HTI, switched to UTF8 encoding
|
2014-11-23 14:53:22 +01:00 |
|
john30
|
9a5fb321a6
|
introduced DataFieldTemplates,a dded missing type HTI
|
2014-11-23 14:50:03 +01:00 |
|
john30
|
2922d25539
|
introduced DataFieldTemplates,a dded missing type HTI
|
2014-11-23 14:41:08 +01:00 |
|
john30
|
42ee567e63
|
introduced DataFieldTemplates,a dded missing type HTI
|
2014-11-23 14:40:18 +01:00 |
|
john30
|
d19d89a0b0
|
introduced MessageMap, nicer method names
|
2014-11-23 13:33:31 +01:00 |
|
john30
|
ea63e9d461
|
use result_t, added getMasterNumber(), documentation
|
2014-11-23 13:32:38 +01:00 |
|
john30
|
6e0ddb1e8b
|
removed pt_masterDataID again
|
2014-11-23 13:31:23 +01:00 |
|
Roland Jax
|
b07a6930fd
|
Merge pull request #16 from john30/master
remove absolute offsets, many enhancements
|
2014-11-22 21:02:54 +01:00 |
|
john30
|
aa443d1eb7
|
adjusted to included weekday on write
|
2014-11-22 20:57:51 +01:00 |
|
john30
|
3a34267bee
|
using namespace std;
|
2014-11-22 20:56:53 +01:00 |
|
john30
|
d97bc1bc34
|
Merge branch 'master' of git://github.com/yuhu-/ebusd
|
2014-11-22 20:46:25 +01:00 |
|
john30
|
f509d68912
|
write weekday in BDA/32 and HDA/32, added constant, small fixes, added test cases for HDA
|
2014-11-22 20:42:39 +01:00 |
|
Roland Jax
|
4a1033122c
|
'using namespace std;' added.
|
2014-11-22 20:42:11 +01:00 |
|
Roland Jax
|
b593af967a
|
doxygen option '\file' added.
|
2014-11-22 20:00:27 +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 |
|
Roland Jax
|
59d4907223
|
missing documentation added.
|
2014-11-22 19:07:38 +01:00 |
|
john30
|
1f33218692
|
removed absolute positions, fix for part def
|
2014-11-22 13:37:24 +01:00 |
|
john30
|
e18d3af04f
|
removed absolute positions, fix for part def
|
2014-11-22 13:36:28 +01:00 |
|
john30
|
2317bd206f
|
removed absolute positions, fix for part def
|
2014-11-22 13:36:01 +01:00 |
|
john30
|
60f29cecd4
|
Merge branch 'master' of git://github.com/yuhu-/ebusd
|
2014-11-22 10:08:42 +01:00 |
|
john30
|
9ba0036191
|
added data length
|
2014-11-22 09:59:31 +01:00 |
|
john30
|
64e353737c
|
added check for prepare, print error pos
|
2014-11-22 09:58:51 +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
|
54de8319c9
|
better verify message
|
2014-11-22 09:24:03 +01:00 |
|
john30
|
7bbceec8ed
|
started development of new Message class
|
2014-11-22 08:47:02 +01:00 |
|
john30
|
75eb227ade
|
added test for set, better error messages
|
2014-11-22 08:44:24 +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 |
|
Roland Jax
|
e574c28c6d
|
build order changed.
|
2014-11-21 22:13:23 +01:00 |
|
Roland Jax
|
143de6f3b3
|
log2 replaced with Log2 inline function.
|
2014-11-21 21:49:40 +01:00 |
|
Roland Jax
|
8e37591ca7
|
doxygen support added.
|
2014-11-21 20:40:54 +01:00 |
|
Roland Jax
|
6b19680b61
|
Add checks to configure.ac for pselect() and ppoll().
|
2014-11-21 19:10:02 +01:00 |
|
Roland Jax
|
3ddd829dc7
|
Merge pull request #15 from john30/master
add parseInt(), isValidAddress()
|
2014-11-20 22:38:59 +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
|
0283b0e121
|
added isValidAddress()
|
2014-11-20 22:06:27 +01:00 |
|
Roland Jax
|
8555526ec6
|
Merge pull request #14 from john30/master
documentation, max pos
|
2014-11-20 21:40:35 +01:00 |
|
john30
|
fa568f9568
|
documentation
|
2014-11-20 21:26:30 +01:00 |
|
john30
|
04f5ec49df
|
added slave data tests and creation fail test
|
2014-11-20 21:10:26 +01:00 |
|
john30
|
7a2344d9db
|
made maxPos a constant and corrected max pos check
|
2014-11-20 21:09:54 +01:00 |
|
Roland Jax
|
835c901da6
|
documentation for class BaseLoop added; most enum types adapted.
|
2014-11-20 18:43:07 +01:00 |
|