Exemplo n.º 1
0
        public bool CtlLoadCorrectionFile(CorrectionTableIndex tableIndex, string ctbFileName)
        {
            if (this.CtlGetStatus(RtcStatus.Busy))
            {
                return(false);
            }
            this.ctbFileName[(uint)tableIndex] = ctbFileName;
            uint error = RTC5Wrap.n_load_correction_file(this.Index + 1,
                                                         ctbFileName, Convert.ToUInt32(tableIndex), 2);

            return(true);
        }