Browse
 
Tools
Rss Categories

LVParseTree_GetGrammarLabel

Reference Number: AA-00954 Views: 6751 0 Rating/ Voters

Returns the name of the grammar that generated this tree.

Functions

  • const char* LVParseTree_GrammarLabel (H_PARSE_TREE Tree)

Parameter

Tree

Handle to a parse tree.

Remarks

LVParseTree_GetGrammarLabel( ) will always return the name of one of the grammars you activated for the decode. If the active grammar had an integer label, then the returned label will be a string representation of that integer.

See Also