Communication: Move NetID::Device to Type::CAN
NetID::Device is used as a "virtual" CAN network by the device. All messages on this network are packed identically to CAN messagespull/64/head
parent
85178368d7
commit
a01aa90740
|
|
@ -497,6 +497,7 @@ public:
|
||||||
case NetID::DWCAN14:
|
case NetID::DWCAN14:
|
||||||
case NetID::DWCAN15:
|
case NetID::DWCAN15:
|
||||||
case NetID::DWCAN16:
|
case NetID::DWCAN16:
|
||||||
|
case NetID::Device:
|
||||||
return Type::CAN;
|
return Type::CAN;
|
||||||
case NetID::LIN:
|
case NetID::LIN:
|
||||||
case NetID::LIN2:
|
case NetID::LIN2:
|
||||||
|
|
@ -520,7 +521,6 @@ public:
|
||||||
return Type::MOST;
|
return Type::MOST;
|
||||||
case NetID::RED:
|
case NetID::RED:
|
||||||
case NetID::RED_OLDFORMAT:
|
case NetID::RED_OLDFORMAT:
|
||||||
case NetID::Device:
|
|
||||||
case NetID::Reset_Status:
|
case NetID::Reset_Status:
|
||||||
case NetID::DeviceStatus:
|
case NetID::DeviceStatus:
|
||||||
case NetID::FlexRayControl:
|
case NetID::FlexRayControl:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue