mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-12-16 16:48:04 +00:00
Change include guard prefix to STA_CORE
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
/**
|
||||
* @brief Implementation of template class CanController<T>.
|
||||
*/
|
||||
#ifndef STA_CAN_SUBSCRIBABLE_TPP
|
||||
#define STA_CAN_SUBSCRIBABLE_TPP
|
||||
#ifndef STA_CORE_CAN_SUBSCRIBABLE_TPP
|
||||
#define STA_CORE_CAN_SUBSCRIBABLE_TPP
|
||||
|
||||
#ifndef STA_CAN_SUBSCRIBABLE_HPP
|
||||
#error "Direct use of internal header. Use <sta/intf/can/subscribable.hpp> instead"
|
||||
#endif // !STA_CAN_SUBSCRIBABLE_HPP
|
||||
#ifndef STA_CORE_CAN_SUBSCRIBABLE_HPP
|
||||
#error "Direct use of internal header. Use <sta/can/subscribable.hpp> instead"
|
||||
#endif // !STA_CORE_CAN_SUBSCRIBABLE_HPP
|
||||
|
||||
#ifndef STA_STDLIB_DISABLE
|
||||
# include <algorithm> // fill_n
|
||||
@@ -117,4 +117,4 @@ namespace sta
|
||||
} // namespace sta
|
||||
|
||||
|
||||
#endif // STA_CAN_SUBSCRIBABLE_TPP
|
||||
#endif // STA_CORE_CAN_SUBSCRIBABLE_TPP
|
||||
|
||||
Reference in New Issue
Block a user