// set the X coordinate of the PRP api.setWidgetParameter(appliId, layerId, MapHorzId, ARINC661.A661_PRP_SCREEN_X, prpScreenXPosition); // set the Y coordinate of the PRP api.setWidgetParameter(appliId, layerId, MapHorzId, ARINC661.A661_PRP_SCREEN_Y, prpScreenYPosition);
// set the latitude of the PRP api.setWidgetParameter(appliId, layerId, MapHorzId, ARINC661.A661_PRP_X, prpLatitude); // set the longitude of the PRP api.setWidgetParameter(appliId, layerId, MapHorzId, ARINC661.A661_PRP_Y, prpLongitude);
// set the range in Nautical Miles api.setWidgetParameter(appliId, layerId, MapHorzId, ARINC661.A661_RANGE, rangeNM); // set the range in Screen coordinates api.setWidgetParameter(appliId, layerId, MapHorzId, ARINC661.A661_SCREEN_RANGE, rangeScreen);
api.setWidgetParameter(appliId, layerId, MapHorzId, ARINC661.A661_ORIENTATION, orientation);
Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence