This pull request modifies the SignalPdu and IntercomSignalPdu classes to change the signal type from signed int to unsigned int. The Chunk class is also updated to read and write unsigned bytes. It retains default behavior of signed bytes.
This change reflects how the open-dis libraries for c++, c#, and python handle signal pdus as a vector of unsigned int8s.
This pull request modifies the SignalPdu and IntercomSignalPdu classes to change the signal type from signed int to unsigned int. The Chunk class is also updated to read and write unsigned bytes. It retains default behavior of signed bytes.
This change reflects how the open-dis libraries for c++, c#, and python handle signal pdus as a vector of unsigned int8s.