summaryrefslogtreecommitdiff
path: root/wrapper
Commit message (Expand)AuthorAgeFilesLines
* Add delay on button enable after writing to driverJacob Palecki2020-09-081-0/+2
* add 1s write delay to drivera1xd2020-09-012-6/+0
* add independent xy accel to drivera1xd2020-08-316-158/+99
* clean up wrapper, minimize heap alloca1xd2020-08-245-96/+27
* Fix rotation getterJacob Palecki2020-08-221-1/+1
* Saving and loading fully worksJacob Palecki2020-08-222-6/+10
* Serialization mostly workingJacob Palecki2020-08-201-0/+3
* Display active valuesJacob Palecki2020-08-202-13/+30
* Fix initial points, add poll time constantJacob Palecki2020-08-132-0/+14
* Disallow differing x and y weights with gain capJacob Palecki2020-08-111-1/+1
* Merge branch 'master' into GainCapJacob Palecki2020-08-111-3/+0
|\
| * define exceptions for invalid arg & io errorsa1xd2020-08-111-3/+0
* | Add velocity gain optionJacob Palecki2020-08-042-2/+5
|/
* Read from driver to get graph valuesJacob Palecki2020-08-032-1/+5
* Start work on reading from driverJacob Palecki2020-08-037-21/+37
* move write function into common io headera1xd2020-07-315-11/+11
* Show no settings for off, remove unused class for PRJacob Palecki2020-07-312-14/+18
|\
| * update grapher/wrapper for st-refactora1xd2020-07-312-11/+12
* | Fix small bugs, add AccelOptions classJacob Palecki2020-07-302-0/+3
* | Take all variables through GUIJacob Palecki2020-07-292-4/+33
* | Compiles but may fileJacob Palecki2020-07-296-5/+53
|/
* Use modifier object in wrapperJacob Palecki2020-07-292-17/+17
* add per-class args structsJacob Palecki2020-07-281-5/+5
* Get rid of enum and use types\tags directlyJacob Palecki2020-07-281-2/+2
* Rename acceleration constants, argumentsJacob Palecki2020-07-281-1/+1
* More comments and light refactoringJacob Palecki2020-07-282-2/+2
* Remove extra mode from variablesJacob Palecki2020-07-281-1/+1
* Further refactoring and commentsJacob Palecki2020-07-281-1/+1
* skeletonJacob Palecki2020-07-272-2/+2
* Add a basic windows forms grapherJacob Palecki2020-07-242-4/+9
* Added simple c++/cli wrapperJacob Palecki2020-07-234-0/+214