diff options
Diffstat (limited to 'src/prop_info.h')
-rw-r--r-- | src/prop_info.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/prop_info.h b/src/prop_info.h index 3d6bb5c..dac63eb 100644 --- a/src/prop_info.h +++ b/src/prop_info.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 TOYOTA MOTOR CORPORATION + * Copyright (c) 2017-2019 TOYOTA MOTOR CORPORATION * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -52,6 +52,10 @@ union data_content_t { struct prop_info_t { const char * name; unsigned char var_type; + const char * can_id; + uint8_t bit_pos; + uint8_t bit_size; + uint8_t dlc; union data_content_t curValue; struct prop_info_t *next; |