summaryrefslogtreecommitdiffstats
path: root/src/can-command.hpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-03-03 15:12:17 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-03-03 15:12:17 +0100
commit217690559c27646c7e412aaeacfa2064a9e7e6e4 (patch)
tree9eb275e2442a542940e4b73218916369699db626 /src/can-command.hpp
parent2e8e455644720437d32b0377a7a1697d96655727 (diff)
change all genericName to generic_name. Now all
objects use the same variable name Change-Id: I8a232bc8fd7e580bd8088e6b2ae7a90666ef9c62 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can-command.hpp')
-rw-r--r--src/can-command.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/can-command.hpp b/src/can-command.hpp
index ee9ea375..62b56c1e 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;