Add missing C++ guards

This commit is contained in:
Kyle Schwarz
2020-08-18 16:01:51 -04:00
committed by Paul Hollinsky
parent 3e4b595fe4
commit b6692d3762
75 changed files with 299 additions and 5 deletions
@@ -1,6 +1,8 @@
#ifndef __FLEXRAYPACKET_H__
#define __FLEXRAYPACKET_H__
#ifdef __cplusplus
#include "icsneo/communication/message/flexray/flexraymessage.h"
#include "icsneo/api/eventmanager.h"
#include <cstdint>
@@ -63,4 +65,6 @@ struct HardwareFlexRayPacket {
}
#endif // __cplusplus
#endif