Esempio n. 1
0
 public Interop_Callback_Struct(Interoperability.Interop_Action _action, Mavlink_Command _mav_command)
 {
     action      = _action;
     mav_command = _mav_command;
 }
Esempio n. 2
0
 public Interop_Callback_Struct(Interoperability.Interop_Action _action, MAVLink.mavlink_set_position_target_local_ned_t _mav_position)
 {
     action       = _action;
     mav_position = _mav_position;
 }
Esempio n. 3
0
 public Interop_Callback_Struct(Interoperability.Interop_Action _action)
 {
     action = _action;
 }