summaryrefslogtreecommitdiff
path: root/src/fecmodem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fecmodem.h')
-rw-r--r--src/fecmodem.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fecmodem.h b/src/fecmodem.h
index 1d8931b..9d43fa3 100644
--- a/src/fecmodem.h
+++ b/src/fecmodem.h
@@ -39,6 +39,10 @@ class FECModem : public Modem {
public:
FECModem() : Modem() {};
+ /**
+ * Enable the modem. Resets the internal Hamming state and calls
+ * Modem::enable().
+ */
void enable(void);
/**