john30
|
d927fdf263
|
shorter ident field names
|
2015-11-07 18:19:57 +01:00 |
|
john30
|
9dbdeffe0c
|
unified copyright notice
|
2015-11-07 14:47:13 +01:00 |
|
john30
|
6307049a0a
|
compiler warning
|
2015-11-07 14:22:33 +01:00 |
|
john30
|
a4fce959b5
|
use parseInt, avoid strndup
|
2015-11-07 14:22:04 +01:00 |
|
john30
|
e2cd80a4ad
|
nicer output for printErrorPos()
|
2015-11-07 09:50:41 +01:00 |
|
john30
|
cc8d69d197
|
added constant
|
2015-11-07 09:50:15 +01:00 |
|
john30
|
686c50c0aa
|
use filereader method for splitting, added check for dquote and field name definition without type
|
2015-11-07 09:17:16 +01:00 |
|
john30
|
5e7558acbe
|
extracted splitting of fields into own method and fixed parsing dquote
|
2015-11-07 09:16:17 +01:00 |
|
john30
|
077ab86056
|
yield error when field name was specified but nothing else
|
2015-11-07 09:15:00 +01:00 |
|
john30
|
f913cb0aaa
|
fix for extracting ident from filename
|
2015-11-01 22:39:10 +01:00 |
|
john30
|
fe6c79296d
|
add replacement value ff to date/time types having no replacement yet, made ident fields static
|
2015-10-25 19:45:42 +01:00 |
|
john30
|
6814cdf3a1
|
enhanced MessageMap to allow duplicates for full check, fix to avoid multiple identical derived messages
|
2015-10-25 19:44:16 +01:00 |
|
john30
|
cf6b30d753
|
fixed compiler warning
|
2015-10-24 09:06:43 +02:00 |
|
john30
|
a9d27ef2ba
|
documentation
|
2015-10-18 15:18:57 +02:00 |
|
john30
|
c2c3462134
|
allow querying for first field in hasField(), support cloning message for conditions with specific destination address, support message seen check in condition, fix for parsing destination address in condition, more error messages
|
2015-10-18 12:11:12 +02:00 |
|
john30
|
f02eee616a
|
allow querying for first field in hasField()
|
2015-10-18 12:08:28 +02:00 |
|
john30
|
d7f54f97f4
|
combine lastError
|
2015-10-18 12:07:52 +02:00 |
|
john30
|
345a700386
|
updated
|
2015-10-18 11:08:51 +02:00 |
|
john30
|
dc8bdcdaeb
|
extracted method readConditions()
|
2015-10-18 11:08:23 +02:00 |
|
john30
|
6199b34693
|
added replacement value for VTM
|
2015-10-18 10:17:05 +02:00 |
|
john30
|
0492a4db1e
|
added combined conditions, fix for Condition::create()
|
2015-10-18 10:16:29 +02:00 |
|
john30
|
9ccfc72dca
|
allow subclasses to use m_lastError, put filename in m_lastError when open failed
|
2015-10-18 10:15:11 +02:00 |
|
john30
|
8117a4eb52
|
make default destination and circuit work for subdirectories as well, join security suffix with default destination
|
2015-10-17 19:21:11 +02:00 |
|
john30
|
1d2d8f8511
|
comment
|
2015-10-17 19:20:20 +02:00 |
|
john30
|
8f48070be8
|
extract default destination and circuit from filename
|
2015-10-17 19:05:55 +02:00 |
|
john30
|
985810428d
|
formatting
|
2015-10-17 18:47:20 +02:00 |
|
john30
|
cc4d4d1190
|
added check for decodeLastData()
|
2015-10-17 12:51:38 +02:00 |
|
john30
|
92a446e3bb
|
added getLastMasterData(), fix for storing last master data in prepareMaster()
|
2015-10-17 12:51:10 +02:00 |
|
john30
|
d97538b03a
|
added check for additional input
|
2015-10-17 11:51:14 +02:00 |
|
john30
|
5230e2413e
|
added base type VTM (reverse HTM)
|
2015-10-17 11:39:45 +02:00 |
|
john30
|
c49298382e
|
include tests for defaults and conditions
|
2015-10-11 22:36:15 +02:00 |
|
john30
|
f0f779cf69
|
added support for conditions based on raw value of numeric fields, adjust error position cout in case of duplicate, corrected getDefault() size check
|
2015-10-11 22:36:00 +02:00 |
|
john30
|
e3856c3148
|
added support for conditions based on raw value of numeric fields, adjust error position cout in case of duplicate, added ostream arg to printErrorPos, added separate RESULT_ERR_DUPLICATE_NAME
|
2015-10-11 22:35:45 +02:00 |
|
john30
|
03df7511cc
|
allow subclass override behaviour of reading defaults, added ostream arg to printErrorPos
|
2015-10-11 22:35:07 +02:00 |
|
john30
|
dc356c45e6
|
added separate RESULT_ERR_DUPLICATE_NAME
|
2015-10-11 22:34:18 +02:00 |
|
john30
|
94c3b639ca
|
added base type TTH
|
2015-09-26 17:28:25 +02:00 |
|
john30
|
f3d4bbcc19
|
added field list to find command (solved #1)
|
2015-09-26 12:40:57 +02:00 |
|
john30
|
c0b022782f
|
check for invalid divisor/values for string and value list based types
|
2015-09-26 11:31:24 +02:00 |
|
john30
|
70e0569cd3
|
use optional comment and unit for first field when deriving a DataFieldSet, use name only for singular template reference, also trim split parts, documentation
|
2015-09-20 11:29:29 +02:00 |
|
john30
|
90f5702f41
|
made trim static
|
2015-09-20 11:23:02 +02:00 |
|
john30
|
fad2276cf8
|
trim the line and each field
|
2015-09-19 10:25:05 +02:00 |
|
john30
|
f06e3291fe
|
removed commented code
|
2015-09-19 10:24:22 +02:00 |
|
john30
|
f34265b818
|
added findAll(SymbolString) and invalidateCache()
|
2015-09-19 09:50:54 +02:00 |
|
john30
|
33017c42f7
|
updated to new DataFieldTemplates
|
2015-06-20 10:48:07 +02:00 |
|
john30
|
a25c52e486
|
added data type HCD (for Ochsner)
|
2015-06-20 10:47:32 +02:00 |
|
john30
|
b0e97b01f5
|
added support for setting a different name for a template when it appears in a message
|
2015-06-20 10:10:51 +02:00 |
|
john30
|
d39ef92f3c
|
always update last message update time when actively sending it
|
2015-06-07 18:48:54 +02:00 |
|
john30
|
d798815bcd
|
added tests for json and numeric read
|
2015-06-04 13:05:58 +02:00 |
|
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
|
b8b52efde4
|
fix for numeric parsing of empty string
|
2015-06-04 13:01:47 +02:00 |
|