| | |
| | | using System; |
| | | using Bro.Common.Base; |
| | | using Bro.Common.Helper; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | |
| | | |
| | | namespace Bro.Device.Gocator |
| | | { |
| | | class GocatorConfig |
| | | [Device("Gocator", "Gocator激光扫描仪", EnumHelper.DeviceAttributeType.InitialConfig)] |
| | | public class GocatorInitialConfig : CameraInitialConfigBase |
| | | { |
| | | } |
| | | |
| | | [Device("Gocator", "Gocator激光扫描仪", EnumHelper.DeviceAttributeType.OperationConfig)] |
| | | public class GocatorOperationConfig : CameraOprerationConfigBase |
| | | { |
| | | } |
| | | } |