plainEngine / plainengine

Once it was a university project. Automatically exported from code.google.com/p/plainengine
0 stars 0 forks source link

add "binary data" subtype into MPVariant #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add "binary data" subtype into MPVariant.
It will behave like that:
1) The numeric subtypes must borrow first <sizeof(subtype)> bytes for their
value.
2) The String subtype must borrow a part which is placed before first \0.
3) Binary data subtype must borrow raw bytes for their value.

Original issue reported on code.google.com by nekro.grave on 3 Apr 2009 at 3:47

GoogleCodeExporter commented 9 years ago

Original comment by nekro.grave on 2 May 2009 at 10:01

GoogleCodeExporter commented 9 years ago
Specifications changed:
Now conversion from numeric subtypes to binary data subtype is being done as 
conversion of their string representation to binary data.
Conversion from binary data to numeric subtypes is begin done as conversion of 
string representation of binary data to numeric subtype

Original comment by ikos...@ya.ru on 2 May 2009 at 8:56

GoogleCodeExporter commented 9 years ago

Original comment by ikos...@ya.ru on 2 May 2009 at 9:05

GoogleCodeExporter commented 9 years ago

Original comment by ikos...@ya.ru on 4 May 2009 at 5:50