Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
12
pkg/dbc/state/car_state.go
Normal file
12
pkg/dbc/state/car_state.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package state
|
||||
|
||||
type CANMessage struct {
|
||||
CANID int
|
||||
Length int
|
||||
Signals []CANSignal
|
||||
}
|
||||
|
||||
type CANSignal struct {
|
||||
Name string
|
||||
Position int
|
||||
}
|
||||
Reference in New Issue
Block a user