mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-04-16 01:58:15 +00:00
asc file reader and small log enhancements (#3)
This commit is contained in:
@@ -12,10 +12,10 @@ This file was generated by the DBC utility from:
|
||||
namespace Doors2ExampleFMU
|
||||
{
|
||||
// Data Dispatch Service signal names to dbc variable names C-type RX/TX vss name space
|
||||
static std::string dsDoor01LeftIsOpen = "CAN_Input_L1.Door01LeftIsOpen";
|
||||
static std::string dsDoor01LeftIsOpen = "CAN_Input_L1.Door01LeftIsOpen";
|
||||
static std::string dsDoor01RightIsOpen = "CAN_Input_R1.Door01RightIsOpen";
|
||||
static std::string dsLockDoor01Right = "CAN_Output.LockDoor01Right";
|
||||
static std::string dsLockDoor01Left = "CAN_Output.LockDoor01Left";
|
||||
static std::string dsLockDoor01Left = "CAN_Output.LockDoor01Left";
|
||||
static std::string dsLockDoor01Right = "CAN_Output.LockDoor01Right";
|
||||
|
||||
} // Doors2ExampleFMU
|
||||
|
||||
|
||||
Reference in New Issue
Block a user