Skip to content

Commit de4d427

Browse files
committed
print Min Distance State
1 parent d21539e commit de4d427

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
@@ -53,6 +53,15 @@ class decoder {
5353
- node * | node pointer
5454
*/
5555
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);
5665
/*
5766
private func logLevel()
5867
define print pattern for print

0 commit comments

Comments
 (0)