Implement n-bit LIDs and convert between formats (v0.3)
Problem
The problem we must solve to pass this milestone is that people may want to use any number of bits for the timestamp, subsecond ticker, or source id. Users may also wish to convert from one format to the other.
Solution
The solution that passes this milestone is to use a descriptor object to configure the number of bits for the timestamp, subseco…
Problem
The problem we must solve to pass this milestone is that people may want to use any number of bits for the timestamp, subsecond ticker, or source id. Users may also wish to convert from one format to the other.
Solution
The solution that passes this milestone is to use a descriptor object to configure the number of bits for the timestamp, subsecond ticker, and source id.
Requirements
- The system shall be...
Problems with Solution
The problems with this solution are...
File Affected
**/*.*
Hierarchy
Tags
Milestone
License
Copyright AStartup; all rights reserved.