comment typos corrected
This commit is contained in:
+10
-10
@@ -30,16 +30,16 @@ using namespace std;
|
||||
|
||||
/** @brief possible client commands */
|
||||
enum CommandType {
|
||||
ct_read, /*!< read ebus values */
|
||||
ct_write, /*!< write ebus values */
|
||||
ct_find, /*!< find values */
|
||||
ct_scan, /*!< scan ebus */
|
||||
ct_log, /*!< logger settings */
|
||||
ct_raw, /*!< toggle log raw data */
|
||||
ct_dump, /*!< toggle dump state */
|
||||
ct_reload, /*!< reload ebus configuration */
|
||||
ct_help, /*!< print commands */
|
||||
ct_invalid /*!< invalid */
|
||||
ct_read, //!< read ebus values
|
||||
ct_write, //!< write ebus values
|
||||
ct_find, //!< find values
|
||||
ct_scan, //!< scan ebus
|
||||
ct_log, //!< logger settings
|
||||
ct_raw, //!< toggle log raw data
|
||||
ct_dump, //!< toggle dump state
|
||||
ct_reload, //!< reload ebus configuration
|
||||
ct_help, //!< print commands
|
||||
ct_invalid //!< invalid
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
+1
-1
@@ -163,7 +163,7 @@ private:
|
||||
/** notification object for shutdown procedure */
|
||||
Notify m_notify;
|
||||
|
||||
/** id of current connection*/
|
||||
/** id of current connection */
|
||||
int m_id;
|
||||
|
||||
/** sumary for opened connections */
|
||||
|
||||
Reference in New Issue
Block a user