aboutsummaryrefslogtreecommitdiff
path: root/pkg/pdata
AgeCommit message (Collapse)Author
2022-10-22pkg/pdata: Update default pdataBobTheBob
Regenerated using persistentdata.gnut.
2022-10-21all: pg9182 -> r2northstarpg9182
2022-10-13pkg/{pdata,pdef/pdefgen}: Fix string length checkpg9182
2022-10-13pkg/pdata: Embed default pdatapg9182
2022-10-12pkg/{pdata,pdef/pdefgen}: Remove s prefix from struct type namespg9182
2022-10-12pkg/{pdata,pdef/pdefgen}: Add support for JSON encodingpg9182
* Backwards-compatbile with old master server: * NaN/Inf floats are encoded as null. * Enums are encoded as the value name, or the number if unrecognized. * Names are the same as the pdef. * Exception: Strings don't include bytes after the null terminator. * Also supports filtering fields. * Decoding is not supported for now.
2022-10-02pkg/pdata: Import R2Northstar data, generate parserpg9182