summaryrefslogtreecommitdiff
path: root/src/Encoder.h
diff options
context:
space:
mode:
authoroskwon <oskwon@dev3>2014-10-27 10:49:06 (GMT)
committeroskwon <oskwon@dev3>2014-10-27 10:49:06 (GMT)
commit280ea227fe29cc8fc1d9ef23419a499d72f29d00 (patch)
tree3a84ae560521408f8cd717d1140b1d6a8d0696f9 /src/Encoder.h
parentb55a219498eeceb63a98dcfdc7597b7c40d6977c (diff)
Fix hanup issue and reduce cpu usage.
Diffstat (limited to 'src/Encoder.h')
-rw-r--r--src/Encoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Encoder.h b/src/Encoder.h
index e44cfb9..3a69327 100644
--- a/src/Encoder.h
+++ b/src/Encoder.h
@@ -67,6 +67,8 @@ public:
int get_fd();
bool ioctl(int cmd, int value);
bool retry_open(int retry_count, int sleep_time);
+
+ void encoder_close();
};
//----------------------------------------------------------------------