This PR removes a constructor overload from SerialStream class to reduce ambiguity and mirror the SerialPort and SerialStreamBuf classes. It updates documentation and adds object instantiation tests to the unit tests, renames Get/SetNumberOfStopBits to Get/SetStopBits to better match the other methods and it renames the .cc files to .cpp extensions to match a single convention. It also standardizes MakeFile indentations.
Hi CrayzeeWulf,
This PR removes a constructor overload from SerialStream class to reduce ambiguity and mirror the SerialPort and SerialStreamBuf classes. It updates documentation and adds object instantiation tests to the unit tests, renames Get/SetNumberOfStopBits to Get/SetStopBits to better match the other methods and it renames the .cc files to .cpp extensions to match a single convention. It also standardizes MakeFile indentations.
Please let me know if you have any questions.
-Mark