Autoware.Auto
autoware_auto_msgs::msg Namespace Reference

Functions

MOTION_COMMON_PUBLIC Complex32 operator+ (Complex32 a, Complex32 b) noexcept
 Addition operator. More...
 
MOTION_COMMON_PUBLIC Complex32 operator- (Complex32 a) noexcept
 Unary minus. More...
 
MOTION_COMMON_PUBLIC Complex32 operator- (Complex32 a, Complex32 b) noexcept
 Difference operator. More...
 

Function Documentation

◆ operator+()

Complex32 autoware_auto_msgs::msg::operator+ ( Complex32  a,
Complex32  b 
)
noexcept

Addition operator.

◆ operator-() [1/2]

Complex32 autoware_auto_msgs::msg::operator- ( Complex32  a)
noexcept

Unary minus.

◆ operator-() [2/2]

Complex32 autoware_auto_msgs::msg::operator- ( Complex32  a,
Complex32  b 
)
noexcept

Difference operator.