Closed iisfaq closed 1 year ago
On the following page https://www.openddsharp.com/articles/idl.html there are some issues.
I created the following attributes with the data types in my IDL file which generated the following data types
short c; int16 d; unsigned short e; uint16 f; long g; int32 h; unsigned long i; uint32 j; long long k; int64 l; unsigned long long m; uint64 n;
I generated each data type and found the following
I thought some of these do not make sense.
Oops... you are right, generation is ok but documentation is wrong. I will fix it soon, thanks for reporting.
Corrected and published: https://www.openddsharp.com/articles/idl.html
On the following page https://www.openddsharp.com/articles/idl.html there are some issues.
I created the following attributes with the data types in my IDL file which generated the following data types
I generated each data type and found the following
I thought some of these do not make sense.