summaryrefslogtreecommitdiff
path: root/src/gateway/dlt_gateway.h
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2019-07-08 16:25:05 +0900
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2019-07-19 14:46:29 +0900
commit0d3cd872a6ab5a14cfb66bb7faa5a6d83ad3c5ea (patch)
treec766a223d631df369d8939c4ec1d38fa1a1b3e67 /src/gateway/dlt_gateway.h
parent868d212f5de18d084f5bcb88154ee7bad77ca71b (diff)
downloadDLT-daemon-0d3cd872a6ab5a14cfb66bb7faa5a6d83ad3c5ea.tar.gz
doxygen: Get rid of warnings
Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
Diffstat (limited to 'src/gateway/dlt_gateway.h')
-rw-r--r--src/gateway/dlt_gateway.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/gateway/dlt_gateway.h b/src/gateway/dlt_gateway.h
index 553b9b1..8c0e39a 100644
--- a/src/gateway/dlt_gateway.h
+++ b/src/gateway/dlt_gateway.h
@@ -123,7 +123,8 @@ int dlt_gateway_process_passive_node_messages(DltDaemon *daemon,
* Process gateway timer
*
* @param daemon DltDaemon
- * @param daemon_loocal DltDaemonLocal
+ * @param daemon_local DltDaemonLocal
+ * @param rec DltReceiver
* @param verbose verbose flag
* @return 0 on success, -1 otherwise
*/
@@ -152,8 +153,10 @@ int dlt_gateway_forward_control_message(DltGateway *g,
* Process on demand connect/disconnect of passive nodes
*
* @param g DltGateway
+ * @param daemon_local DltDaemonLocal
* @param node_id Passive Node identifier
* @param connection_status Connection status
+ * @param verbose verbose flag
* @return 0 on success, -1 otherwise
*/
int dlt_gateway_process_on_demand_request(DltGateway *g,
@@ -167,7 +170,7 @@ int dlt_gateway_process_on_demand_request(DltGateway *g,
*
* @param con DltGatewayConnection
* @param control_msg DltPassiveControlMessage
- * @param msg DltMessage
+ * @param data DltMessage
* @param verbose verbose flag
* @return 0 on success, -1 otherwise
*/