diff options
Diffstat (limited to 'examples/hvac')
-rw-r--r-- | examples/hvac/application-generated.cpp | 10 | ||||
-rw-r--r-- | examples/hvac/signals.json | 3 |
2 files changed, 8 insertions, 5 deletions
diff --git a/examples/hvac/application-generated.cpp b/examples/hvac/application-generated.cpp index de8f2240..a716654e 100644 --- a/examples/hvac/application-generated.cpp +++ b/examples/hvac/application-generated.cpp @@ -7,14 +7,14 @@ application_t::application_t() , message_set_{ {std::make_shared<message_set_t>(message_set_t{0,"example", { // beginning message_definition_ vector - {std::make_shared<message_definition_t>(message_definition_t{"ls",0x30,0,0,message_format_t::STANDARD,frequency_clock_t(5.00000f),true, + {std::make_shared<message_definition_t>(message_definition_t{"ls",0x30,"",0,false,message_format_t::STANDARD,frequency_clock_t(5.00000f),true, { // beginning signals vector {std::make_shared<signal_t> (signal_t{ "hvac.fan.speed",// generic_name 32,// bit_position 8,// bit_size 23.5294f,// factor - 0.00000,// offset + 0.00000f,// offset 0,// min_value 0,// max_value frequency_clock_t(0.00000f),// frequency @@ -36,7 +36,7 @@ application_t::application_t() 0,// bit_position 8,// bit_size 1.00000f,// factor - 0.00000,// offset + 0.00000f,// offset 0,// min_value 0,// max_value frequency_clock_t(0.00000f),// frequency @@ -58,7 +58,7 @@ application_t::application_t() 8,// bit_position 8,// bit_size 1.00000f,// factor - 0.00000,// offset + 0.00000f,// offset 0,// min_value 0,// max_value frequency_clock_t(0.00000f),// frequency @@ -80,7 +80,7 @@ application_t::application_t() 16,// bit_position 8,// bit_size 1.00000f,// factor - 0.00000,// offset + 0.00000f,// offset 0,// min_value 0,// max_value frequency_clock_t(0.00000f),// frequency diff --git a/examples/hvac/signals.json b/examples/hvac/signals.json index 81ad64b8..dbe4cf7d 100644 --- a/examples/hvac/signals.json +++ b/examples/hvac/signals.json @@ -7,6 +7,9 @@ "messages": { "0x30": { "bus": "ls", + "is_fd" : false, + "is_extended": false, + "is_j1939" : false, "signals": { "LeftTemperature": { "generic_name": "hvac.temperature.left", |