lcm-proj / lcm

Lightweight Communications and Marshalling
GNU Lesser General Public License v2.1
980 stars 388 forks source link

lcmgen use sbyte for int8_t when generating C# code #319

Closed DasCapschen closed 4 years ago

DasCapschen commented 4 years ago

Use sbyte (signed byte) instead of byte when generating C# code for int8_t type.

Closes #318.