vex_sdk::gps

Function vexDeviceGpsInitialPositionSet

source
#[no_mangle]
pub unsafe extern "C" fn vexDeviceGpsInitialPositionSet(
    device: V5_DeviceT,
    initial_x: c_double,
    initial_y: c_double,
    initial_rotation: c_double,
)
Expand description

ยงSafety

Calls to jumptable functions are unsafe because jumptable functions are owned by VEXos and we cannot guarantee their safety.