View Single Post
  #4   Spotlight this post!  
Unread 05-02-2015, 17:28
baumgartensam's Avatar
baumgartensam baumgartensam is offline
Registered User
AKA: Sam Baumgarten
FRC #0751 (Barn2Robotics)
Team Role: Alumni
 
Join Date: Apr 2014
Rookie Year: 2013
Location: United States
Posts: 42
baumgartensam will become famous soon enough
Re: What do the Swigtype classes do in the WPI, I have looked at the documentation

I just dove into the source and the header for all the files named SWIGTYPE_* is:
Code:
/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 2.0.11
 *
 * Do not make changes to this file unless you know what you are doing--modify
 * the SWIG interface file instead.
 * ----------------------------------------------------------------------------- */
Not sure what they are for but they are definitely associated with http://www.swig.org. The uses also seem very strange. Brad Miller will probably have a better explanation

UPDATE:
"SWIG is an interface compiler that connects programs written in C and C++ with scripting languages such as Perl, Python, Ruby, and Tcl." Maybe it has to do with the cross-compilation of wpilib?????

Last edited by baumgartensam : 05-02-2015 at 17:31.