We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d21539e commit de4d427Copy full SHA for de4d427
1 file changed
decoder.h
@@ -53,6 +53,15 @@ class decoder {
53
- node * | node pointer
54
*/
55
node* getMinDistancePaths(unsigned __int8 state, unsigned __int8 data, unsigned __int8 level);
56
+ /*
57
+ Description: find min graph distances
58
+ and print state and value for error-correction
59
+ Parameters:
60
+ - node *n | node pointer
61
+ Returns:
62
+ - __int8 distance value
63
+ */
64
+ __int8 printStatesMinPath(node* n);
65
/*
66
private func logLevel()
67
define print pattern for print
0 commit comments