GobySoft / dccl

Dynamic Compact Control Language
Other
17 stars 13 forks source link

Add remaining codecs to PresenceBitCodec wrapping #129

Closed tsaubergine closed 10 months ago

tsaubergine commented 10 months ago

Currently we can't use bool, string, or bytes with the PresenceBitCodec and a message codec isn't defined so we can't use (dccl.msg).codec_group = "dccl.presence. Update the codecs as needed to support these additional cases.