Skip to content

Commit 1a92cdb

Browse files
committed
State printer function
1 parent db801a0 commit 1a92cdb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

decoder.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ class decoder {
3333
- node * | node pointer
3434
*/
3535
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);
3645
/*
3746
private func logLevel()
3847
define print pattern for print

0 commit comments

Comments
 (0)