Class Encoder
Inheritance
System.Object
Encoder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Experior.Core.dll
Syntax
[TypeConverter(typeof(ObjectConverter))]
[Serializable]
public class Encoder
Properties
DataType
Declaration
public DataSize DataType { get; set; }
Property Value
DeltaTime
Declaration
[Browsable(false)]
public double DeltaTime { get; set; }
Property Value
Type |
Description |
System.Double |
|
Distance
Declaration
[Browsable(false)]
public double Distance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Enabled
Declaration
[PropertyOrder(0)]
[PropertyAttributesProvider("DynamicPropertyMotorType")]
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[Browsable(false)]
public Input InputReset { get; set; }
Property Value
Declaration
[Browsable(false)]
public Input InputStart { get; set; }
Property Value
Running
Declaration
[Browsable(false)]
public bool Running { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TotalDistance
Declaration
[Browsable(false)]
public double TotalDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Value
Declaration
[Browsable(false)]
public double Value { get; }
Property Value
Type |
Description |
System.Double |
|
Methods
Copy()
Declaration
Returns
Dispose()
Declaration
InitCommunication()
Declaration
public void InitCommunication()
Reset()
Declaration
Step()
Declaration
Step(Double, Single)
Declaration
public bool Step(double deltatime, float speed)
Parameters
Type |
Name |
Description |
System.Double |
deltatime |
|
System.Single |
speed |
|
Returns
Type |
Description |
System.Boolean |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Events
OnValueChanged
Declaration
public event Encoder.EncoderEvent OnValueChanged
Event Type