Commit graph

155 commits

Author SHA1 Message Date
Juri Glass
f564f830e6 tests for sml_value 2011-07-14 18:10:19 +02:00
Juri Glass
43016ddb22 test helper refactored 2011-07-14 18:10:00 +02:00
Juri Glass
cf8482c83c used new number/boolean free methods, utilized new
optional handling
2011-07-14 13:02:30 +02:00
Juri Glass
ed582bb6a2 added number_free method 2011-07-14 13:02:30 +02:00
Juri Glass
06f9b82b59 added boolean_free method 2011-07-14 13:02:30 +02:00
Juri Glass
44b13fdf84 simple sml_message_parse test 2011-07-14 13:02:29 +02:00
Juri Glass
c6942f329b fixed bug: number_parse did not update buf->cursor 2011-07-14 13:02:29 +02:00
Juri Glass
554b871f2f added test skeleton for sml_file and sml_message 2011-07-14 13:02:29 +02:00
Juri Glass
aab3c3149d added sml_octet_string_cmp 2011-07-14 13:02:29 +02:00
Juri Glass
542365df23 typo 2011-07-14 13:02:29 +02:00
Juri Glass
727c11de23 removed type mismatch in sml_file_print 2011-07-14 13:02:29 +02:00
Juri Glass
0db56ac736 added tests for boolean write, parse and init 2011-07-14 13:02:29 +02:00
Juri Glass
5d2118345b no compile time warnings 2011-07-14 13:02:29 +02:00
Juri Glass
b1d3536ba8 number init and number write with optionals 2011-07-14 13:02:29 +02:00
Juri Glass
268bfe423c number parsing with optionals 2011-07-14 13:02:29 +02:00
Juri Glass
cd078d5f3f removed SML_SKIP_OPTIONAL from all octet_string
parse calls
2011-07-14 13:02:29 +02:00
Juri Glass
a881dd2273 write optional in octet_string_write 2011-07-14 13:02:29 +02:00
Juri Glass
5eec64fa9c moved optional detection to parse 2011-07-14 13:02:28 +02:00
Juri Glass
32c7b5d016 oops 2011-07-13 18:17:20 +02:00
Juri Glass
82c68e8770 more comments in example sml_server 2011-07-13 18:15:39 +02:00
Juri Glass
65d5370d12 serial port configuration for example sml_server 2011-07-13 16:43:40 +02:00
Juri Glass
7de0675bf1 updated README.md 2011-07-08 16:12:44 +02:00
Juri Glass
b5286ddc5a updated README.md 2011-07-08 16:11:55 +02:00
Juri Glass
7f616987dd updated README.md 2011-07-08 16:10:03 +02:00
Juri Glass
4bb68c3a35 updated README.md 2011-07-08 16:08:52 +02:00
Juri Glass
3a1e35d968 licensing headers, unity in README.md 2011-07-08 15:55:55 +02:00
Juri Glass
a53be0d323 Merge branch 'add_tests' 2011-07-08 15:23:45 +02:00
Juri Glass
fde7760111 removed unused var 2011-07-08 15:21:53 +02:00
Juri Glass
709e2292b6 added more test cases, fixed negative integers bug 2011-07-08 15:20:35 +02:00
Juri Glass
855268e301 added empty lib directory 2011-07-05 11:01:23 +02:00
Juri Glass
eb020c7cab add unity license 2011-06-28 17:48:37 +02:00
Juri Glass
3c48d568be added unity test setup 2011-06-28 17:45:14 +02:00
Juri Glass
40ef761ccc transaction_id now uses generated uuid 2011-06-28 12:21:07 +02:00
Juri Glass
5382659bf5 renamed sml.* to sml_file.* 2011-06-27 17:28:32 +02:00
Juri Glass
d60f570f0d *_free methods are used in error cases 2011-06-27 17:17:14 +02:00
Juri Glass
18a589ec46 added sml_transport_write, comments for
sml_transport functions
2011-06-25 00:44:03 +02:00
Juri Glass
28277cbbf6 added top level Makefile 2011-06-24 23:30:23 +02:00
Juri Glass
a3311e64b6 headers changed 2011-06-17 12:17:17 +02:00
Juri Glass
f47531b4c9 added simple sml_server example, updated README 2011-06-17 12:15:15 +02:00
Juri Glass
32e0767e1e added simple sml_server example, updated README 2011-06-17 12:12:24 +02:00
Juri Glass
25b1c76e62 uuid lib is now default 2011-06-16 17:44:27 +02:00
Juri Glass
aaf06f57e2 removed mc_sml_hexdump, renamed
mc_sml_transport_listen to sml_transport_listen
2011-06-16 17:07:47 +02:00
Juri Glass
781de171bd renamed number parsing functions 2011-06-16 17:02:53 +02:00
Juri Glass
a20fbe0515 renamed mc_sml_is_optional_skipped to
sml_buf_optional_is_skipped
2011-06-16 16:57:17 +02:00
Juri Glass
19af19ebaa renamed mc_sml_buf_update_read_bytes to
sml_buf_update_bytes_read
2011-06-16 16:55:30 +02:00
Juri Glass
f6a9c978ba renamed mc_sml_optional_write to
sml_buf_optional_write
2011-06-16 16:52:41 +02:00
Juri Glass
98173c0d1b renamed mc_sml_buf_get_current_buf to
sml_buf_get_current_buf
2011-06-16 16:50:50 +02:00
Juri Glass
a31efa8215 renamed mc_sml_buf_get_current_byte to
sml_buf_get_current_byte
2011-06-16 16:49:19 +02:00
Juri Glass
92820c83b8 renamed mc_sml_buf_get_current_type to
sml_buf_get_next_type
2011-06-16 16:47:44 +02:00
Juri Glass
eb76c84331 renamed mc_sml_buf_has_errors to
sml_buf_has_errors
2011-06-16 16:45:36 +02:00