Add inline allocation of bytes fields
[apps/agl-service-can-low-level.git] / generator / proto / nanopb.proto
index 9b2f0fb..8aab19a 100644 (file)
@@ -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 {