mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-04-18 10:38:16 +00:00
asc file reader and small log enhancements (#3)
This commit is contained in:
@@ -12,15 +12,15 @@ This file was generated by the DBC utility from:
|
||||
namespace Doors4ExampleFMU
|
||||
{
|
||||
// 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 dsDoor02LeftIsOpen = "CAN_Input_L2.Door02LeftIsOpen";
|
||||
static std::string dsDoor02LeftIsOpen = "CAN_Input_L2.Door02LeftIsOpen";
|
||||
static std::string dsDoor02RightIsOpen = "CAN_Input_R2.Door02RightIsOpen";
|
||||
static std::string dsLockDoor02Right = "CAN_Output.LockDoor02Right";
|
||||
static std::string dsLockDoor02Left = "CAN_Output.LockDoor02Left";
|
||||
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";
|
||||
static std::string dsLockDoor02Left = "CAN_Output.LockDoor02Left";
|
||||
static std::string dsLockDoor02Right = "CAN_Output.LockDoor02Right";
|
||||
|
||||
} // Doors4ExampleFMU
|
||||
|
||||
#endif // __DBC_GENERATED__SIGNALIDENTIFIER_H__20250906_145542_578__
|
||||
|
||||
Reference in New Issue
Block a user