X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=generator%2Fproto%2Fnanopb.proto;h=8aab19a1b5e88cd2bb34a1081ce12ba5dca849c8;hb=62afd54964528c1fbd5ab802134f7e9ad912d904;hp=9b2f0fbce0005adca8463a29c1076946e357adc5;hpb=0198210f2cc349e7bc5199e8db7f4afc8208d843;p=apps%2Fagl-service-can-low-level.git diff --git a/generator/proto/nanopb.proto b/generator/proto/nanopb.proto index 9b2f0fbc..8aab19a1 100644 --- a/generator/proto/nanopb.proto +++ b/generator/proto/nanopb.proto @@ -16,6 +16,7 @@ enum FieldType { FT_POINTER = 4; // Always generate a dynamically allocated field. FT_STATIC = 2; // Generate a static field or raise an exception if not possible. FT_IGNORE = 3; // Ignore the field completely. + FT_INLINE = 5; // Always generate an inline array of fixed size. } enum IntSize {