Ejemplo n.º 1
0
        /// <summary>
        /// Course and speed information relative to the ground
        /// </summary>
        public virtual DsspResponsePort <DefaultUpdateResponseType> GpVtgNotification()
        {
            GpVtg             body = new GpVtg();
            GpVtgNotification op   = new GpVtgNotification(body);

            this.Post(op);
            return(op.ResponsePort);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Default Constructor
 /// </summary>
 /// <param name="data"></param>
 public GpVtgNotification(GpVtg data)
 {
     this.Body = data;
 }