OpenArCloud / oscp-geopose-protocol

OSCP GeoPose Protocol
Other
12 stars 4 forks source link

Number type fields should specify types of numbers intended (in documentation comment) #20

Open janerivi opened 1 year ago

janerivi commented 1 year ago

Even though JavaScript will handle a wide range of number types under the "number" type static languages needs to specify type of float or integer value (float32 vs double64 vs Int vs Int64 vs UInt etc). So whenever a number field exists in the protocl spec there should be a comment indicating what type of number the field shall contain. @jamesjackson