コード例 #1
0
        /// <summary>
        /// Initializes a new instance of the <c>LineFollowingSensor</c> class, attaching
        /// it to the specified <c>Element</c> instance.
        /// </summary>
        /// <param name="s"></param>
        public LineFollowingSensor(Element s)
            : this()
		{
			this.Element = s;
		}
コード例 #2
0
ファイル: Potentiometer.cs プロジェクト: slgrobotics/Win10Bot
		/// <summary>
        /// Initializes a new instance of the <c>Element</c> class, attaching
        /// it to the specified Element instance.
		/// </summary>
        public Potentiometer(Element element)
		{
			this.Element = element;
		}
コード例 #3
0
ファイル: Ping.cs プロジェクト: slgrobotics/Win10Bot
		/// <summary>
		/// Initializes a new instance of the <c>Ping</c> class, attaching
        /// it to the specified <c>Element</c> instance.
		/// </summary>
		public Ping(Element element)
		{
			this.Element = element;
		}
コード例 #4
0
ファイル: SharpGP2D12.cs プロジェクト: slgrobotics/Win10Bot
		/// <summary>
        /// Initializes a new instance of the <c>Element</c> class, attaching
        /// it to the specified Element instance.
		/// </summary>
		public SharpGP2D12(Element element)
		{
			this.Element = element;
		}
コード例 #5
0
ファイル: TPA81.cs プロジェクト: slgrobotics/Win10Bot
		/// <summary>
		/// Initializes a new instance of the <c>TPA81</c> class, attaching
        /// it to the specified <c>Element</c> instance.
		/// </summary>
		public TPA81(Element element) : this()
		{
			this.Element = element;
		}
コード例 #6
0
ファイル: SRF08.cs プロジェクト: slgrobotics/Win10Bot
		/// <summary>
		/// Initializes a new instance of the <c>SRF08</c> class, attaching
        /// it to the specified <c>Element</c> instance.
		/// </summary>
		public SRF08(Element element)
		{
			this.Element = element;
		}
コード例 #7
0
ファイル: SRF10.cs プロジェクト: slgrobotics/Win10Bot
		/// <summary>
		/// Initializes a new instance of the <c>SRF10</c> class, attaching
        /// it to the specified <c>Element</c> instance.
		/// </summary>
		public SRF10(Element element)
		{
			this.Element = element;
		}
コード例 #8
0
ファイル: WheelEncoder.cs プロジェクト: slgrobotics/Win10Bot
		/// <summary>
		/// Initializes a new instance of the <c>WheelEncoder</c> class, attaching
        /// it to the specified <c>Element</c> instance.
		/// </summary>
		public WheelEncoder(Element element)
		{
			this.Element = element;
		}
コード例 #9
0
ファイル: MaxSonarEZ1.cs プロジェクト: slgrobotics/Win10Bot
		/// <summary>
		/// Initializes a new instance of the <c>MaxSonarEZ1</c> class, attaching
        /// it to the specified <c>Element</c> instance.
		/// </summary>
		public MaxSonarEZ1(Element element)
		{
			this.Element = element;
		}
コード例 #10
0
ファイル: SonarSRF04.cs プロジェクト: slgrobotics/Win10Bot
		/// <summary>
		/// Initializes a new instance of the <c>SRF04</c> class, attaching
        /// it to the specified <c>Element</c> instance.
		/// </summary>
		public SonarSRF04(Element element)
		{
			this.Element = element;
		}