Add base integer attribute for pretty-print
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 13 May 2011 23:35:11 +0000 (19:35 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 13 May 2011 23:35:11 +0000 (19:35 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
common-trace-format-proposal.txt

index dd1996ae498749e27fcbff6f592f41b511afb9ab..c305c9e37d593d603b443d9847a10da74be357a1 100644 (file)
@@ -190,6 +190,9 @@ TSDL meta-data representation:
     byte_order = native OR network OR be OR le; /* default native */
     size = value;                               /* value in bits, no default */
     align = value;                              /* value in bits */
+    /* based used for pretty-printing output, default: decimal. */
+    base = decimal OR dec OR OR d OR i OR u OR 10 OR hexadecimal OR hex OR x OR X OR p OR 16
+           OR octal OR oct OR o OR 8 OR binary OR b OR 2;
   }
 
 Example of type inheritance (creation of a uint32_t named type):
This page took 0.024123 seconds and 4 git commands to generate.