Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetValue ( ) : double | ||
MAVLinkParam ( string name, byte inputwire, MAV_PARAM_TYPE type, MAV_PARAM_TYPE typeap ) : System |
Used to set Ardupilot Params
|
|
MAVLinkParam ( string name, double value, MAV_PARAM_TYPE type ) : System |
used as a generic input to type the input data
|
|
SetValue ( double input ) : void | ||
ToString ( ) : string |
public MAVLinkParam ( string name, byte inputwire, MAV_PARAM_TYPE type, MAV_PARAM_TYPE typeap ) : System | ||
name | string | |
inputwire | byte | |
type | MAV_PARAM_TYPE | |
typeap | MAV_PARAM_TYPE | |
return | System |
public MAVLinkParam ( string name, double value, MAV_PARAM_TYPE type ) : System | ||
name | string | |
value | double | |
type | MAV_PARAM_TYPE | |
return | System |