saeaadl / aadlv2.2

SAE AADL core language, version 2.2
1 stars 0 forks source link

Add Kbps, MBps and Gbps units #53

Open jjhugues opened 4 years ago

jjhugues commented 4 years ago

AADLv2.2 defines

Data_Rate_Units: type units (bitsps, Bytesps => bitsps 8, KBytesps => Bytesps 1000, MBytesps => KBytesps 1000, GBytesps => MBytesps 1000);

We miss variants kbps => bitsps 1000, Mbps => Kbps 1000, Gbps => Mbps * 1000

jjhugues commented 4 years ago

Editorial, accepted, must revisit names kbitsps also add kibits ? for x 1024

lwrage commented 4 years ago

see also https://en.wikipedia.org/wiki/Kibibit https://en.wikipedia.org/wiki/Kibibyte