Logo
Explore Help
Register Sign In
Team2890/allwpilib
4
0
Fork 0
You've already forked allwpilib
mirror of https://github.com/wpilibsuite/allwpilib synced 2026-06-25 01:41:43 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
3c8b31608cf2ee3fb790f3c19ca4c09b3d95f7a1
allwpilib/wpilibj/wpilibJavaJNI/swigTalon/CanTalonSRX.i

8 lines
104 B
OpenEdge ABL
Raw Normal View History

Added support for CAN Talon SRX in C++ and Java. Currently, the JNI bindings are generated by Swig and, unfortunately, the interface available through Java is lower-level than that for C++ (ie, direct access to the ctre code through the JNI bindings, rather than an interface on top of that), but it does work. See eclipse plugins for some short samples. There are a couple of short unit tests as placeholders. Still needs some cleaning up. Change-Id: Iae2f74693ca6b80bf7d5aca0625c66aa6e0b7f85 Added quick samples for C++/Java CAN Talon stuff. Change-Id: I3acb27d6fd5568d88931e0d678c09973d436735d
2014-11-17 16:02:41 -05:00
%module CanTalon
%{
#include "ctre/CanTalonSRX.h"
%}
%include "CtreCanNode.h"
%include "CanTalonSRX.h"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 48ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API