C# Класс CSharpRoboticsLib.ControlSystems.SetPointProfile

A custom profile for a control system. Can be used for any measurable quantity (speed, displacement, time, etc.)
Наследование: IMotionController
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( double point, double value ) : void

Adds a setpoint to the path

Get ( double currentPoint ) : double

Get the value of the path at the current point

SetPointProfile ( ) : System

Constructs a new, empty SetPointProfile

Приватные методы

Метод Описание
NearestGreater ( double currentPoint ) : Setpoint
NearestLess ( double currentPoint ) : Setpoint

Описание методов

Add() публичный Метод

Adds a setpoint to the path
public Add ( double point, double value ) : void
point double location of the setpoint
value double value of the setpoint
Результат void

Get() публичный Метод

Get the value of the path at the current point
public Get ( double currentPoint ) : double
currentPoint double point along the profile to measure
Результат double

SetPointProfile() публичный Метод

Constructs a new, empty SetPointProfile
public SetPointProfile ( ) : System
Результат System