Skip to content
Brent Seidel edited this page Feb 23, 2017 · 1 revision

The BBS-Ada Wiki

This is the root of my Ada library projects. In order to organize things and try to avoid conflicts with other packages, all of my packages are children of the BBS package.

This github project also contains the BBS.units package. This package contains definitions and conversions for a number of different physical units. Each unit is a separate type (currently based on float, but can be changed to suit your needs). Thus, one can define a variable with length in feet and another with lenght in meters and Ada will prevent you from accidentally mixing the two together.

Clone this wiki locally