class CartesianReferenceFrameInfo

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
reference_frameuint32Reference frame

Member functions

Function nameReturn typeInput typeDescription
reference_frame() constuint32voidReturns the current value of reference_frame. If the reference_frame is not set, returns 0.
set_reference_frame()voiduint32Sets the value of reference_frame. After calling this, reference_frame() will return value.
clear_reference_frame()voidvoidClears the value of reference_frame. After calling this, reference_frame() will return the empty string/empty bytes.

Parent topic: ControlConfig (C++)