Define OUSTER_DEPRECATED_TYPE
Defined in File deprecation.h
Define Documentation
-
OUSTER_DEPRECATED_TYPE(old_symbol, new_symbol, deprecation_version)
/** \
* @deprecated This symbol is deprecated, please \
* check compiler warnings for replacement \
*/ \
OUSTER_DEPRECATED_MSG(new_symbol, deprecation_version) \
typedef new_symbol old_symbol;