Feature #1379
Support for long long unsigned int
100%
Description
We need access to more digits for an ID number, preferably we need to store the number as a long long unsigned int. As a temporary measure I am storing the number as a double but that is not a good solution. Changing things over to a long long unsigned int, in the data structure and leaving the variable as an IntProcessor in the Processor gives an error. What do we need to do to get this working?
Updated by Rajaram, Durga almost 10 years ago
There is an unsigned int processor available, but if I understand, what you're saying is you need up to 64 bits?
From what I can tell there is no 'long long' implementation in JsonCpp 0.5.0, which is what we have in MAUS, but JsonCpp ver >= 0.6 seems to have an Int64
Updated by Rogers, Chris almost 10 years ago
- Target version set to Future MAUS release
Would it be too ugly to store as a string in the rare instance that we have a primitive data type not recognised by Json?
Updated by Rogers, Chris almost 10 years ago
Fix pushed to bzr+ssh://bazaar.launchpad.net/~chris-rogers/maus/1379/
... going through style and test server...
Updated by Rogers, Chris almost 10 years ago
- Category changed from Code Management to Data Structure
Updated by Rogers, Chris almost 10 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Merged in r1017
Updated by Rajaram, Durga over 9 years ago
- Target version changed from Future MAUS release to MAUS-v0.7.7