X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Findex.rst;h=1022a1b278f82b7d1dfb985a9b6be87786033d0b;hb=b2a696795e0f79e6913b79c6a8e840ce4cd44d25;hp=3279ba6fe2029718fb15eabffff76bed755c184b;hpb=646e3c4944ae8e49e92c2ff14765648b1acbe0c3;p=apps%2Flow-level-can-service.git diff --git a/docs/index.rst b/docs/index.rst index 3279ba6..1022a1b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -49,6 +49,7 @@ Features and limitations #) Fields in the generated structs are ordered by the tag number, instead of the natural ordering in .proto file. #) Unknown fields are not preserved when decoding and re-encoding a message. #) Numeric arrays are always encoded as packed, even if not marked as packed in .proto. This causes incompatibility with decoders that do not support packed format. +#) Cyclic references between messages are not supported. They could be supported in callback-mode if there was an option in the generator to set the mode. Getting started ===============