From 217690559c27646c7e412aaeacfa2064a9e7e6e4 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 3 Mar 2017 15:12:17 +0100 Subject: change all genericName to generic_name. Now all objects use the same variable name Change-Id: I8a232bc8fd7e580bd8088e6b2ae7a90666ef9c62 Signed-off-by: Romain Forlot --- src/can-command.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/can-command.hpp') diff --git a/src/can-command.hpp b/src/can-command.hpp index ee9ea37..62b56c1 100644 --- a/src/can-command.hpp +++ b/src/can-command.hpp @@ -49,7 +49,7 @@ typedef void (*CommandHandler)(const char* name, openxc_DynamicField* value, * or signals from a signal OpenXC message. */ typedef struct { - const char* genericName; /*!< genericName - The name of the command.*/ + const char* generic_name; /*!< generic_name - The name of the command.*/ CommandHandler handler; /*!< handler - An function to process the received command's data and perform some * action.*/ } CanCommand; -- cgit 1.2.3-korg