ifw-core 7.0.0
 
Loading...
Searching...
No Matches
deprecated.hpp
Go to the documentation of this file.
1
18
19#ifndef CORE_PROTOCOL_OPEN62541_DEPRECATED_HPP
20#define CORE_PROTOCOL_OPEN62541_DEPRECATED_HPP
21
22// Compile-time notice only; does NOT affect build success or warning counts
23// (so it is safe under -Werror). See the file comment above for the rationale.
24#pragma message("ifw-core/protocol is deprecated; migrate to uatools (ualib). " \
25 "The protocol/base and protocol/open62541 libraries are kept " \
26 "for compatibility only and will be removed in a future release.")
27
28#endif // CORE_PROTOCOL_OPEN62541_DEPRECATED_HPP