Table of Contents

Class HeadingAttribute

Namespace
Typhon.Protocol
Assembly
Typhon.Protocol.dll

A component field that is a heading, sent when it turns past a tolerance (.Heading(comp, selector, bits, toleranceDeg, name)).

[AttributeUsage(AttributeTargets.Field, Inherited = false)]
public sealed class HeadingAttribute : Attribute
Inheritance
HeadingAttribute
Inherited Members

Constructors

HeadingAttribute()

public HeadingAttribute()

Properties

Bits

The angle's bits.

public int Bits { get; set; }

Property Value

int

Name

The wire name; the builder's default (the field's own) when unset.

public string Name { get; set; }

Property Value

string

ToleranceDeg

The turn below which nothing is sent, degrees.

public double ToleranceDeg { get; set; }

Property Value

double