Properly decode incoming FlexRayPackets

This commit is contained in:
Paul Hollinsky
2019-11-18 06:09:25 +01:00
parent 31062dd928
commit 4821a957dd
4 changed files with 74 additions and 62 deletions
@@ -196,7 +196,7 @@ private:
bool configDirty = false;
Cluster::Configuration clusterConfig;
Controller::Configuration controllerConfig;
std::vector<MessageBuffer> messageBuffers;
std::vector<std::shared_ptr<MessageBuffer>> messageBuffers;
};
} // namespace FlexRay
+1 -2
View File
@@ -51,8 +51,7 @@ protected:
Network::NetID::LIN3,
Network::NetID::LIN4,
Network::NetID::FlexRay,
Network::NetID::FlexRay2
Network::NetID::FlexRay
};
return supportedNetworks;
}