Skip to content
Snippets Groups Projects
Commit de9e61b3 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Merge branch 'master' of gitlab.control.lth.se:anders_blomdell/labcomm

parents 3e763544 e21eccf3
No related branches found
No related tags found
No related merge requests found
...@@ -854,9 +854,9 @@ The built-in data types are encoded as follows: ...@@ -854,9 +854,9 @@ The built-in data types are encoded as follows:
<type_binding> | <type_binding> |
<sample_data> ) <sample_data> )
<version> := <string> <version> := <string>
<sample_decl> := <sample_id> <string> <type> <sample_decl> := <sample_id> <string> <signature>
<sample_ref> := <sample_id> <string> <type> <sample_ref> := <sample_id> <string> <signature>
<type_decl> := <type_id> <string> <type> <type_decl> := <type_id> <string> <signature>
<type_binding> := <sample_id> <type_id> <type_binding> := <sample_id> <type_id>
<user_id> := 0x40..0xffffffff <user_id> := 0x40..0xffffffff
<sample_id> : <user_id> <sample_id> : <user_id>
...@@ -864,6 +864,7 @@ The built-in data types are encoded as follows: ...@@ -864,6 +864,7 @@ The built-in data types are encoded as follows:
<string> := <string_length> <char>* <string> := <string_length> <char>*
<string_length> := 0x00..0xffffffff <string_length> := 0x00..0xffffffff
<char> := any UTF-8 char <char> := any UTF-8 char
<signature> := <length> <type>
<type> := <length> ( <basic_type> | <type> := <length> ( <basic_type> |
<array_decl> | <array_decl> |
<struct_decl> | <struct_decl> |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment