Ignition Msgs

API Reference

8.1.0
Export.hh File Reference
#include "ignition/msgs/detail/Export.hh"

Go to the source code of this file.

Macros

#define IGN_DEPRECATED(version)   IGN_DEPRECATED_ALL_VERSIONS
 
#define IGNITION_MSGS_HIDDEN   DETAIL_IGNITION_MSGS_HIDDEN
 

Macro Definition Documentation

◆ IGN_DEPRECATED

#define IGN_DEPRECATED (   version)    IGN_DEPRECATED_ALL_VERSIONS

For ignition-msgs8 developers: Use this macro to indicate that a function or class has been deprecated and should no longer be used. A version should be specified to provide context to the user about when the function became deprecated.

◆ IGNITION_MSGS_HIDDEN

#define IGNITION_MSGS_HIDDEN   DETAIL_IGNITION_MSGS_HIDDEN

For ignition-msgs8 developers: Apply this macro to ignition-msgs8 functions and classes which must not be used by consumers of this library. By default, this property is applied to all classes and functions which are not tagged with , so this does not generally need to be used.