ros2 / design

Design documentation for ROS 2.0 effort
http://design.ros2.org/
Apache License 2.0
218 stars 193 forks source link

uint64 maps to unsigned long long #201

Closed sloretz closed 5 years ago

sloretz commented 5 years ago

Previously article mapped uint64 to unsigned long which is synonymous with unsigned int.

dirk-thomas commented 5 years ago

The (u)int32 types should also be changed to (unsigned) long.

sloretz commented 5 years ago

The (u)int32 types should also be changed to (unsigned) long.

3b9f617