We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db801a0 commit 1a92cdbCopy full SHA for 1a92cdb
1 file changed
decoder.h
@@ -33,6 +33,15 @@ class decoder {
33
- node * | node pointer
34
*/
35
node * graphTracer(unsigned __int8 state, unsigned __int8 data, unsigned __int8 level);
36
+ /*
37
+ Description: print States.
38
+ print graph states printer
39
+ Parameters:
40
+ - node pointerl
41
+ Returns:
42
+ - void
43
+ */
44
+ void printStates(node* n);
45
/*
46
private func logLevel()
47
define print pattern for print
0 commit comments