Skip to content

Commit da97f83

Browse files
committed
find min graph distances used this function to refine and remove large distances
1 parent 8dc1d46 commit da97f83

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

decoder.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@ class decoder {
4242
- void
4343
*/
4444
void printStates(node* n);
45+
/*
46+
Description: find min graph distances.
47+
used this function to refine and remove large distances
48+
Parameters:
49+
- unsigned __int8 state
50+
- unsigned __int8 data
51+
- unsigned __int8 level
52+
Returns:
53+
- node * | node pointer
54+
*/
55+
node* getMinDistancePaths(unsigned __int8 state, unsigned __int8 data, unsigned __int8 level);
4556
/*
4657
private func logLevel()
4758
define print pattern for print

0 commit comments

Comments
 (0)