commit | 1885bd0b1fef8274ee282985042aa30968e4f575 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Thu Feb 13 12:28:12 2014 -0800 |
committer | Brian Silverman <brians> | Thu Feb 13 12:28:12 2014 -0800 |
tree | 157431a78d3aa92426ea1dfe812b04545baa18c5 | |
parent | 04fdc237df4ae176037bbbfc66827ed5d3e8c89e [diff] [blame] |
implemented and tested PrintField
diff --git a/aos/common/test_queue.q b/aos/common/test_queue.q index 878be08..d603802 100644 --- a/aos/common/test_queue.q +++ b/aos/common/test_queue.q
@@ -3,6 +3,7 @@ struct Structure { bool struct_bool; uint16_t struct_int; + float struct_float; }; message MessageWithStructure {