diff -r 14dc2103a631 -r ed1c9f64298a trace/tracebuilder/com.nokia.tracebuilder.help/html/tasks/enumerations.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/trace/tracebuilder/com.nokia.tracebuilder.help/html/tasks/enumerations.htm Wed Jun 23 14:35:40 2010 +0300 @@ -0,0 +1,40 @@ + + +
+Enumerations can also be used as trace parameters. When a enum value is +passed to trace function, it will be converted to a string when the trace is decoded.
+To add an Enumeration, do the following:
+Note: To use the created Enumeration values in traces, you must +add them as a parameter.
+ +To parse an existing Enumeration from a source code, do the following:
+You can now use the Enumeration as a parameter in a trace. For more +information, see Adding parameters to existing +traces.
+ + + + \ No newline at end of file