gazebosim/gz-common

Provide `gzerr` and friends as aliases to `ignerr` in ign-common3 and ign-common4

Aperta

#560 aperta il 30 nov 2023

 (2 commenti) (0 reazioni) (1 assegnatario)C++ (59 fork)auto 404
enhancementhelp wanted

Metriche repository

Star
 (28 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Desired behavior

Code in Citadel and Fortress can use gzerr and friends instead of ignerr and friends so we have less things to change during forward ports.

Alternatives considered

Implementation suggestion

in Console.hh


#define gzerr ignerr
#define gzwarn ignwarn
#define gzmsg ignmsg
...

Guida contributor