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
+4
View File
@@ -1,6 +1,8 @@
#ifndef __FTDI_POSIX_H_
#define __FTDI_POSIX_H_
#ifdef __cplusplus
#include <vector>
#include <memory>
#include <string>
@@ -61,4 +63,6 @@ private:
}
#endif // __cplusplus
#endif
+4
View File
@@ -1,6 +1,8 @@
#ifndef __PCAP_POSIX_H_
#define __PCAP_POSIX_H_
#ifdef __cplusplus
#include "icsneo/device/neodevice.h"
#include "icsneo/communication/driver.h"
#include "icsneo/api/eventmanager.h"
@@ -70,4 +72,6 @@ private:
}
#endif // __cplusplus
#endif
+4
View File
@@ -1,6 +1,8 @@
#ifndef __STM32_POSIX_H_
#define __STM32_POSIX_H_
#ifdef __cplusplus
#include "icsneo/communication/driver.h"
#include "icsneo/device/neodevice.h"
#include "icsneo/api/eventmanager.h"
@@ -40,4 +42,6 @@ private:
}
#endif // __cplusplus
#endif