gazebosim/gz-common

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

开放

#560 创建于 2023年11月30日

 (2 条评论) (0 个反应) (1 位负责人)C++ (59 个派生)auto 404
enhancementhelp wanted

仓库指标

星标
 (28 个星标)
PR 合并指标
 (平均合并 9天 6小时) (30 天内合并 30 个 PR)

描述

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
...

贡献者指南