Exemplo n.º 1
0
        public DroneController()
        {
            DoubleToInt64Converter = new DoubleToInt64Converter();
            WorkerFactory          = new WorkerFactory();
            DateTimeFactory        = new DateTimeFactory();
            TimerFactory           = new TimerFactory
            {
                TimerCallback = DoWork,
                Period        = OptimalDelayBetweenCommandsInMilliseconds
            };

            ResetSettings();
        }
 public void InitializeTests()
 {
     _target = new DoubleToInt64Converter();
 }