class TrajectoryInfo

June 4, 2021 ยท View on GitHub

Member values

Member nameData typeDescription
trajectory_info_typeuint32Trajectory information type
waypoint_indexuint32Waypoint index (if applicable)
joint_indexuint32Joint index (if applicable)

Member functions

Function nameReturn typeInput typeDescription
trajectory_info_type() constuint32voidReturns the current value of trajectory_info_type. If the trajectory_info_type is not set, returns 0.
set_trajectory_info_type()voiduint32Sets the value of trajectory_info_type. After calling this, trajectory_info_type() will return value.
clear_trajectory_info_type()voidvoidClears the value of trajectory_info_type. After calling this, trajectory_info_type() will return the empty string/empty bytes.
waypoint_index()uint32voidReturns the current value of waypoint_index. If the waypoint_index is not set, returns 0.
set_waypoint_index()voiduint32Sets the value of waypoint_index. After calling this, waypoint_index() will return value.
clear_waypoint_index()voidvoidClears the value of waypoint_index. After calling this, waypoint_index() will return 0.
joint_index()uint32voidReturns the current value of joint_index. If the joint_index is not set, returns 0.
set_joint_index()voiduint32Sets the value of joint_index. After calling this, joint_index() will return value.
clear_joint_index()voidvoidClears the value of joint_index. After calling this, joint_index() will return 0.

Parent topic: Base (C++)