Delete obsolete files
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<classpath>
|
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
||||||
<classpathentry exported="true" kind="con" path="org.springsource.ide.eclipse.gradle.classpathcontainer"/>
|
|
||||||
<classpathentry kind="output" path="bin"/>
|
|
||||||
</classpath>
|
|
||||||
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1 +1,9 @@
|
|||||||
/build/
|
build
|
||||||
|
bin
|
||||||
|
.gradle
|
||||||
|
.settings
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.maven
|
||||||
|
/.gradle
|
||||||
|
/.classpath
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
#Mon Nov 24 22:53:03 GMT 2014
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<classpath>
|
|
||||||
<classpathentry kind="src" path="src"/>
|
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
||||||
<classpathentry kind="output" path="bin"/>
|
|
||||||
</classpath>
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<projectDescription>
|
|
||||||
<name>WiiUseJava</name>
|
|
||||||
<comment></comment>
|
|
||||||
<projects>
|
|
||||||
</projects>
|
|
||||||
<buildSpec>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
</buildSpec>
|
|
||||||
<natures>
|
|
||||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
|
||||||
</natures>
|
|
||||||
</projectDescription>
|
|
||||||
File diff suppressed because one or more lines are too long
@@ -1,64 +0,0 @@
|
|||||||
/**
|
|
||||||
* This file is part of WiiuseJ.
|
|
||||||
*
|
|
||||||
* WiiuseJ is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* WiiuseJ is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with WiiuseJ. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
WiiuseJ is a java API to use wiimotes on your computer. This API is built on top of an excellent API call Wiiuse using JNI.
|
|
||||||
|
|
||||||
WiiuseJ intent to be a very simple, easy to use and lightweight java API for wiimotes.
|
|
||||||
|
|
||||||
Some of the great aspects of this API are :
|
|
||||||
|
|
||||||
* The compatibility which is as large as Wiiuse's API compatibility
|
|
||||||
|
|
||||||
* Cross-platform : Windows and linux (like Wiiuse)
|
|
||||||
|
|
||||||
* Easy to use
|
|
||||||
|
|
||||||
|
|
||||||
WiiuseJ is made by Guilhem Duch<63> : guiguito1@hotmail.com.
|
|
||||||
You can contact me if you need more information.
|
|
||||||
|
|
||||||
Go to : http://wiiusej.googlecode.com/ for further documentations.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CHANGELOG :
|
|
||||||
|
|
||||||
wiiusej 0.12b :
|
|
||||||
- make wiiusej compatible with java 1.5.
|
|
||||||
- fixed a bug that made Null pointer exception happen when disconnecting several wiimotes.
|
|
||||||
|
|
||||||
wiiusej 0.12a :
|
|
||||||
- added guitar hero controller support.
|
|
||||||
- added classic controller support.
|
|
||||||
|
|
||||||
wiiusej 0.12 :
|
|
||||||
- added nunchuk support.
|
|
||||||
- all new stuffs from wiiuse 0.12.
|
|
||||||
- added timeout method.
|
|
||||||
- added IR sensitivity.
|
|
||||||
- updated to be able to reconnect wiimotes.
|
|
||||||
- new architecture behind the scene.
|
|
||||||
- cleaning of the project.
|
|
||||||
|
|
||||||
wiiusej 0.11 :
|
|
||||||
- updated with new stuffs from wiiuse 0.11.
|
|
||||||
- Linux version.
|
|
||||||
- selectionnable rumble on wiimotes connection.
|
|
||||||
|
|
||||||
wiiusej 0.1 :
|
|
||||||
- first version on wiiuse 0.1.
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,338 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<?fileVersion 4.0.0?>
|
|
||||||
|
|
||||||
<cproject>
|
|
||||||
<storageModule moduleId="org.eclipse.cdt.core.settings">
|
|
||||||
<cconfiguration id="cdt.managedbuild.config.gnu.mingw.so.debug.1407578899">
|
|
||||||
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="cdt.managedbuild.config.gnu.mingw.so.debug.1407578899" moduleId="org.eclipse.cdt.core.settings" name="Debug">
|
|
||||||
<externalSettings>
|
|
||||||
<externalSetting>
|
|
||||||
<entry flags="VALUE_WORKSPACE_PATH" kind="includePath" name="/WiiUseJavaC"/>
|
|
||||||
<entry flags="VALUE_WORKSPACE_PATH" kind="libraryPath" name="Debug"/>
|
|
||||||
</externalSetting>
|
|
||||||
</externalSettings>
|
|
||||||
<extensions>
|
|
||||||
<extension id="org.eclipse.cdt.core.PE" point="org.eclipse.cdt.core.BinaryParser"/>
|
|
||||||
<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
|
||||||
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
|
||||||
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
|
||||||
</extensions>
|
|
||||||
</storageModule>
|
|
||||||
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
|
||||||
<configuration artifactExtension="dll" artifactName="WiiUseJ" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.sharedLib" buildProperties="org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug,org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.sharedLib" cleanCommand="rm -rf" description="" id="cdt.managedbuild.config.gnu.mingw.so.debug.1407578899" name="Debug" parent="cdt.managedbuild.config.gnu.mingw.so.debug" postannouncebuildStep="" postbuildStep="" preannouncebuildStep="" prebuildStep="">
|
|
||||||
<folderInfo id="cdt.managedbuild.config.gnu.mingw.so.debug.1407578899." name="/" resourcePath="">
|
|
||||||
<toolChain id="cdt.managedbuild.toolchain.gnu.mingw.so.debug.639519980" name="MinGW GCC" superClass="cdt.managedbuild.toolchain.gnu.mingw.so.debug">
|
|
||||||
<targetPlatform id="cdt.managedbuild.target.gnu.platform.mingw.so.debug.2023348116" name="Debug Platform" superClass="cdt.managedbuild.target.gnu.platform.mingw.so.debug"/>
|
|
||||||
<builder buildPath="${workspace_loc:/WiiUseJavaC/Debug}" id="cdt.managedbuild.tool.gnu.builder.mingw.base.966254532" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="CDT Internal Builder" superClass="cdt.managedbuild.tool.gnu.builder.mingw.base"/>
|
|
||||||
<tool id="cdt.managedbuild.tool.gnu.assembler.mingw.so.debug.331257125" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.mingw.so.debug">
|
|
||||||
<inputType id="cdt.managedbuild.tool.gnu.assembler.input.267124359" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
|
|
||||||
</tool>
|
|
||||||
<tool id="cdt.managedbuild.tool.gnu.archiver.mingw.base.1666952590" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.mingw.base"/>
|
|
||||||
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.mingw.so.debug.2043576290" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.mingw.so.debug">
|
|
||||||
<option id="gnu.cpp.compiler.mingw.so.debug.option.optimization.level.669116307" name="Optimization Level" superClass="gnu.cpp.compiler.mingw.so.debug.option.optimization.level" value="gnu.cpp.compiler.optimization.level.none" valueType="enumerated"/>
|
|
||||||
<option id="gnu.cpp.compiler.mingw.so.debug.option.debugging.level.392854088" name="Debug Level" superClass="gnu.cpp.compiler.mingw.so.debug.option.debugging.level" value="gnu.cpp.compiler.debugging.level.max" valueType="enumerated"/>
|
|
||||||
</tool>
|
|
||||||
<tool id="cdt.managedbuild.tool.gnu.c.compiler.mingw.so.debug.294368114" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.mingw.so.debug">
|
|
||||||
<option defaultValue="gnu.c.optimization.level.none" id="gnu.c.compiler.mingw.so.debug.option.optimization.level.251496456" name="Optimization Level" superClass="gnu.c.compiler.mingw.so.debug.option.optimization.level" value="gnu.c.optimization.level.most" valueType="enumerated"/>
|
|
||||||
<option id="gnu.c.compiler.mingw.so.debug.option.debugging.level.205159879" name="Debug Level" superClass="gnu.c.compiler.mingw.so.debug.option.debugging.level" value="gnu.c.debugging.level.none" valueType="enumerated"/>
|
|
||||||
<option id="gnu.c.compiler.option.include.paths.172563153" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" valueType="includePath">
|
|
||||||
<listOptionValue builtIn="false" value=""D:\programmation\win\WINDDK\inc\ddk\wdm\wxp""/>
|
|
||||||
<listOptionValue builtIn="false" value=""C:\Program Files\Java\jdk1.6.0_04\include\win32""/>
|
|
||||||
<listOptionValue builtIn="false" value=""C:\Program Files\Java\jdk1.6.0_04\include""/>
|
|
||||||
</option>
|
|
||||||
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.1396012383" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
|
|
||||||
</tool>
|
|
||||||
<tool id="cdt.managedbuild.tool.gnu.c.linker.mingw.so.debug.786156675" name="MinGW C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.mingw.so.debug">
|
|
||||||
<option defaultValue="true" id="gnu.c.link.mingw.so.debug.option.shared.1996273709" name="Shared (-shared)" superClass="gnu.c.link.mingw.so.debug.option.shared" valueType="boolean"/>
|
|
||||||
<option id="gnu.c.link.option.userobjs.704698117" name="Other objects" superClass="gnu.c.link.option.userobjs" valueType="userObjs">
|
|
||||||
<listOptionValue builtIn="false" value=""${workspace_loc:/WiiUseJavaC/wiiusej_WiiUseApi.def}""/>
|
|
||||||
</option>
|
|
||||||
<option id="gnu.c.link.option.paths.1987293490" name="Library search path (-L)" superClass="gnu.c.link.option.paths" valueType="libPaths">
|
|
||||||
<listOptionValue builtIn="false" value=""${workspace_loc:/WiiUseJavaC/lib}""/>
|
|
||||||
</option>
|
|
||||||
<option id="gnu.c.link.option.libs.2064083849" name="Libraries (-l)" superClass="gnu.c.link.option.libs" valueType="libs">
|
|
||||||
<listOptionValue builtIn="false" value="wiiuse"/>
|
|
||||||
</option>
|
|
||||||
<inputType id="cdt.managedbuild.tool.gnu.c.linker.input.86691693" superClass="cdt.managedbuild.tool.gnu.c.linker.input">
|
|
||||||
<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
|
|
||||||
<additionalInput kind="additionalinput" paths="$(LIBS)"/>
|
|
||||||
</inputType>
|
|
||||||
<outputType id="cdt.managedbuild.tool.gnu.c.linker.mingw.so.debug.output.1574816302" outputPrefix="" superClass="cdt.managedbuild.tool.gnu.c.linker.mingw.so.debug.output"/>
|
|
||||||
</tool>
|
|
||||||
<tool id="cdt.managedbuild.tool.gnu.cpp.linker.mingw.so.debug.863168128" name="MinGW C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.mingw.so.debug">
|
|
||||||
<option defaultValue="true" id="gnu.cpp.link.mingw.so.debug.option.shared.503834207" name="Shared (-shared)" superClass="gnu.cpp.link.mingw.so.debug.option.shared" valueType="boolean"/>
|
|
||||||
</tool>
|
|
||||||
</toolChain>
|
|
||||||
</folderInfo>
|
|
||||||
</configuration>
|
|
||||||
</storageModule>
|
|
||||||
<storageModule moduleId="scannerConfiguration">
|
|
||||||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile"/>
|
|
||||||
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="makefileGenerator">
|
|
||||||
<runAction arguments="-f ${project_name}_scd.mk" command="make" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfile">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileCPP">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.cpp" command="g++" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.c" command="gcc" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfile">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfileCPP">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.cpp" command="g++" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfileC">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.c" command="gcc" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<scannerConfigBuildInfo instanceId="cdt.managedbuild.config.gnu.mingw.so.release.809597794;cdt.managedbuild.config.gnu.mingw.so.release.809597794.;cdt.managedbuild.tool.gnu.c.compiler.mingw.so.release.1355331192;cdt.managedbuild.tool.gnu.c.compiler.input.1954844994">
|
|
||||||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC"/>
|
|
||||||
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="makefileGenerator">
|
|
||||||
<runAction arguments="-f ${project_name}_scd.mk" command="make" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfile">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileCPP">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.cpp" command="g++" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.c" command="gcc" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfile">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfileCPP">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.cpp" command="g++" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfileC">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.c" command="gcc" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
</scannerConfigBuildInfo>
|
|
||||||
<scannerConfigBuildInfo instanceId="cdt.managedbuild.config.gnu.mingw.so.debug.1407578899;cdt.managedbuild.config.gnu.mingw.so.debug.1407578899.;cdt.managedbuild.tool.gnu.c.compiler.mingw.so.debug.294368114;cdt.managedbuild.tool.gnu.c.compiler.input.1396012383">
|
|
||||||
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC"/>
|
|
||||||
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="makefileGenerator">
|
|
||||||
<runAction arguments="-f ${project_name}_scd.mk" command="make" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfile">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileCPP">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.cpp" command="g++" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.c" command="gcc" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfile">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfileCPP">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.cpp" command="g++" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
<profile id="org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfileC">
|
|
||||||
<buildOutputProvider>
|
|
||||||
<openAction enabled="true" filePath=""/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</buildOutputProvider>
|
|
||||||
<scannerInfoProvider id="specsFile">
|
|
||||||
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.c" command="gcc" useDefault="true"/>
|
|
||||||
<parser enabled="true"/>
|
|
||||||
</scannerInfoProvider>
|
|
||||||
</profile>
|
|
||||||
</scannerConfigBuildInfo>
|
|
||||||
</storageModule>
|
|
||||||
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
|
|
||||||
<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets">
|
|
||||||
<buildTargets>
|
|
||||||
<target name="wiiusej_WiiUseApi" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
|
||||||
<buildCommand>make</buildCommand>
|
|
||||||
<buildArguments/>
|
|
||||||
<buildTarget>wiiusej_WiiUseApi.c</buildTarget>
|
|
||||||
<stopOnError>true</stopOnError>
|
|
||||||
<useDefaultCommand>true</useDefaultCommand>
|
|
||||||
<runAllBuilders>true</runAllBuilders>
|
|
||||||
</target>
|
|
||||||
</buildTargets>
|
|
||||||
</storageModule>
|
|
||||||
<storageModule moduleId="org.eclipse.cdt.core.language.mapping"/>
|
|
||||||
</cconfiguration>
|
|
||||||
|
|
||||||
</storageModule>
|
|
||||||
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
|
||||||
<project id="WiiUseJavaC.cdt.managedbuild.target.gnu.mingw.so.408524953" name="Shared Library" projectType="cdt.managedbuild.target.gnu.mingw.so"/>
|
|
||||||
</storageModule>
|
|
||||||
</cproject>
|
|
||||||
@@ -1,69 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<projectDescription>
|
|
||||||
<name>WiiUseJavaC</name>
|
|
||||||
<comment></comment>
|
|
||||||
<projects>
|
|
||||||
</projects>
|
|
||||||
<buildSpec>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
|
|
||||||
<triggers>clean,full,incremental,</triggers>
|
|
||||||
<arguments>
|
|
||||||
<dictionary>
|
|
||||||
<key>org.eclipse.cdt.make.core.contents</key>
|
|
||||||
<value>org.eclipse.cdt.make.core.activeConfigSettings</value>
|
|
||||||
</dictionary>
|
|
||||||
<dictionary>
|
|
||||||
<key>org.eclipse.cdt.make.core.buildLocation</key>
|
|
||||||
<value>${workspace_loc:/WiiUseJavaC/Debug}</value>
|
|
||||||
</dictionary>
|
|
||||||
<dictionary>
|
|
||||||
<key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
|
|
||||||
<value>true</value>
|
|
||||||
</dictionary>
|
|
||||||
<dictionary>
|
|
||||||
<key>org.eclipse.cdt.make.core.enableCleanBuild</key>
|
|
||||||
<value>true</value>
|
|
||||||
</dictionary>
|
|
||||||
<dictionary>
|
|
||||||
<key>org.eclipse.cdt.make.core.enableFullBuild</key>
|
|
||||||
<value>true</value>
|
|
||||||
</dictionary>
|
|
||||||
<dictionary>
|
|
||||||
<key>org.eclipse.cdt.make.core.enableAutoBuild</key>
|
|
||||||
<value>false</value>
|
|
||||||
</dictionary>
|
|
||||||
<dictionary>
|
|
||||||
<key>org.eclipse.cdt.make.core.append_environment</key>
|
|
||||||
<value>true</value>
|
|
||||||
</dictionary>
|
|
||||||
<dictionary>
|
|
||||||
<key>?name?</key>
|
|
||||||
<value></value>
|
|
||||||
</dictionary>
|
|
||||||
<dictionary>
|
|
||||||
<key>org.eclipse.cdt.make.core.stopOnError</key>
|
|
||||||
<value>true</value>
|
|
||||||
</dictionary>
|
|
||||||
<dictionary>
|
|
||||||
<key>org.eclipse.cdt.make.core.buildArguments</key>
|
|
||||||
<value></value>
|
|
||||||
</dictionary>
|
|
||||||
<dictionary>
|
|
||||||
<key>org.eclipse.cdt.make.core.buildCommand</key>
|
|
||||||
<value>make</value>
|
|
||||||
</dictionary>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
</buildSpec>
|
|
||||||
<natures>
|
|
||||||
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
|
|
||||||
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
|
|
||||||
<nature>org.eclipse.cdt.core.cnature</nature>
|
|
||||||
</natures>
|
|
||||||
</projectDescription>
|
|
||||||
Binary file not shown.
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
Binary file not shown.
6
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
6
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#Mon Nov 24 22:53:03 GMT 2014
|
||||||
|
distributionBase=GRADLE_USER_HOME
|
||||||
|
distributionPath=wrapper/dists
|
||||||
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
zipStorePath=wrapper/dists
|
||||||
|
distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-bin.zip
|
||||||
164
gradlew
vendored
Normal file
164
gradlew
vendored
Normal file
@@ -0,0 +1,164 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
##############################################################################
|
||||||
|
##
|
||||||
|
## Gradle start up script for UN*X
|
||||||
|
##
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
|
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
||||||
|
DEFAULT_JVM_OPTS=""
|
||||||
|
|
||||||
|
APP_NAME="Gradle"
|
||||||
|
APP_BASE_NAME=`basename "$0"`
|
||||||
|
|
||||||
|
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
||||||
|
MAX_FD="maximum"
|
||||||
|
|
||||||
|
warn ( ) {
|
||||||
|
echo "$*"
|
||||||
|
}
|
||||||
|
|
||||||
|
die ( ) {
|
||||||
|
echo
|
||||||
|
echo "$*"
|
||||||
|
echo
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
|
||||||
|
# OS specific support (must be 'true' or 'false').
|
||||||
|
cygwin=false
|
||||||
|
msys=false
|
||||||
|
darwin=false
|
||||||
|
case "`uname`" in
|
||||||
|
CYGWIN* )
|
||||||
|
cygwin=true
|
||||||
|
;;
|
||||||
|
Darwin* )
|
||||||
|
darwin=true
|
||||||
|
;;
|
||||||
|
MINGW* )
|
||||||
|
msys=true
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
# For Cygwin, ensure paths are in UNIX format before anything is touched.
|
||||||
|
if $cygwin ; then
|
||||||
|
[ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Attempt to set APP_HOME
|
||||||
|
# Resolve links: $0 may be a link
|
||||||
|
PRG="$0"
|
||||||
|
# Need this for relative symlinks.
|
||||||
|
while [ -h "$PRG" ] ; do
|
||||||
|
ls=`ls -ld "$PRG"`
|
||||||
|
link=`expr "$ls" : '.*-> \(.*\)$'`
|
||||||
|
if expr "$link" : '/.*' > /dev/null; then
|
||||||
|
PRG="$link"
|
||||||
|
else
|
||||||
|
PRG=`dirname "$PRG"`"/$link"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
SAVED="`pwd`"
|
||||||
|
cd "`dirname \"$PRG\"`/" >&-
|
||||||
|
APP_HOME="`pwd -P`"
|
||||||
|
cd "$SAVED" >&-
|
||||||
|
|
||||||
|
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
|
||||||
|
|
||||||
|
# Determine the Java command to use to start the JVM.
|
||||||
|
if [ -n "$JAVA_HOME" ] ; then
|
||||||
|
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
|
||||||
|
# IBM's JDK on AIX uses strange locations for the executables
|
||||||
|
JAVACMD="$JAVA_HOME/jre/sh/java"
|
||||||
|
else
|
||||||
|
JAVACMD="$JAVA_HOME/bin/java"
|
||||||
|
fi
|
||||||
|
if [ ! -x "$JAVACMD" ] ; then
|
||||||
|
die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
|
||||||
|
|
||||||
|
Please set the JAVA_HOME variable in your environment to match the
|
||||||
|
location of your Java installation."
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
JAVACMD="java"
|
||||||
|
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
||||||
|
|
||||||
|
Please set the JAVA_HOME variable in your environment to match the
|
||||||
|
location of your Java installation."
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Increase the maximum file descriptors if we can.
|
||||||
|
if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
|
||||||
|
MAX_FD_LIMIT=`ulimit -H -n`
|
||||||
|
if [ $? -eq 0 ] ; then
|
||||||
|
if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
|
||||||
|
MAX_FD="$MAX_FD_LIMIT"
|
||||||
|
fi
|
||||||
|
ulimit -n $MAX_FD
|
||||||
|
if [ $? -ne 0 ] ; then
|
||||||
|
warn "Could not set maximum file descriptor limit: $MAX_FD"
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# For Darwin, add options to specify how the application appears in the dock
|
||||||
|
if $darwin; then
|
||||||
|
GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
|
||||||
|
fi
|
||||||
|
|
||||||
|
# For Cygwin, switch paths to Windows format before running java
|
||||||
|
if $cygwin ; then
|
||||||
|
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
|
||||||
|
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
|
||||||
|
|
||||||
|
# We build the pattern for arguments to be converted via cygpath
|
||||||
|
ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
|
||||||
|
SEP=""
|
||||||
|
for dir in $ROOTDIRSRAW ; do
|
||||||
|
ROOTDIRS="$ROOTDIRS$SEP$dir"
|
||||||
|
SEP="|"
|
||||||
|
done
|
||||||
|
OURCYGPATTERN="(^($ROOTDIRS))"
|
||||||
|
# Add a user-defined pattern to the cygpath arguments
|
||||||
|
if [ "$GRADLE_CYGPATTERN" != "" ] ; then
|
||||||
|
OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
|
||||||
|
fi
|
||||||
|
# Now convert the arguments - kludge to limit ourselves to /bin/sh
|
||||||
|
i=0
|
||||||
|
for arg in "$@" ; do
|
||||||
|
CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
|
||||||
|
CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
|
||||||
|
|
||||||
|
if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
|
||||||
|
eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
|
||||||
|
else
|
||||||
|
eval `echo args$i`="\"$arg\""
|
||||||
|
fi
|
||||||
|
i=$((i+1))
|
||||||
|
done
|
||||||
|
case $i in
|
||||||
|
(0) set -- ;;
|
||||||
|
(1) set -- "$args0" ;;
|
||||||
|
(2) set -- "$args0" "$args1" ;;
|
||||||
|
(3) set -- "$args0" "$args1" "$args2" ;;
|
||||||
|
(4) set -- "$args0" "$args1" "$args2" "$args3" ;;
|
||||||
|
(5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
|
||||||
|
(6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
|
||||||
|
(7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
|
||||||
|
(8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
|
||||||
|
(9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules
|
||||||
|
function splitJvmOpts() {
|
||||||
|
JVM_OPTS=("$@")
|
||||||
|
}
|
||||||
|
eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
|
||||||
|
JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
|
||||||
|
|
||||||
|
exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
|
||||||
90
gradlew.bat
vendored
Normal file
90
gradlew.bat
vendored
Normal file
@@ -0,0 +1,90 @@
|
|||||||
|
@if "%DEBUG%" == "" @echo off
|
||||||
|
@rem ##########################################################################
|
||||||
|
@rem
|
||||||
|
@rem Gradle startup script for Windows
|
||||||
|
@rem
|
||||||
|
@rem ##########################################################################
|
||||||
|
|
||||||
|
@rem Set local scope for the variables with windows NT shell
|
||||||
|
if "%OS%"=="Windows_NT" setlocal
|
||||||
|
|
||||||
|
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
||||||
|
set DEFAULT_JVM_OPTS=
|
||||||
|
|
||||||
|
set DIRNAME=%~dp0
|
||||||
|
if "%DIRNAME%" == "" set DIRNAME=.
|
||||||
|
set APP_BASE_NAME=%~n0
|
||||||
|
set APP_HOME=%DIRNAME%
|
||||||
|
|
||||||
|
@rem Find java.exe
|
||||||
|
if defined JAVA_HOME goto findJavaFromJavaHome
|
||||||
|
|
||||||
|
set JAVA_EXE=java.exe
|
||||||
|
%JAVA_EXE% -version >NUL 2>&1
|
||||||
|
if "%ERRORLEVEL%" == "0" goto init
|
||||||
|
|
||||||
|
echo.
|
||||||
|
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
||||||
|
echo.
|
||||||
|
echo Please set the JAVA_HOME variable in your environment to match the
|
||||||
|
echo location of your Java installation.
|
||||||
|
|
||||||
|
goto fail
|
||||||
|
|
||||||
|
:findJavaFromJavaHome
|
||||||
|
set JAVA_HOME=%JAVA_HOME:"=%
|
||||||
|
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
|
||||||
|
|
||||||
|
if exist "%JAVA_EXE%" goto init
|
||||||
|
|
||||||
|
echo.
|
||||||
|
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
||||||
|
echo.
|
||||||
|
echo Please set the JAVA_HOME variable in your environment to match the
|
||||||
|
echo location of your Java installation.
|
||||||
|
|
||||||
|
goto fail
|
||||||
|
|
||||||
|
:init
|
||||||
|
@rem Get command-line arguments, handling Windowz variants
|
||||||
|
|
||||||
|
if not "%OS%" == "Windows_NT" goto win9xME_args
|
||||||
|
if "%@eval[2+2]" == "4" goto 4NT_args
|
||||||
|
|
||||||
|
:win9xME_args
|
||||||
|
@rem Slurp the command line arguments.
|
||||||
|
set CMD_LINE_ARGS=
|
||||||
|
set _SKIP=2
|
||||||
|
|
||||||
|
:win9xME_args_slurp
|
||||||
|
if "x%~1" == "x" goto execute
|
||||||
|
|
||||||
|
set CMD_LINE_ARGS=%*
|
||||||
|
goto execute
|
||||||
|
|
||||||
|
:4NT_args
|
||||||
|
@rem Get arguments from the 4NT Shell from JP Software
|
||||||
|
set CMD_LINE_ARGS=%$
|
||||||
|
|
||||||
|
:execute
|
||||||
|
@rem Setup the command line
|
||||||
|
|
||||||
|
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
||||||
|
|
||||||
|
@rem Execute Gradle
|
||||||
|
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
|
||||||
|
|
||||||
|
:end
|
||||||
|
@rem End local scope for the variables with windows NT shell
|
||||||
|
if "%ERRORLEVEL%"=="0" goto mainEnd
|
||||||
|
|
||||||
|
:fail
|
||||||
|
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
||||||
|
rem the _cmd.exe /c_ return code!
|
||||||
|
if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
|
||||||
|
exit /b 1
|
||||||
|
|
||||||
|
:mainEnd
|
||||||
|
if "%OS%"=="Windows_NT" endlocal
|
||||||
|
|
||||||
|
:omega
|
||||||
653
src/main/headers/_wiiuse.h
Normal file
653
src/main/headers/_wiiuse.h
Normal file
@@ -0,0 +1,653 @@
|
|||||||
|
/*
|
||||||
|
* wiiuse
|
||||||
|
*
|
||||||
|
* Written By:
|
||||||
|
* Michael Laforest < para >
|
||||||
|
* Email: < thepara (--AT--) g m a i l [--DOT--] com >
|
||||||
|
*
|
||||||
|
* Copyright 2006-2007
|
||||||
|
*
|
||||||
|
* This file is part of wiiuse.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation; either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* $Header$
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
|
*
|
||||||
|
* @brief API header file.
|
||||||
|
*
|
||||||
|
* If this file is included from inside the wiiuse source
|
||||||
|
* and not from a third party program, then wiimote_internal.h
|
||||||
|
* is also included which extends this file.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef WIIUSE_H_INCLUDED
|
||||||
|
#define WIIUSE_H_INCLUDED
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
/* windows */
|
||||||
|
#include <windows.h>
|
||||||
|
#else
|
||||||
|
/* nix */
|
||||||
|
#include <bluetooth/bluetooth.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef WIIUSE_INTERNAL_H_INCLUDED
|
||||||
|
#define WCONST
|
||||||
|
#else
|
||||||
|
#define WCONST const
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* led bit masks */
|
||||||
|
#define WIIMOTE_LED_NONE 0x00
|
||||||
|
#define WIIMOTE_LED_1 0x10
|
||||||
|
#define WIIMOTE_LED_2 0x20
|
||||||
|
#define WIIMOTE_LED_3 0x40
|
||||||
|
#define WIIMOTE_LED_4 0x80
|
||||||
|
|
||||||
|
/* button codes */
|
||||||
|
#define WIIMOTE_BUTTON_TWO 0x0001
|
||||||
|
#define WIIMOTE_BUTTON_ONE 0x0002
|
||||||
|
#define WIIMOTE_BUTTON_B 0x0004
|
||||||
|
#define WIIMOTE_BUTTON_A 0x0008
|
||||||
|
#define WIIMOTE_BUTTON_MINUS 0x0010
|
||||||
|
#define WIIMOTE_BUTTON_ZACCEL_BIT6 0x0020
|
||||||
|
#define WIIMOTE_BUTTON_ZACCEL_BIT7 0x0040
|
||||||
|
#define WIIMOTE_BUTTON_HOME 0x0080
|
||||||
|
#define WIIMOTE_BUTTON_LEFT 0x0100
|
||||||
|
#define WIIMOTE_BUTTON_RIGHT 0x0200
|
||||||
|
#define WIIMOTE_BUTTON_DOWN 0x0400
|
||||||
|
#define WIIMOTE_BUTTON_UP 0x0800
|
||||||
|
#define WIIMOTE_BUTTON_PLUS 0x1000
|
||||||
|
#define WIIMOTE_BUTTON_ZACCEL_BIT4 0x2000
|
||||||
|
#define WIIMOTE_BUTTON_ZACCEL_BIT5 0x4000
|
||||||
|
#define WIIMOTE_BUTTON_UNKNOWN 0x8000
|
||||||
|
#define WIIMOTE_BUTTON_ALL 0x1F9F
|
||||||
|
|
||||||
|
/* nunchul button codes */
|
||||||
|
#define NUNCHUK_BUTTON_Z 0x01
|
||||||
|
#define NUNCHUK_BUTTON_C 0x02
|
||||||
|
#define NUNCHUK_BUTTON_ALL 0x03
|
||||||
|
|
||||||
|
/* classic controller button codes */
|
||||||
|
#define CLASSIC_CTRL_BUTTON_UP 0x0001
|
||||||
|
#define CLASSIC_CTRL_BUTTON_LEFT 0x0002
|
||||||
|
#define CLASSIC_CTRL_BUTTON_ZR 0x0004
|
||||||
|
#define CLASSIC_CTRL_BUTTON_X 0x0008
|
||||||
|
#define CLASSIC_CTRL_BUTTON_A 0x0010
|
||||||
|
#define CLASSIC_CTRL_BUTTON_Y 0x0020
|
||||||
|
#define CLASSIC_CTRL_BUTTON_B 0x0040
|
||||||
|
#define CLASSIC_CTRL_BUTTON_ZL 0x0080
|
||||||
|
#define CLASSIC_CTRL_BUTTON_FULL_R 0x0200
|
||||||
|
#define CLASSIC_CTRL_BUTTON_PLUS 0x0400
|
||||||
|
#define CLASSIC_CTRL_BUTTON_HOME 0x0800
|
||||||
|
#define CLASSIC_CTRL_BUTTON_MINUS 0x1000
|
||||||
|
#define CLASSIC_CTRL_BUTTON_FULL_L 0x2000
|
||||||
|
#define CLASSIC_CTRL_BUTTON_DOWN 0x4000
|
||||||
|
#define CLASSIC_CTRL_BUTTON_RIGHT 0x8000
|
||||||
|
#define CLASSIC_CTRL_BUTTON_ALL 0xFEFF
|
||||||
|
|
||||||
|
/* guitar hero 3 button codes */
|
||||||
|
#define GUITAR_HERO_3_BUTTON_STRUM_UP 0x0001
|
||||||
|
#define GUITAR_HERO_3_BUTTON_YELLOW 0x0008
|
||||||
|
#define GUITAR_HERO_3_BUTTON_GREEN 0x0010
|
||||||
|
#define GUITAR_HERO_3_BUTTON_BLUE 0x0020
|
||||||
|
#define GUITAR_HERO_3_BUTTON_RED 0x0040
|
||||||
|
#define GUITAR_HERO_3_BUTTON_ORANGE 0x0080
|
||||||
|
#define GUITAR_HERO_3_BUTTON_PLUS 0x0400
|
||||||
|
#define GUITAR_HERO_3_BUTTON_MINUS 0x1000
|
||||||
|
#define GUITAR_HERO_3_BUTTON_STRUM_DOWN 0x4000
|
||||||
|
#define GUITAR_HERO_3_BUTTON_ALL 0xFEFF
|
||||||
|
|
||||||
|
|
||||||
|
/* wiimote option flags */
|
||||||
|
#define WIIUSE_SMOOTHING 0x01
|
||||||
|
#define WIIUSE_CONTINUOUS 0x02
|
||||||
|
#define WIIUSE_ORIENT_THRESH 0x04
|
||||||
|
#define WIIUSE_INIT_FLAGS (WIIUSE_SMOOTHING | WIIUSE_ORIENT_THRESH)
|
||||||
|
|
||||||
|
#define WIIUSE_ORIENT_PRECISION 100.0f
|
||||||
|
|
||||||
|
/* expansion codes */
|
||||||
|
#define EXP_NONE 0
|
||||||
|
#define EXP_NUNCHUK 1
|
||||||
|
#define EXP_CLASSIC 2
|
||||||
|
#define EXP_GUITAR_HERO_3 3
|
||||||
|
|
||||||
|
/* IR correction types */
|
||||||
|
typedef enum ir_position_t {
|
||||||
|
WIIUSE_IR_ABOVE,
|
||||||
|
WIIUSE_IR_BELOW
|
||||||
|
} ir_position_t;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if a button is pressed.
|
||||||
|
* @param dev Pointer to a wiimote_t or expansion structure.
|
||||||
|
* @param button The button you are interested in.
|
||||||
|
* @return 1 if the button is pressed, 0 if not.
|
||||||
|
*/
|
||||||
|
#define IS_PRESSED(dev, button) ((dev->btns & button) == button)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if a button is being held.
|
||||||
|
* @param dev Pointer to a wiimote_t or expansion structure.
|
||||||
|
* @param button The button you are interested in.
|
||||||
|
* @return 1 if the button is held, 0 if not.
|
||||||
|
*/
|
||||||
|
#define IS_HELD(dev, button) ((dev->btns_held & button) == button)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if a button is released on this event. \n\n
|
||||||
|
* This does not mean the button is not pressed, it means \n
|
||||||
|
* this button was just now released.
|
||||||
|
* @param dev Pointer to a wiimote_t or expansion structure.
|
||||||
|
* @param button The button you are interested in.
|
||||||
|
* @return 1 if the button is released, 0 if not.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
#define IS_RELEASED(dev, button) ((dev->btns_released & button) == button)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Check if a button has just been pressed this event.
|
||||||
|
* @param dev Pointer to a wiimote_t or expansion structure.
|
||||||
|
* @param button The button you are interested in.
|
||||||
|
* @return 1 if the button is pressed, 0 if not.
|
||||||
|
*/
|
||||||
|
#define IS_JUST_PRESSED(dev, button) (IS_PRESSED(dev, button) && !IS_HELD(dev, button))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Return the IR sensitivity level.
|
||||||
|
* @param wm Pointer to a wiimote_t structure.
|
||||||
|
* @param lvl [out] Pointer to an int that will hold the level setting.
|
||||||
|
* If no level is set 'lvl' will be set to 0.
|
||||||
|
*/
|
||||||
|
#define WIIUSE_GET_IR_SENSITIVITY(dev, lvl) \
|
||||||
|
do { \
|
||||||
|
if ((wm->state & 0x0200) == 0x0200) *lvl = 1; \
|
||||||
|
else if ((wm->state & 0x0400) == 0x0400) *lvl = 2; \
|
||||||
|
else if ((wm->state & 0x0800) == 0x0800) *lvl = 3; \
|
||||||
|
else if ((wm->state & 0x1000) == 0x1000) *lvl = 4; \
|
||||||
|
else if ((wm->state & 0x2000) == 0x2000) *lvl = 5; \
|
||||||
|
else *lvl = 0; \
|
||||||
|
} while (0)
|
||||||
|
|
||||||
|
#define WIIUSE_USING_ACC(wm) ((wm->state & 0x020) == 0x020)
|
||||||
|
#define WIIUSE_USING_EXP(wm) ((wm->state & 0x040) == 0x040)
|
||||||
|
#define WIIUSE_USING_IR(wm) ((wm->state & 0x080) == 0x080)
|
||||||
|
#define WIIUSE_USING_SPEAKER(wm) ((wm->state & 0x100) == 0x100)
|
||||||
|
|
||||||
|
#define WIIUSE_IS_LED_SET(wm, num) ((wm->leds & WIIMOTE_LED_##num) == WIIMOTE_LED_##num)
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Largest known payload is 21 bytes.
|
||||||
|
* Add 2 for the prefix and round up to a power of 2.
|
||||||
|
*/
|
||||||
|
#define MAX_PAYLOAD 32
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This is left over from an old hack, but it may actually
|
||||||
|
* be a useful feature to keep so it wasn't removed.
|
||||||
|
*/
|
||||||
|
#ifdef WIN32
|
||||||
|
#define WIIMOTE_DEFAULT_TIMEOUT 10
|
||||||
|
#define WIIMOTE_EXP_TIMEOUT 10
|
||||||
|
#endif
|
||||||
|
|
||||||
|
typedef unsigned char byte;
|
||||||
|
typedef char sbyte;
|
||||||
|
|
||||||
|
struct wiimote_t;
|
||||||
|
struct vec3b_t;
|
||||||
|
struct orient_t;
|
||||||
|
struct gforce_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Callback that handles a read event.
|
||||||
|
*
|
||||||
|
* @param wm Pointer to a wiimote_t structure.
|
||||||
|
* @param data Pointer to the filled data block.
|
||||||
|
* @param len Length in bytes of the data block.
|
||||||
|
*
|
||||||
|
* @see wiiuse_init()
|
||||||
|
*
|
||||||
|
* A registered function of this type is called automatically by the wiiuse
|
||||||
|
* library when the wiimote has returned the full data requested by a previous
|
||||||
|
* call to wiiuse_read_data().
|
||||||
|
*/
|
||||||
|
typedef void (*wiiuse_read_cb)(struct wiimote_t* wm, byte* data, unsigned short len);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct read_req_t
|
||||||
|
* @brief Data read request structure.
|
||||||
|
*/
|
||||||
|
struct read_req_t {
|
||||||
|
wiiuse_read_cb cb; /**< read data callback */
|
||||||
|
byte* buf; /**< buffer where read data is written */
|
||||||
|
unsigned int addr; /**< the offset that the read started at */
|
||||||
|
unsigned short size; /**< the length of the data read */
|
||||||
|
unsigned short wait; /**< num bytes still needed to finish read */
|
||||||
|
byte dirty; /**< set to 1 if not using callback and needs to be cleaned up */
|
||||||
|
|
||||||
|
struct read_req_t* next; /**< next read request in the queue */
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct vec2b_t
|
||||||
|
* @brief Unsigned x,y byte vector.
|
||||||
|
*/
|
||||||
|
typedef struct vec2b_t {
|
||||||
|
byte x, y;
|
||||||
|
} vec2b_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct vec3b_t
|
||||||
|
* @brief Unsigned x,y,z byte vector.
|
||||||
|
*/
|
||||||
|
typedef struct vec3b_t {
|
||||||
|
byte x, y, z;
|
||||||
|
} vec3b_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct vec3f_t
|
||||||
|
* @brief Signed x,y,z float struct.
|
||||||
|
*/
|
||||||
|
typedef struct vec3f_t {
|
||||||
|
float x, y, z;
|
||||||
|
} vec3f_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct orient_t
|
||||||
|
* @brief Orientation struct.
|
||||||
|
*
|
||||||
|
* Yaw, pitch, and roll range from -180 to 180 degrees.
|
||||||
|
*/
|
||||||
|
typedef struct orient_t {
|
||||||
|
float roll; /**< roll, this may be smoothed if enabled */
|
||||||
|
float pitch; /**< pitch, this may be smoothed if enabled */
|
||||||
|
float yaw;
|
||||||
|
|
||||||
|
float a_roll; /**< absolute roll, unsmoothed */
|
||||||
|
float a_pitch; /**< absolute pitch, unsmoothed */
|
||||||
|
} orient_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct gforce_t
|
||||||
|
* @brief Gravity force struct.
|
||||||
|
*/
|
||||||
|
typedef struct gforce_t {
|
||||||
|
float x, y, z;
|
||||||
|
} gforce_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct accel_t
|
||||||
|
* @brief Accelerometer struct. For any device with an accelerometer.
|
||||||
|
*/
|
||||||
|
typedef struct accel_t {
|
||||||
|
struct vec3b_t cal_zero; /**< zero calibration */
|
||||||
|
struct vec3b_t cal_g; /**< 1g difference around 0cal */
|
||||||
|
|
||||||
|
float st_roll; /**< last smoothed roll value */
|
||||||
|
float st_pitch; /**< last smoothed roll pitch */
|
||||||
|
float st_alpha; /**< alpha value for smoothing [0-1] */
|
||||||
|
} accel_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct ir_dot_t
|
||||||
|
* @brief A single IR source.
|
||||||
|
*/
|
||||||
|
typedef struct ir_dot_t {
|
||||||
|
byte visible; /**< if the IR source is visible */
|
||||||
|
|
||||||
|
unsigned int x; /**< interpolated X coordinate */
|
||||||
|
unsigned int y; /**< interpolated Y coordinate */
|
||||||
|
|
||||||
|
short rx; /**< raw X coordinate (0-1023) */
|
||||||
|
short ry; /**< raw Y coordinate (0-767) */
|
||||||
|
|
||||||
|
byte order; /**< increasing order by x-axis value */
|
||||||
|
|
||||||
|
byte size; /**< size of the IR dot (0-15) */
|
||||||
|
} ir_dot_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @enum aspect_t
|
||||||
|
* @brief Screen aspect ratio.
|
||||||
|
*/
|
||||||
|
typedef enum aspect_t {
|
||||||
|
WIIUSE_ASPECT_4_3,
|
||||||
|
WIIUSE_ASPECT_16_9
|
||||||
|
} aspect_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct ir_t
|
||||||
|
* @brief IR struct. Hold all data related to the IR tracking.
|
||||||
|
*/
|
||||||
|
typedef struct ir_t {
|
||||||
|
struct ir_dot_t dot[4]; /**< IR dots */
|
||||||
|
byte num_dots; /**< number of dots at this time */
|
||||||
|
|
||||||
|
enum aspect_t aspect; /**< aspect ratio of the screen */
|
||||||
|
|
||||||
|
enum ir_position_t pos; /**< IR sensor bar position */
|
||||||
|
|
||||||
|
unsigned int vres[2]; /**< IR virtual screen resolution */
|
||||||
|
int offset[2]; /**< IR XY correction offset */
|
||||||
|
int state; /**< keeps track of the IR state */
|
||||||
|
|
||||||
|
int ax; /**< absolute X coordinate */
|
||||||
|
int ay; /**< absolute Y coordinate */
|
||||||
|
|
||||||
|
int x; /**< calculated X coordinate */
|
||||||
|
int y; /**< calculated Y coordinate */
|
||||||
|
|
||||||
|
float distance; /**< pixel distance between first 2 dots*/
|
||||||
|
float z; /**< calculated distance */
|
||||||
|
} ir_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct joystick_t
|
||||||
|
* @brief Joystick calibration structure.
|
||||||
|
*
|
||||||
|
* The angle \a ang is relative to the positive y-axis into quadrant I
|
||||||
|
* and ranges from 0 to 360 degrees. So if the joystick is held straight
|
||||||
|
* upwards then angle is 0 degrees. If it is held to the right it is 90,
|
||||||
|
* down is 180, and left is 270.
|
||||||
|
*
|
||||||
|
* The magnitude \a mag is the distance from the center to where the
|
||||||
|
* joystick is being held. The magnitude ranges from 0 to 1.
|
||||||
|
* If the joystick is only slightly tilted from the center the magnitude
|
||||||
|
* will be low, but if it is closer to the outter edge the value will
|
||||||
|
* be higher.
|
||||||
|
*/
|
||||||
|
typedef struct joystick_t {
|
||||||
|
struct vec2b_t max; /**< maximum joystick values */
|
||||||
|
struct vec2b_t min; /**< minimum joystick values */
|
||||||
|
struct vec2b_t center; /**< center joystick values */
|
||||||
|
|
||||||
|
float ang; /**< angle the joystick is being held */
|
||||||
|
float mag; /**< magnitude of the joystick (range 0-1) */
|
||||||
|
} joystick_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct nunchuk_t
|
||||||
|
* @brief Nunchuk expansion device.
|
||||||
|
*/
|
||||||
|
typedef struct nunchuk_t {
|
||||||
|
struct accel_t accel_calib; /**< nunchuk accelerometer calibration */
|
||||||
|
struct joystick_t js; /**< joystick calibration */
|
||||||
|
|
||||||
|
int* flags; /**< options flag (points to wiimote_t.flags) */
|
||||||
|
|
||||||
|
byte btns; /**< what buttons have just been pressed */
|
||||||
|
byte btns_held; /**< what buttons are being held down */
|
||||||
|
byte btns_released; /**< what buttons were just released this */
|
||||||
|
|
||||||
|
float orient_threshold; /**< threshold for orient to generate an event */
|
||||||
|
int accel_threshold; /**< threshold for accel to generate an event */
|
||||||
|
|
||||||
|
struct vec3b_t accel; /**< current raw acceleration data */
|
||||||
|
struct orient_t orient; /**< current orientation on each axis */
|
||||||
|
struct gforce_t gforce; /**< current gravity forces on each axis */
|
||||||
|
} nunchuk_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct classic_ctrl_t
|
||||||
|
* @brief Classic controller expansion device.
|
||||||
|
*/
|
||||||
|
typedef struct classic_ctrl_t {
|
||||||
|
short btns; /**< what buttons have just been pressed */
|
||||||
|
short btns_held; /**< what buttons are being held down */
|
||||||
|
short btns_released; /**< what buttons were just released this */
|
||||||
|
|
||||||
|
float r_shoulder; /**< right shoulder button (range 0-1) */
|
||||||
|
float l_shoulder; /**< left shoulder button (range 0-1) */
|
||||||
|
|
||||||
|
struct joystick_t ljs; /**< left joystick calibration */
|
||||||
|
struct joystick_t rjs; /**< right joystick calibration */
|
||||||
|
} classic_ctrl_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct guitar_hero_3_t
|
||||||
|
* @brief Guitar Hero 3 expansion device.
|
||||||
|
*/
|
||||||
|
typedef struct guitar_hero_3_t {
|
||||||
|
short btns; /**< what buttons have just been pressed */
|
||||||
|
short btns_held; /**< what buttons are being held down */
|
||||||
|
short btns_released; /**< what buttons were just released this */
|
||||||
|
|
||||||
|
float whammy_bar; /**< whammy bar (range 0-1) */
|
||||||
|
|
||||||
|
struct joystick_t js; /**< joystick calibration */
|
||||||
|
} guitar_hero_3_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct expansion_t
|
||||||
|
* @brief Generic expansion device plugged into wiimote.
|
||||||
|
*/
|
||||||
|
typedef struct expansion_t {
|
||||||
|
int type; /**< type of expansion attached */
|
||||||
|
|
||||||
|
union {
|
||||||
|
struct nunchuk_t nunchuk;
|
||||||
|
struct classic_ctrl_t classic;
|
||||||
|
struct guitar_hero_3_t gh3;
|
||||||
|
};
|
||||||
|
} expansion_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @enum win32_bt_stack_t
|
||||||
|
* @brief Available bluetooth stacks for Windows.
|
||||||
|
*/
|
||||||
|
typedef enum win_bt_stack_t {
|
||||||
|
WIIUSE_STACK_UNKNOWN,
|
||||||
|
WIIUSE_STACK_MS,
|
||||||
|
WIIUSE_STACK_BLUESOLEIL
|
||||||
|
} win_bt_stack_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct wiimote_state_t
|
||||||
|
* @brief Significant data from the previous event.
|
||||||
|
*/
|
||||||
|
typedef struct wiimote_state_t {
|
||||||
|
/* expansion_t */
|
||||||
|
float exp_ljs_ang;
|
||||||
|
float exp_rjs_ang;
|
||||||
|
float exp_ljs_mag;
|
||||||
|
float exp_rjs_mag;
|
||||||
|
unsigned short exp_btns;
|
||||||
|
struct orient_t exp_orient;
|
||||||
|
struct vec3b_t exp_accel;
|
||||||
|
float exp_r_shoulder;
|
||||||
|
float exp_l_shoulder;
|
||||||
|
|
||||||
|
/* ir_t */
|
||||||
|
int ir_ax;
|
||||||
|
int ir_ay;
|
||||||
|
float ir_distance;
|
||||||
|
|
||||||
|
struct orient_t orient;
|
||||||
|
unsigned short btns;
|
||||||
|
|
||||||
|
struct vec3b_t accel;
|
||||||
|
} wiimote_state_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @enum WIIUSE_EVENT_TYPE
|
||||||
|
* @brief Events that wiiuse can generate from a poll.
|
||||||
|
*/
|
||||||
|
typedef enum WIIUSE_EVENT_TYPE {
|
||||||
|
WIIUSE_NONE = 0,
|
||||||
|
WIIUSE_EVENT,
|
||||||
|
WIIUSE_STATUS,
|
||||||
|
WIIUSE_CONNECT,
|
||||||
|
WIIUSE_DISCONNECT,
|
||||||
|
WIIUSE_UNEXPECTED_DISCONNECT,
|
||||||
|
WIIUSE_READ_DATA,
|
||||||
|
WIIUSE_NUNCHUK_INSERTED,
|
||||||
|
WIIUSE_NUNCHUK_REMOVED,
|
||||||
|
WIIUSE_CLASSIC_CTRL_INSERTED,
|
||||||
|
WIIUSE_CLASSIC_CTRL_REMOVED,
|
||||||
|
WIIUSE_GUITAR_HERO_3_CTRL_INSERTED,
|
||||||
|
WIIUSE_GUITAR_HERO_3_CTRL_REMOVED
|
||||||
|
} WIIUSE_EVENT_TYPE;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct wiimote_t
|
||||||
|
* @brief Wiimote structure.
|
||||||
|
*/
|
||||||
|
typedef struct wiimote_t {
|
||||||
|
WCONST int unid; /**< user specified id */
|
||||||
|
|
||||||
|
#ifndef WIN32
|
||||||
|
WCONST bdaddr_t bdaddr; /**< bt address */
|
||||||
|
WCONST char bdaddr_str[18]; /**< readable bt address */
|
||||||
|
WCONST int out_sock; /**< output socket */
|
||||||
|
WCONST int in_sock; /**< input socket */
|
||||||
|
#else
|
||||||
|
WCONST HANDLE dev_handle; /**< HID handle */
|
||||||
|
WCONST OVERLAPPED hid_overlap; /**< overlap handle */
|
||||||
|
WCONST enum win_bt_stack_t stack; /**< type of bluetooth stack to use */
|
||||||
|
WCONST int timeout; /**< read timeout */
|
||||||
|
WCONST byte normal_timeout; /**< normal timeout */
|
||||||
|
WCONST byte exp_timeout; /**< timeout for expansion handshake */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
WCONST int state; /**< various state flags */
|
||||||
|
WCONST byte leds; /**< currently lit leds */
|
||||||
|
WCONST float battery_level; /**< battery level */
|
||||||
|
|
||||||
|
WCONST int flags; /**< options flag */
|
||||||
|
|
||||||
|
WCONST byte handshake_state; /**< the state of the connection handshake */
|
||||||
|
|
||||||
|
WCONST struct read_req_t* read_req; /**< list of data read requests */
|
||||||
|
WCONST struct accel_t accel_calib; /**< wiimote accelerometer calibration */
|
||||||
|
WCONST struct expansion_t exp; /**< wiimote expansion device */
|
||||||
|
|
||||||
|
WCONST struct vec3b_t accel; /**< current raw acceleration data */
|
||||||
|
WCONST struct orient_t orient; /**< current orientation on each axis */
|
||||||
|
WCONST struct gforce_t gforce; /**< current gravity forces on each axis */
|
||||||
|
|
||||||
|
WCONST struct ir_t ir; /**< IR data */
|
||||||
|
|
||||||
|
WCONST unsigned short btns; /**< what buttons have just been pressed */
|
||||||
|
WCONST unsigned short btns_held; /**< what buttons are being held down */
|
||||||
|
WCONST unsigned short btns_released; /**< what buttons were just released this */
|
||||||
|
|
||||||
|
WCONST float orient_threshold; /**< threshold for orient to generate an event */
|
||||||
|
WCONST int accel_threshold; /**< threshold for accel to generate an event */
|
||||||
|
|
||||||
|
WCONST struct wiimote_state_t lstate; /**< last saved state */
|
||||||
|
|
||||||
|
WCONST WIIUSE_EVENT_TYPE event; /**< type of event that occured */
|
||||||
|
WCONST byte event_buf[MAX_PAYLOAD]; /**< event buffer */
|
||||||
|
} wiimote;
|
||||||
|
|
||||||
|
|
||||||
|
/*****************************************
|
||||||
|
*
|
||||||
|
* Include API specific stuff
|
||||||
|
*
|
||||||
|
*****************************************/
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#define WIIUSE_EXPORT_DECL __declspec(dllexport)
|
||||||
|
#define WIIUSE_IMPORT_DECL __declspec(dllimport)
|
||||||
|
#else
|
||||||
|
#define WIIUSE_EXPORT_DECL
|
||||||
|
#define WIIUSE_IMPORT_DECL
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef WIIUSE_COMPILE_LIB
|
||||||
|
#define WIIUSE_EXPORT WIIUSE_EXPORT_DECL
|
||||||
|
#else
|
||||||
|
#define WIIUSE_EXPORT WIIUSE_IMPORT_DECL
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* wiiuse.c */
|
||||||
|
WIIUSE_EXPORT extern const char* wiiuse_version();
|
||||||
|
|
||||||
|
WIIUSE_EXPORT extern struct wiimote_t** wiiuse_init(int wiimotes);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_disconnected(struct wiimote_t* wm);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_cleanup(struct wiimote_t** wm, int wiimotes);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_rumble(struct wiimote_t* wm, int status);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_toggle_rumble(struct wiimote_t* wm);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_leds(struct wiimote_t* wm, int leds);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_motion_sensing(struct wiimote_t* wm, int status);
|
||||||
|
WIIUSE_EXPORT extern int wiiuse_read_data(struct wiimote_t* wm, byte* buffer, unsigned int offset, unsigned short len);
|
||||||
|
WIIUSE_EXPORT extern int wiiuse_write_data(struct wiimote_t* wm, unsigned int addr, byte* data, byte len);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_status(struct wiimote_t* wm);
|
||||||
|
WIIUSE_EXPORT extern struct wiimote_t* wiiuse_get_by_id(struct wiimote_t** wm, int wiimotes, int unid);
|
||||||
|
WIIUSE_EXPORT extern int wiiuse_set_flags(struct wiimote_t* wm, int enable, int disable);
|
||||||
|
WIIUSE_EXPORT extern float wiiuse_set_smooth_alpha(struct wiimote_t* wm, float alpha);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_bluetooth_stack(struct wiimote_t** wm, int wiimotes, enum win_bt_stack_t type);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_orient_threshold(struct wiimote_t* wm, float threshold);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_resync(struct wiimote_t* wm);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_timeout(struct wiimote_t** wm, int wiimotes, byte normal_timeout, byte exp_timeout);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_accel_threshold(struct wiimote_t* wm, int threshold);
|
||||||
|
|
||||||
|
/* connect.c */
|
||||||
|
WIIUSE_EXPORT extern int wiiuse_find(struct wiimote_t** wm, int max_wiimotes, int timeout);
|
||||||
|
WIIUSE_EXPORT extern int wiiuse_connect(struct wiimote_t** wm, int wiimotes);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_disconnect(struct wiimote_t* wm);
|
||||||
|
|
||||||
|
/* events.c */
|
||||||
|
WIIUSE_EXPORT extern int wiiuse_poll(struct wiimote_t** wm, int wiimotes);
|
||||||
|
|
||||||
|
/* ir.c */
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_ir(struct wiimote_t* wm, int status);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_ir_vres(struct wiimote_t* wm, unsigned int x, unsigned int y);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_ir_position(struct wiimote_t* wm, enum ir_position_t pos);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_aspect_ratio(struct wiimote_t* wm, enum aspect_t aspect);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_ir_sensitivity(struct wiimote_t* wm, int level);
|
||||||
|
|
||||||
|
/* nunchuk.c */
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_nunchuk_orient_threshold(struct wiimote_t* wm, float threshold);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_nunchuk_accel_threshold(struct wiimote_t* wm, int threshold);
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#endif /* WIIUSE_H_INCLUDED */
|
||||||
|
|
||||||
@@ -7,6 +7,12 @@
|
|||||||
*
|
*
|
||||||
* Copyright 2006-2007
|
* Copyright 2006-2007
|
||||||
*
|
*
|
||||||
|
* Mac fields based on wiic_structs.h from WiiC, written By:
|
||||||
|
* Gabriele Randelli
|
||||||
|
* Email: < randelli (--AT--) dis [--DOT--] uniroma1 [--DOT--] it >
|
||||||
|
*
|
||||||
|
* Copyright 2010
|
||||||
|
*
|
||||||
* This file is part of wiiuse.
|
* This file is part of wiiuse.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@@ -36,31 +42,126 @@
|
|||||||
* is also included which extends this file.
|
* is also included which extends this file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @mainpage
|
||||||
|
*
|
||||||
|
* @section intro Introduction
|
||||||
|
*
|
||||||
|
* WiiUse is a cross-platform C library for accessing the Nintendo Wii
|
||||||
|
* Remote and its related expansions and variations.
|
||||||
|
*
|
||||||
|
* @section project Project
|
||||||
|
*
|
||||||
|
* This is a friendly fork of the original WiiUse project, which seems
|
||||||
|
* to have gone defunct. This updated version incorporates improvements
|
||||||
|
* from a number of internal forks found across the Internet, and is
|
||||||
|
* intended to be the new "upstream" of the project. The new homepage is
|
||||||
|
* on GitHub, where the source is maintained:
|
||||||
|
*
|
||||||
|
* - http://github.com/rpavlik/wiiuse
|
||||||
|
*
|
||||||
|
* Contributions (under the GPL 3+) are welcome and encouraged!
|
||||||
|
*
|
||||||
|
* @section publicapisec Public API
|
||||||
|
*
|
||||||
|
* - @ref publicapi "Public API" - entirely within @ref wiiuse.h
|
||||||
|
* - @ref wiimote "Wiimote device structure"
|
||||||
|
*
|
||||||
|
*/
|
||||||
#ifndef WIIUSE_H_INCLUDED
|
#ifndef WIIUSE_H_INCLUDED
|
||||||
#define WIIUSE_H_INCLUDED
|
#define WIIUSE_H_INCLUDED
|
||||||
|
|
||||||
#ifdef _WIN32
|
#define WIIUSE_MAJOR 0
|
||||||
|
#define WIIUSE_MINOR 14
|
||||||
|
#define WIIUSE_MICRO 2
|
||||||
|
|
||||||
|
#define WIIUSE_VERSION_TRANSFORM(MAJ, MIN, MICRO) (MAJ * 1000000 + MIN * 1000 + MICRO)
|
||||||
|
#define WIIUSE_HAS_VERSION(MAJ, MIN, MICRO) ( WIIUSE_VERSION_TRANSFORM(MAJ, MIN, MICRO) <= WIIUSE_VERSION_TRANSFORM(WIIUSE_MAJOR, WIIUSE_MINOR, WIIUSE_MICRO) )
|
||||||
|
|
||||||
|
#ifndef WIIUSE_PLATFORM
|
||||||
|
#if defined(_WIN32)
|
||||||
|
#define WIIUSE_PLATFORM
|
||||||
|
#define WIIUSE_WIN32
|
||||||
|
#elif defined(__linux)
|
||||||
|
#define WIIUSE_PLATFORM
|
||||||
|
#define WIIUSE_BLUEZ
|
||||||
|
#elif defined(__APPLE__)
|
||||||
|
#define WIIUSE_PLATFORM
|
||||||
|
#define WIIUSE_MAC
|
||||||
|
#else
|
||||||
|
#error "Platform not yet supported!"
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef WIIUSE_WIN32
|
||||||
/* windows */
|
/* windows */
|
||||||
|
#ifndef WIN32_LEAN_AND_MEAN
|
||||||
|
#define WIN32_LEAN_AND_MEAN 1
|
||||||
|
#endif
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#else
|
#endif
|
||||||
|
#ifdef WIIUSE_BLUEZ
|
||||||
/* nix */
|
/* nix */
|
||||||
#include <bluetooth/bluetooth.h>
|
#include <bluetooth/bluetooth.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WIIUSE_INTERNAL_H_INCLUDED
|
#ifndef WCONST
|
||||||
#define WCONST
|
|
||||||
#else
|
|
||||||
#define WCONST const
|
#define WCONST const
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* led bit masks */
|
#if defined(_MSC_VER)
|
||||||
|
/* MS compilers of pre-VC2010 versions don't have stdint.h
|
||||||
|
* and I can't get VC2010's stdint.h to compile nicely in
|
||||||
|
* WiiUse
|
||||||
|
*/
|
||||||
|
#include "wiiuse_msvcstdint.h"
|
||||||
|
#else
|
||||||
|
#include <stdint.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <stdio.h> /* for FILE */
|
||||||
|
|
||||||
|
/** @defgroup publicapi External API */
|
||||||
|
/** @{ */
|
||||||
|
|
||||||
|
/** @name Wiimote state flags and macros */
|
||||||
|
/** @{ */
|
||||||
|
#define WIIMOTE_STATE_DEV_FOUND 0x0001
|
||||||
|
#define WIIMOTE_STATE_HANDSHAKE 0x0002 /* actual connection exists but no handshake yet */
|
||||||
|
#define WIIMOTE_STATE_HANDSHAKE_COMPLETE 0x0004 /* actual connection exists but no handshake yet */
|
||||||
|
#define WIIMOTE_STATE_CONNECTED 0x0008
|
||||||
|
#define WIIMOTE_STATE_RUMBLE 0x0010
|
||||||
|
#define WIIMOTE_STATE_ACC 0x0020
|
||||||
|
#define WIIMOTE_STATE_EXP 0x0040
|
||||||
|
#define WIIMOTE_STATE_IR 0x0080
|
||||||
|
#define WIIMOTE_STATE_SPEAKER 0x0100
|
||||||
|
#define WIIMOTE_STATE_IR_SENS_LVL1 0x0200
|
||||||
|
#define WIIMOTE_STATE_IR_SENS_LVL2 0x0400
|
||||||
|
#define WIIMOTE_STATE_IR_SENS_LVL3 0x0800
|
||||||
|
#define WIIMOTE_STATE_IR_SENS_LVL4 0x1000
|
||||||
|
#define WIIMOTE_STATE_IR_SENS_LVL5 0x2000
|
||||||
|
#define WIIMOTE_STATE_EXP_HANDSHAKE 0x10000 /* actual M+ connection exists but no handshake yet */
|
||||||
|
#define WIIMOTE_STATE_EXP_EXTERN 0x20000 /* actual M+ connection exists but handshake failed */
|
||||||
|
#define WIIMOTE_STATE_EXP_FAILED 0x40000 /* actual M+ connection exists but handshake failed */
|
||||||
|
#define WIIMOTE_STATE_MPLUS_PRESENT 0x80000 /* Motion+ is connected */
|
||||||
|
|
||||||
|
#define WIIMOTE_ID(wm) (wm->unid)
|
||||||
|
|
||||||
|
#define WIIMOTE_IS_SET(wm, s) ((wm->state & (s)) == (s))
|
||||||
|
#define WIIMOTE_IS_CONNECTED(wm) (WIIMOTE_IS_SET(wm, WIIMOTE_STATE_CONNECTED))
|
||||||
|
/** @} */
|
||||||
|
|
||||||
|
/** @name LED bit masks */
|
||||||
|
/** @{ */
|
||||||
#define WIIMOTE_LED_NONE 0x00
|
#define WIIMOTE_LED_NONE 0x00
|
||||||
#define WIIMOTE_LED_1 0x10
|
#define WIIMOTE_LED_1 0x10
|
||||||
#define WIIMOTE_LED_2 0x20
|
#define WIIMOTE_LED_2 0x20
|
||||||
#define WIIMOTE_LED_3 0x40
|
#define WIIMOTE_LED_3 0x40
|
||||||
#define WIIMOTE_LED_4 0x80
|
#define WIIMOTE_LED_4 0x80
|
||||||
|
/** @} */
|
||||||
|
|
||||||
/* button codes */
|
/** @name Button codes */
|
||||||
|
/** @{ */
|
||||||
#define WIIMOTE_BUTTON_TWO 0x0001
|
#define WIIMOTE_BUTTON_TWO 0x0001
|
||||||
#define WIIMOTE_BUTTON_ONE 0x0002
|
#define WIIMOTE_BUTTON_ONE 0x0002
|
||||||
#define WIIMOTE_BUTTON_B 0x0004
|
#define WIIMOTE_BUTTON_B 0x0004
|
||||||
@@ -78,13 +179,17 @@
|
|||||||
#define WIIMOTE_BUTTON_ZACCEL_BIT5 0x4000
|
#define WIIMOTE_BUTTON_ZACCEL_BIT5 0x4000
|
||||||
#define WIIMOTE_BUTTON_UNKNOWN 0x8000
|
#define WIIMOTE_BUTTON_UNKNOWN 0x8000
|
||||||
#define WIIMOTE_BUTTON_ALL 0x1F9F
|
#define WIIMOTE_BUTTON_ALL 0x1F9F
|
||||||
|
/** @} */
|
||||||
|
|
||||||
/* nunchul button codes */
|
/** @name Nunchuk button codes */
|
||||||
|
/** @{ */
|
||||||
#define NUNCHUK_BUTTON_Z 0x01
|
#define NUNCHUK_BUTTON_Z 0x01
|
||||||
#define NUNCHUK_BUTTON_C 0x02
|
#define NUNCHUK_BUTTON_C 0x02
|
||||||
#define NUNCHUK_BUTTON_ALL 0x03
|
#define NUNCHUK_BUTTON_ALL 0x03
|
||||||
|
/** @} */
|
||||||
|
|
||||||
/* classic controller button codes */
|
/** @name Classic controller button codes */
|
||||||
|
/** @{ */
|
||||||
#define CLASSIC_CTRL_BUTTON_UP 0x0001
|
#define CLASSIC_CTRL_BUTTON_UP 0x0001
|
||||||
#define CLASSIC_CTRL_BUTTON_LEFT 0x0002
|
#define CLASSIC_CTRL_BUTTON_LEFT 0x0002
|
||||||
#define CLASSIC_CTRL_BUTTON_ZR 0x0004
|
#define CLASSIC_CTRL_BUTTON_ZR 0x0004
|
||||||
@@ -101,8 +206,10 @@
|
|||||||
#define CLASSIC_CTRL_BUTTON_DOWN 0x4000
|
#define CLASSIC_CTRL_BUTTON_DOWN 0x4000
|
||||||
#define CLASSIC_CTRL_BUTTON_RIGHT 0x8000
|
#define CLASSIC_CTRL_BUTTON_RIGHT 0x8000
|
||||||
#define CLASSIC_CTRL_BUTTON_ALL 0xFEFF
|
#define CLASSIC_CTRL_BUTTON_ALL 0xFEFF
|
||||||
|
/** @} */
|
||||||
|
|
||||||
/* guitar hero 3 button codes */
|
/** @name Guitar Hero 3 button codes */
|
||||||
|
/** @{ */
|
||||||
#define GUITAR_HERO_3_BUTTON_STRUM_UP 0x0001
|
#define GUITAR_HERO_3_BUTTON_STRUM_UP 0x0001
|
||||||
#define GUITAR_HERO_3_BUTTON_YELLOW 0x0008
|
#define GUITAR_HERO_3_BUTTON_YELLOW 0x0008
|
||||||
#define GUITAR_HERO_3_BUTTON_GREEN 0x0010
|
#define GUITAR_HERO_3_BUTTON_GREEN 0x0010
|
||||||
@@ -113,28 +220,39 @@
|
|||||||
#define GUITAR_HERO_3_BUTTON_MINUS 0x1000
|
#define GUITAR_HERO_3_BUTTON_MINUS 0x1000
|
||||||
#define GUITAR_HERO_3_BUTTON_STRUM_DOWN 0x4000
|
#define GUITAR_HERO_3_BUTTON_STRUM_DOWN 0x4000
|
||||||
#define GUITAR_HERO_3_BUTTON_ALL 0xFEFF
|
#define GUITAR_HERO_3_BUTTON_ALL 0xFEFF
|
||||||
|
/** @} */
|
||||||
|
|
||||||
|
/** @name Wiimote option flags */
|
||||||
/* wiimote option flags */
|
/** @{ */
|
||||||
#define WIIUSE_SMOOTHING 0x01
|
#define WIIUSE_SMOOTHING 0x01
|
||||||
#define WIIUSE_CONTINUOUS 0x02
|
#define WIIUSE_CONTINUOUS 0x02
|
||||||
#define WIIUSE_ORIENT_THRESH 0x04
|
#define WIIUSE_ORIENT_THRESH 0x04
|
||||||
#define WIIUSE_INIT_FLAGS (WIIUSE_SMOOTHING | WIIUSE_ORIENT_THRESH)
|
#define WIIUSE_INIT_FLAGS (WIIUSE_SMOOTHING | WIIUSE_ORIENT_THRESH)
|
||||||
|
|
||||||
#define WIIUSE_ORIENT_PRECISION 100.0f
|
#define WIIUSE_ORIENT_PRECISION 100.0f
|
||||||
|
/** @} */
|
||||||
|
|
||||||
/* expansion codes */
|
/** @name Expansion codes */
|
||||||
|
/** @{ */
|
||||||
#define EXP_NONE 0
|
#define EXP_NONE 0
|
||||||
#define EXP_NUNCHUK 1
|
#define EXP_NUNCHUK 1
|
||||||
#define EXP_CLASSIC 2
|
#define EXP_CLASSIC 2
|
||||||
#define EXP_GUITAR_HERO_3 3
|
#define EXP_GUITAR_HERO_3 3
|
||||||
|
#define EXP_WII_BOARD 4
|
||||||
|
#define EXP_MOTION_PLUS 5
|
||||||
|
#define EXP_MOTION_PLUS_NUNCHUK 6 /* Motion+ in nunchuk pass-through mode */
|
||||||
|
#define EXP_MOTION_PLUS_CLASSIC 7 /* Motion+ in classic ctr. pass-through mode */
|
||||||
|
/** @} */
|
||||||
|
|
||||||
/* IR correction types */
|
/** @brief IR correction types */
|
||||||
typedef enum ir_position_t {
|
typedef enum ir_position_t {
|
||||||
WIIUSE_IR_ABOVE,
|
WIIUSE_IR_ABOVE,
|
||||||
WIIUSE_IR_BELOW
|
WIIUSE_IR_BELOW
|
||||||
} ir_position_t;
|
} ir_position_t;
|
||||||
|
|
||||||
|
|
||||||
|
/** @name Device Inquiry Macros */
|
||||||
|
/** @{ */
|
||||||
/**
|
/**
|
||||||
* @brief Check if a button is pressed.
|
* @brief Check if a button is pressed.
|
||||||
* @param dev Pointer to a wiimote_t or expansion structure.
|
* @param dev Pointer to a wiimote_t or expansion structure.
|
||||||
@@ -176,7 +294,7 @@ typedef enum ir_position_t {
|
|||||||
* @param lvl [out] Pointer to an int that will hold the level setting.
|
* @param lvl [out] Pointer to an int that will hold the level setting.
|
||||||
* If no level is set 'lvl' will be set to 0.
|
* If no level is set 'lvl' will be set to 0.
|
||||||
*/
|
*/
|
||||||
#define WIIUSE_GET_IR_SENSITIVITY(dev, lvl) \
|
#define WIIUSE_GET_IR_SENSITIVITY(wm, lvl) \
|
||||||
do { \
|
do { \
|
||||||
if ((wm->state & 0x0200) == 0x0200) *lvl = 1; \
|
if ((wm->state & 0x0200) == 0x0200) *lvl = 1; \
|
||||||
else if ((wm->state & 0x0400) == 0x0400) *lvl = 2; \
|
else if ((wm->state & 0x0400) == 0x0400) *lvl = 2; \
|
||||||
@@ -192,22 +310,20 @@ typedef enum ir_position_t {
|
|||||||
#define WIIUSE_USING_SPEAKER(wm) ((wm->state & 0x100) == 0x100)
|
#define WIIUSE_USING_SPEAKER(wm) ((wm->state & 0x100) == 0x100)
|
||||||
|
|
||||||
#define WIIUSE_IS_LED_SET(wm, num) ((wm->leds & WIIMOTE_LED_##num) == WIIMOTE_LED_##num)
|
#define WIIUSE_IS_LED_SET(wm, num) ((wm->leds & WIIMOTE_LED_##num) == WIIMOTE_LED_##num)
|
||||||
|
/** @} */
|
||||||
/*
|
|
||||||
* Largest known payload is 21 bytes.
|
|
||||||
* Add 2 for the prefix and round up to a power of 2.
|
|
||||||
*/
|
|
||||||
#define MAX_PAYLOAD 32
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is left over from an old hack, but it may actually
|
* This is left over from an old hack, but it may actually
|
||||||
* be a useful feature to keep so it wasn't removed.
|
* be a useful feature to keep so it wasn't removed.
|
||||||
*/
|
*/
|
||||||
#ifdef WIN32
|
#ifdef WIIUSE_WIN32
|
||||||
#define WIIMOTE_DEFAULT_TIMEOUT 10
|
#define WIIMOTE_DEFAULT_TIMEOUT 10
|
||||||
#define WIIMOTE_EXP_TIMEOUT 10
|
#define WIIMOTE_EXP_TIMEOUT 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define WIIUSE_SYNC_HANDSHAKE
|
||||||
|
|
||||||
|
|
||||||
typedef unsigned char byte;
|
typedef unsigned char byte;
|
||||||
typedef char sbyte;
|
typedef char sbyte;
|
||||||
|
|
||||||
@@ -230,27 +346,40 @@ struct gforce_t;
|
|||||||
* library when the wiimote has returned the full data requested by a previous
|
* library when the wiimote has returned the full data requested by a previous
|
||||||
* call to wiiuse_read_data().
|
* call to wiiuse_read_data().
|
||||||
*/
|
*/
|
||||||
typedef void (*wiiuse_read_cb)(struct wiimote_t* wm, byte* data, unsigned short len);
|
typedef void (*wiiuse_read_cb)(struct wiimote_t* wm, byte* data, uint16_t len);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @struct read_req_t
|
|
||||||
* @brief Data read request structure.
|
* @brief Data read request structure.
|
||||||
*/
|
*/
|
||||||
struct read_req_t {
|
struct read_req_t {
|
||||||
wiiuse_read_cb cb; /**< read data callback */
|
wiiuse_read_cb cb; /**< read data callback */
|
||||||
byte* buf; /**< buffer where read data is written */
|
byte* buf; /**< buffer where read data is written */
|
||||||
unsigned int addr; /**< the offset that the read started at */
|
uint32_t addr; /**< the offset that the read started at */
|
||||||
unsigned short size; /**< the length of the data read */
|
uint16_t size; /**< the length of the data read */
|
||||||
unsigned short wait; /**< num bytes still needed to finish read */
|
uint16_t wait; /**< num bytes still needed to finish read */
|
||||||
byte dirty; /**< set to 1 if not using callback and needs to be cleaned up */
|
byte dirty; /**< set to 1 if not using callback and needs to be cleaned up */
|
||||||
|
|
||||||
struct read_req_t* next; /**< next read request in the queue */
|
struct read_req_t* next; /**< next read request in the queue */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct ang3s_t
|
||||||
|
* @brief Roll/Pitch/Yaw short angles.
|
||||||
|
*/
|
||||||
|
typedef struct ang3s_t {
|
||||||
|
int16_t roll, pitch, yaw;
|
||||||
|
} ang3s_t;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct ang3f_t
|
||||||
|
* @brief Roll/Pitch/Yaw float angles.
|
||||||
|
*/
|
||||||
|
typedef struct ang3f_t {
|
||||||
|
float roll, pitch, yaw;
|
||||||
|
} ang3f_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @struct vec2b_t
|
|
||||||
* @brief Unsigned x,y byte vector.
|
* @brief Unsigned x,y byte vector.
|
||||||
*/
|
*/
|
||||||
typedef struct vec2b_t {
|
typedef struct vec2b_t {
|
||||||
@@ -259,7 +388,6 @@ typedef struct vec2b_t {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @struct vec3b_t
|
|
||||||
* @brief Unsigned x,y,z byte vector.
|
* @brief Unsigned x,y,z byte vector.
|
||||||
*/
|
*/
|
||||||
typedef struct vec3b_t {
|
typedef struct vec3b_t {
|
||||||
@@ -268,7 +396,6 @@ typedef struct vec3b_t {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @struct vec3f_t
|
|
||||||
* @brief Signed x,y,z float struct.
|
* @brief Signed x,y,z float struct.
|
||||||
*/
|
*/
|
||||||
typedef struct vec3f_t {
|
typedef struct vec3f_t {
|
||||||
@@ -277,7 +404,6 @@ typedef struct vec3f_t {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @struct orient_t
|
|
||||||
* @brief Orientation struct.
|
* @brief Orientation struct.
|
||||||
*
|
*
|
||||||
* Yaw, pitch, and roll range from -180 to 180 degrees.
|
* Yaw, pitch, and roll range from -180 to 180 degrees.
|
||||||
@@ -293,7 +419,6 @@ typedef struct orient_t {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @struct gforce_t
|
|
||||||
* @brief Gravity force struct.
|
* @brief Gravity force struct.
|
||||||
*/
|
*/
|
||||||
typedef struct gforce_t {
|
typedef struct gforce_t {
|
||||||
@@ -302,7 +427,6 @@ typedef struct gforce_t {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @struct accel_t
|
|
||||||
* @brief Accelerometer struct. For any device with an accelerometer.
|
* @brief Accelerometer struct. For any device with an accelerometer.
|
||||||
*/
|
*/
|
||||||
typedef struct accel_t {
|
typedef struct accel_t {
|
||||||
@@ -316,7 +440,6 @@ typedef struct accel_t {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @struct ir_dot_t
|
|
||||||
* @brief A single IR source.
|
* @brief A single IR source.
|
||||||
*/
|
*/
|
||||||
typedef struct ir_dot_t {
|
typedef struct ir_dot_t {
|
||||||
@@ -325,8 +448,8 @@ typedef struct ir_dot_t {
|
|||||||
unsigned int x; /**< interpolated X coordinate */
|
unsigned int x; /**< interpolated X coordinate */
|
||||||
unsigned int y; /**< interpolated Y coordinate */
|
unsigned int y; /**< interpolated Y coordinate */
|
||||||
|
|
||||||
short rx; /**< raw X coordinate (0-1023) */
|
int16_t rx; /**< raw X coordinate (0-1023) */
|
||||||
short ry; /**< raw Y coordinate (0-767) */
|
int16_t ry; /**< raw Y coordinate (0-767) */
|
||||||
|
|
||||||
byte order; /**< increasing order by x-axis value */
|
byte order; /**< increasing order by x-axis value */
|
||||||
|
|
||||||
@@ -335,7 +458,6 @@ typedef struct ir_dot_t {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @enum aspect_t
|
|
||||||
* @brief Screen aspect ratio.
|
* @brief Screen aspect ratio.
|
||||||
*/
|
*/
|
||||||
typedef enum aspect_t {
|
typedef enum aspect_t {
|
||||||
@@ -345,7 +467,6 @@ typedef enum aspect_t {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @struct ir_t
|
|
||||||
* @brief IR struct. Hold all data related to the IR tracking.
|
* @brief IR struct. Hold all data related to the IR tracking.
|
||||||
*/
|
*/
|
||||||
typedef struct ir_t {
|
typedef struct ir_t {
|
||||||
@@ -372,7 +493,6 @@ typedef struct ir_t {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @struct joystick_t
|
|
||||||
* @brief Joystick calibration structure.
|
* @brief Joystick calibration structure.
|
||||||
*
|
*
|
||||||
* The angle \a ang is relative to the positive y-axis into quadrant I
|
* The angle \a ang is relative to the positive y-axis into quadrant I
|
||||||
@@ -393,11 +513,12 @@ typedef struct joystick_t {
|
|||||||
|
|
||||||
float ang; /**< angle the joystick is being held */
|
float ang; /**< angle the joystick is being held */
|
||||||
float mag; /**< magnitude of the joystick (range 0-1) */
|
float mag; /**< magnitude of the joystick (range 0-1) */
|
||||||
|
float x; /**< horizontal position of the joystick (range [-1, 1] */
|
||||||
|
float y; /**< vertical position of the joystick (range [-1, 1] */
|
||||||
} joystick_t;
|
} joystick_t;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @struct nunchuk_t
|
|
||||||
* @brief Nunchuk expansion device.
|
* @brief Nunchuk expansion device.
|
||||||
*/
|
*/
|
||||||
typedef struct nunchuk_t {
|
typedef struct nunchuk_t {
|
||||||
@@ -420,13 +541,12 @@ typedef struct nunchuk_t {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @struct classic_ctrl_t
|
|
||||||
* @brief Classic controller expansion device.
|
* @brief Classic controller expansion device.
|
||||||
*/
|
*/
|
||||||
typedef struct classic_ctrl_t {
|
typedef struct classic_ctrl_t {
|
||||||
short btns; /**< what buttons have just been pressed */
|
int16_t btns; /**< what buttons have just been pressed */
|
||||||
short btns_held; /**< what buttons are being held down */
|
int16_t btns_held; /**< what buttons are being held down */
|
||||||
short btns_released; /**< what buttons were just released this */
|
int16_t btns_released; /**< what buttons were just released this */
|
||||||
|
|
||||||
float r_shoulder; /**< right shoulder button (range 0-1) */
|
float r_shoulder; /**< right shoulder button (range 0-1) */
|
||||||
float l_shoulder; /**< left shoulder button (range 0-1) */
|
float l_shoulder; /**< left shoulder button (range 0-1) */
|
||||||
@@ -437,13 +557,12 @@ typedef struct classic_ctrl_t {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @struct guitar_hero_3_t
|
|
||||||
* @brief Guitar Hero 3 expansion device.
|
* @brief Guitar Hero 3 expansion device.
|
||||||
*/
|
*/
|
||||||
typedef struct guitar_hero_3_t {
|
typedef struct guitar_hero_3_t {
|
||||||
short btns; /**< what buttons have just been pressed */
|
int16_t btns; /**< what buttons have just been pressed */
|
||||||
short btns_held; /**< what buttons are being held down */
|
int16_t btns_held; /**< what buttons are being held down */
|
||||||
short btns_released; /**< what buttons were just released this */
|
int16_t btns_released; /**< what buttons were just released this */
|
||||||
|
|
||||||
float whammy_bar; /**< whammy bar (range 0-1) */
|
float whammy_bar; /**< whammy bar (range 0-1) */
|
||||||
|
|
||||||
@@ -452,22 +571,80 @@ typedef struct guitar_hero_3_t {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @struct expansion_t
|
* @brief Motion Plus expansion device
|
||||||
|
*/
|
||||||
|
typedef struct motion_plus_t {
|
||||||
|
byte ext; /**< is there a device on the pass-through port? */
|
||||||
|
|
||||||
|
struct ang3s_t raw_gyro; /**< current raw gyroscope data */
|
||||||
|
struct ang3s_t cal_gyro; /**< calibration raw gyroscope data */
|
||||||
|
struct ang3f_t angle_rate_gyro; /**< current gyro angle rate */
|
||||||
|
struct orient_t orient; /**< current orientation on each axis using Motion Plus gyroscopes */
|
||||||
|
byte acc_mode; /**< Fast/slow rotation mode for roll, pitch and yaw (0 if rotating fast, 1 if slow or still) */
|
||||||
|
int raw_gyro_threshold; /**< threshold for gyroscopes to generate an event */
|
||||||
|
|
||||||
|
struct nunchuk_t *nc; /**< pointers to nunchuk & classic in pass-through-mode */
|
||||||
|
struct classic_ctrl_t *classic;
|
||||||
|
} motion_plus_t;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Wii Balance Board "expansion" device.
|
||||||
|
*
|
||||||
|
* A Balance Board presents itself as a Wiimote with a permanently-attached
|
||||||
|
* Balance Board expansion device.
|
||||||
|
*/
|
||||||
|
typedef struct wii_board_t {
|
||||||
|
/** @name Interpolated weight per sensor (kg)
|
||||||
|
*
|
||||||
|
* These are the values you're most likely to use.
|
||||||
|
*
|
||||||
|
* See example.c for how to compute total weight and center of gravity
|
||||||
|
* from these values.
|
||||||
|
*/
|
||||||
|
/** @{ */
|
||||||
|
float tl;
|
||||||
|
float tr;
|
||||||
|
float bl;
|
||||||
|
float br;
|
||||||
|
/** @} */
|
||||||
|
|
||||||
|
/** @name Raw sensor values */
|
||||||
|
/** @{ */
|
||||||
|
uint16_t rtl;
|
||||||
|
uint16_t rtr;
|
||||||
|
uint16_t rbl;
|
||||||
|
uint16_t rbr;
|
||||||
|
/** @} */
|
||||||
|
|
||||||
|
/** @name Sensor calibration values */
|
||||||
|
/** @{ */
|
||||||
|
uint16_t ctl[3]; /* Calibration */
|
||||||
|
uint16_t ctr[3];
|
||||||
|
uint16_t cbl[3];
|
||||||
|
uint16_t cbr[3]; /* /Calibration */
|
||||||
|
/** @} */
|
||||||
|
uint8_t update_calib;
|
||||||
|
} wii_board_t;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
* @brief Generic expansion device plugged into wiimote.
|
* @brief Generic expansion device plugged into wiimote.
|
||||||
*/
|
*/
|
||||||
typedef struct expansion_t {
|
typedef struct expansion_t {
|
||||||
int type; /**< type of expansion attached */
|
int type; /**< type of expansion attached */
|
||||||
|
|
||||||
|
struct motion_plus_t mp;
|
||||||
|
|
||||||
union {
|
union {
|
||||||
struct nunchuk_t nunchuk;
|
struct nunchuk_t nunchuk;
|
||||||
struct classic_ctrl_t classic;
|
struct classic_ctrl_t classic;
|
||||||
struct guitar_hero_3_t gh3;
|
struct guitar_hero_3_t gh3;
|
||||||
|
struct wii_board_t wb;
|
||||||
};
|
};
|
||||||
} expansion_t;
|
} expansion_t;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @enum win32_bt_stack_t
|
|
||||||
* @brief Available bluetooth stacks for Windows.
|
* @brief Available bluetooth stacks for Windows.
|
||||||
*/
|
*/
|
||||||
typedef enum win_bt_stack_t {
|
typedef enum win_bt_stack_t {
|
||||||
@@ -478,7 +655,6 @@ typedef enum win_bt_stack_t {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @struct wiimote_state_t
|
|
||||||
* @brief Significant data from the previous event.
|
* @brief Significant data from the previous event.
|
||||||
*/
|
*/
|
||||||
typedef struct wiimote_state_t {
|
typedef struct wiimote_state_t {
|
||||||
@@ -487,26 +663,36 @@ typedef struct wiimote_state_t {
|
|||||||
float exp_rjs_ang;
|
float exp_rjs_ang;
|
||||||
float exp_ljs_mag;
|
float exp_ljs_mag;
|
||||||
float exp_rjs_mag;
|
float exp_rjs_mag;
|
||||||
unsigned short exp_btns;
|
uint16_t exp_btns;
|
||||||
struct orient_t exp_orient;
|
struct orient_t exp_orient;
|
||||||
struct vec3b_t exp_accel;
|
struct vec3b_t exp_accel;
|
||||||
float exp_r_shoulder;
|
float exp_r_shoulder;
|
||||||
float exp_l_shoulder;
|
float exp_l_shoulder;
|
||||||
|
|
||||||
|
/* motion plus */
|
||||||
|
short drx;
|
||||||
|
short dry;
|
||||||
|
short drz;
|
||||||
|
|
||||||
|
/* wiiboard */
|
||||||
|
uint16_t exp_wb_rtr;
|
||||||
|
uint16_t exp_wb_rtl;
|
||||||
|
uint16_t exp_wb_rbr;
|
||||||
|
uint16_t exp_wb_rbl;
|
||||||
|
|
||||||
/* ir_t */
|
/* ir_t */
|
||||||
int ir_ax;
|
int ir_ax;
|
||||||
int ir_ay;
|
int ir_ay;
|
||||||
float ir_distance;
|
float ir_distance;
|
||||||
|
|
||||||
struct orient_t orient;
|
struct orient_t orient;
|
||||||
unsigned short btns;
|
uint16_t btns;
|
||||||
|
|
||||||
struct vec3b_t accel;
|
struct vec3b_t accel;
|
||||||
} wiimote_state_t;
|
} wiimote_state_t;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @enum WIIUSE_EVENT_TYPE
|
|
||||||
* @brief Events that wiiuse can generate from a poll.
|
* @brief Events that wiiuse can generate from a poll.
|
||||||
*/
|
*/
|
||||||
typedef enum WIIUSE_EVENT_TYPE {
|
typedef enum WIIUSE_EVENT_TYPE {
|
||||||
@@ -517,34 +703,55 @@ typedef enum WIIUSE_EVENT_TYPE {
|
|||||||
WIIUSE_DISCONNECT,
|
WIIUSE_DISCONNECT,
|
||||||
WIIUSE_UNEXPECTED_DISCONNECT,
|
WIIUSE_UNEXPECTED_DISCONNECT,
|
||||||
WIIUSE_READ_DATA,
|
WIIUSE_READ_DATA,
|
||||||
|
WIIUSE_WRITE_DATA,
|
||||||
WIIUSE_NUNCHUK_INSERTED,
|
WIIUSE_NUNCHUK_INSERTED,
|
||||||
WIIUSE_NUNCHUK_REMOVED,
|
WIIUSE_NUNCHUK_REMOVED,
|
||||||
WIIUSE_CLASSIC_CTRL_INSERTED,
|
WIIUSE_CLASSIC_CTRL_INSERTED,
|
||||||
WIIUSE_CLASSIC_CTRL_REMOVED,
|
WIIUSE_CLASSIC_CTRL_REMOVED,
|
||||||
WIIUSE_GUITAR_HERO_3_CTRL_INSERTED,
|
WIIUSE_GUITAR_HERO_3_CTRL_INSERTED,
|
||||||
WIIUSE_GUITAR_HERO_3_CTRL_REMOVED
|
WIIUSE_GUITAR_HERO_3_CTRL_REMOVED,
|
||||||
|
WIIUSE_WII_BOARD_CTRL_INSERTED,
|
||||||
|
WIIUSE_WII_BOARD_CTRL_REMOVED,
|
||||||
|
WIIUSE_MOTION_PLUS_ACTIVATED,
|
||||||
|
WIIUSE_MOTION_PLUS_REMOVED
|
||||||
} WIIUSE_EVENT_TYPE;
|
} WIIUSE_EVENT_TYPE;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @struct wiimote_t
|
* @brief Main Wiimote device structure.
|
||||||
* @brief Wiimote structure.
|
*
|
||||||
|
* You need one of these to do pretty much anything with this library.
|
||||||
*/
|
*/
|
||||||
typedef struct wiimote_t {
|
typedef struct wiimote_t {
|
||||||
WCONST int unid; /**< user specified id */
|
WCONST int unid; /**< user specified id */
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifdef WIIUSE_BLUEZ
|
||||||
WCONST bdaddr_t bdaddr; /**< bt address */
|
/** @name Linux-specific (BlueZ) members */
|
||||||
WCONST char bdaddr_str[18]; /**< readable bt address */
|
/** @{ */
|
||||||
WCONST int out_sock; /**< output socket */
|
WCONST char bdaddr_str[18]; /**< readable bt address */
|
||||||
WCONST int in_sock; /**< input socket */
|
WCONST bdaddr_t bdaddr; /**< bt address */
|
||||||
#else
|
WCONST int out_sock; /**< output socket */
|
||||||
WCONST HANDLE dev_handle; /**< HID handle */
|
WCONST int in_sock; /**< input socket */
|
||||||
WCONST OVERLAPPED hid_overlap; /**< overlap handle */
|
/** @} */
|
||||||
WCONST enum win_bt_stack_t stack; /**< type of bluetooth stack to use */
|
#endif
|
||||||
WCONST int timeout; /**< read timeout */
|
|
||||||
WCONST byte normal_timeout; /**< normal timeout */
|
#ifdef WIIUSE_WIN32
|
||||||
WCONST byte exp_timeout; /**< timeout for expansion handshake */
|
/** @name Windows-specific members */
|
||||||
#endif
|
/** @{ */
|
||||||
|
WCONST HANDLE dev_handle; /**< HID handle */
|
||||||
|
WCONST OVERLAPPED hid_overlap; /**< overlap handle */
|
||||||
|
WCONST enum win_bt_stack_t stack; /**< type of bluetooth stack to use */
|
||||||
|
WCONST int timeout; /**< read timeout */
|
||||||
|
WCONST byte normal_timeout; /**< normal timeout */
|
||||||
|
WCONST byte exp_timeout; /**< timeout for expansion handshake */
|
||||||
|
/** @} */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef WIIUSE_MAC
|
||||||
|
/** @name Mac OS X-specific members */
|
||||||
|
/** @{ */
|
||||||
|
WCONST void* objc_wm; /** WiiuseWiimote* as opaque pointer */
|
||||||
|
/** @} */
|
||||||
|
#endif
|
||||||
|
|
||||||
WCONST int state; /**< various state flags */
|
WCONST int state; /**< various state flags */
|
||||||
WCONST byte leds; /**< currently lit leds */
|
WCONST byte leds; /**< currently lit leds */
|
||||||
@@ -552,7 +759,11 @@ typedef struct wiimote_t {
|
|||||||
|
|
||||||
WCONST int flags; /**< options flag */
|
WCONST int flags; /**< options flag */
|
||||||
|
|
||||||
|
#ifndef WIIUSE_SYNC_HANDSHAKE
|
||||||
WCONST byte handshake_state; /**< the state of the connection handshake */
|
WCONST byte handshake_state; /**< the state of the connection handshake */
|
||||||
|
#endif
|
||||||
|
WCONST byte expansion_state; /**< the state of the expansion handshake */
|
||||||
|
WCONST struct data_req_t* data_req; /**< list of data read requests */
|
||||||
|
|
||||||
WCONST struct read_req_t* read_req; /**< list of data read requests */
|
WCONST struct read_req_t* read_req; /**< list of data read requests */
|
||||||
WCONST struct accel_t accel_calib; /**< wiimote accelerometer calibration */
|
WCONST struct accel_t accel_calib; /**< wiimote accelerometer calibration */
|
||||||
@@ -564,19 +775,83 @@ typedef struct wiimote_t {
|
|||||||
|
|
||||||
WCONST struct ir_t ir; /**< IR data */
|
WCONST struct ir_t ir; /**< IR data */
|
||||||
|
|
||||||
WCONST unsigned short btns; /**< what buttons have just been pressed */
|
WCONST uint16_t btns; /**< what buttons have just been pressed */
|
||||||
WCONST unsigned short btns_held; /**< what buttons are being held down */
|
WCONST uint16_t btns_held; /**< what buttons are being held down */
|
||||||
WCONST unsigned short btns_released; /**< what buttons were just released this */
|
WCONST uint16_t btns_released; /**< what buttons were just released this */
|
||||||
|
|
||||||
WCONST float orient_threshold; /**< threshold for orient to generate an event */
|
WCONST float orient_threshold; /**< threshold for orient to generate an event */
|
||||||
WCONST int accel_threshold; /**< threshold for accel to generate an event */
|
WCONST int32_t accel_threshold; /**< threshold for accel to generate an event */
|
||||||
|
|
||||||
WCONST struct wiimote_state_t lstate; /**< last saved state */
|
WCONST struct wiimote_state_t lstate; /**< last saved state */
|
||||||
|
|
||||||
WCONST WIIUSE_EVENT_TYPE event; /**< type of event that occured */
|
WCONST WIIUSE_EVENT_TYPE event; /**< type of event that occurred */
|
||||||
WCONST byte event_buf[MAX_PAYLOAD]; /**< event buffer */
|
WCONST byte motion_plus_id[6];
|
||||||
} wiimote;
|
} wiimote;
|
||||||
|
|
||||||
|
/** @brief Data passed to a callback during wiiuse_update() */
|
||||||
|
typedef struct wiimote_callback_data_t {
|
||||||
|
WCONST int uid;
|
||||||
|
WCONST byte leds;
|
||||||
|
WCONST float battery_level;
|
||||||
|
WCONST struct vec3b_t accel;
|
||||||
|
WCONST struct orient_t orient;
|
||||||
|
WCONST struct gforce_t gforce;
|
||||||
|
WCONST struct ir_t ir;
|
||||||
|
WCONST uint16_t buttons;
|
||||||
|
WCONST uint16_t buttons_held;
|
||||||
|
WCONST uint16_t buttons_released;
|
||||||
|
WCONST WIIUSE_EVENT_TYPE event;
|
||||||
|
WCONST int state;
|
||||||
|
WCONST struct expansion_t expansion;
|
||||||
|
} wiimote_callback_data_t;
|
||||||
|
|
||||||
|
/** @brief Callback type */
|
||||||
|
typedef void (*wiiuse_update_cb)(struct wiimote_callback_data_t* wm);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Callback that handles a write event.
|
||||||
|
*
|
||||||
|
* @param wm Pointer to a wiimote_t structure.
|
||||||
|
* @param data Pointer to the sent data block.
|
||||||
|
* @param len Length in bytes of the data block.
|
||||||
|
*
|
||||||
|
* @see wiiuse_init()
|
||||||
|
*
|
||||||
|
* A registered function of this type is called automatically by the wiiuse
|
||||||
|
* library when the wiimote has returned the full data requested by a previous
|
||||||
|
* call to wiiuse_write_data().
|
||||||
|
*/
|
||||||
|
typedef void (*wiiuse_write_cb)(struct wiimote_t* wm, unsigned char* data, unsigned short len);
|
||||||
|
|
||||||
|
typedef enum data_req_s {
|
||||||
|
REQ_READY = 0,
|
||||||
|
REQ_SENT,
|
||||||
|
REQ_DONE
|
||||||
|
} data_req_s;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @struct data_req_t
|
||||||
|
* @brief Data write request structure.
|
||||||
|
*/
|
||||||
|
struct data_req_t {
|
||||||
|
|
||||||
|
byte data[21]; /**< buffer where read data is written */
|
||||||
|
byte len;
|
||||||
|
unsigned int addr;
|
||||||
|
data_req_s state; /**< set to 1 if not using callback and needs to be cleaned up */
|
||||||
|
wiiuse_write_cb cb; /**< read data callback */
|
||||||
|
struct data_req_t *next;
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Loglevels supported by wiiuse.
|
||||||
|
*/
|
||||||
|
typedef enum wiiuse_loglevel {
|
||||||
|
LOGLEVEL_ERROR = 0,
|
||||||
|
LOGLEVEL_WARNING = 1,
|
||||||
|
LOGLEVEL_INFO = 2,
|
||||||
|
LOGLEVEL_DEBUG = 3
|
||||||
|
} wiiuse_loglevel;
|
||||||
|
|
||||||
/*****************************************
|
/*****************************************
|
||||||
*
|
*
|
||||||
@@ -584,9 +859,14 @@ typedef struct wiimote_t {
|
|||||||
*
|
*
|
||||||
*****************************************/
|
*****************************************/
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef WIIUSE_WIN32
|
||||||
#define WIIUSE_EXPORT_DECL __declspec(dllexport)
|
#ifdef WIIUSE_STATIC
|
||||||
#define WIIUSE_IMPORT_DECL __declspec(dllimport)
|
#define WIIUSE_EXPORT_DECL
|
||||||
|
#define WIIUSE_IMPORT_DECL
|
||||||
|
#else
|
||||||
|
#define WIIUSE_EXPORT_DECL __declspec(dllexport)
|
||||||
|
#define WIIUSE_IMPORT_DECL __declspec(dllimport)
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#define WIIUSE_EXPORT_DECL
|
#define WIIUSE_EXPORT_DECL
|
||||||
#define WIIUSE_IMPORT_DECL
|
#define WIIUSE_IMPORT_DECL
|
||||||
@@ -602,52 +882,75 @@ typedef struct wiimote_t {
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* wiiuse.c */
|
/* wiiuse.c */
|
||||||
WIIUSE_EXPORT extern const char* wiiuse_version();
|
WIIUSE_EXPORT extern const char* wiiuse_version();
|
||||||
|
|
||||||
WIIUSE_EXPORT extern struct wiimote_t** wiiuse_init(int wiimotes);
|
/** @brief Define indicating the presence of the feature allowing you to
|
||||||
WIIUSE_EXPORT extern void wiiuse_disconnected(struct wiimote_t* wm);
|
* redirect output for one or more logging levels within the library.
|
||||||
WIIUSE_EXPORT extern void wiiuse_cleanup(struct wiimote_t** wm, int wiimotes);
|
*/
|
||||||
WIIUSE_EXPORT extern void wiiuse_rumble(struct wiimote_t* wm, int status);
|
#define WIIUSE_HAS_OUTPUT_REDIRECTION
|
||||||
WIIUSE_EXPORT extern void wiiuse_toggle_rumble(struct wiimote_t* wm);
|
WIIUSE_EXPORT extern void wiiuse_set_output(enum wiiuse_loglevel loglevel, FILE *logtarget);
|
||||||
WIIUSE_EXPORT extern void wiiuse_set_leds(struct wiimote_t* wm, int leds);
|
|
||||||
WIIUSE_EXPORT extern void wiiuse_motion_sensing(struct wiimote_t* wm, int status);
|
|
||||||
WIIUSE_EXPORT extern int wiiuse_read_data(struct wiimote_t* wm, byte* buffer, unsigned int offset, unsigned short len);
|
|
||||||
WIIUSE_EXPORT extern int wiiuse_write_data(struct wiimote_t* wm, unsigned int addr, byte* data, byte len);
|
|
||||||
WIIUSE_EXPORT extern void wiiuse_status(struct wiimote_t* wm);
|
|
||||||
WIIUSE_EXPORT extern struct wiimote_t* wiiuse_get_by_id(struct wiimote_t** wm, int wiimotes, int unid);
|
|
||||||
WIIUSE_EXPORT extern int wiiuse_set_flags(struct wiimote_t* wm, int enable, int disable);
|
|
||||||
WIIUSE_EXPORT extern float wiiuse_set_smooth_alpha(struct wiimote_t* wm, float alpha);
|
|
||||||
WIIUSE_EXPORT extern void wiiuse_set_bluetooth_stack(struct wiimote_t** wm, int wiimotes, enum win_bt_stack_t type);
|
|
||||||
WIIUSE_EXPORT extern void wiiuse_set_orient_threshold(struct wiimote_t* wm, float threshold);
|
|
||||||
WIIUSE_EXPORT extern void wiiuse_resync(struct wiimote_t* wm);
|
|
||||||
WIIUSE_EXPORT extern void wiiuse_set_timeout(struct wiimote_t** wm, int wiimotes, byte normal_timeout, byte exp_timeout);
|
|
||||||
WIIUSE_EXPORT extern void wiiuse_set_accel_threshold(struct wiimote_t* wm, int threshold);
|
|
||||||
|
|
||||||
/* connect.c */
|
WIIUSE_EXPORT extern struct wiimote_t** wiiuse_init(int wiimotes);
|
||||||
WIIUSE_EXPORT extern int wiiuse_find(struct wiimote_t** wm, int max_wiimotes, int timeout);
|
WIIUSE_EXPORT extern void wiiuse_disconnected(struct wiimote_t* wm);
|
||||||
WIIUSE_EXPORT extern int wiiuse_connect(struct wiimote_t** wm, int wiimotes);
|
WIIUSE_EXPORT extern void wiiuse_cleanup(struct wiimote_t** wm, int wiimotes);
|
||||||
WIIUSE_EXPORT extern void wiiuse_disconnect(struct wiimote_t* wm);
|
WIIUSE_EXPORT extern void wiiuse_rumble(struct wiimote_t* wm, int status);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_toggle_rumble(struct wiimote_t* wm);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_leds(struct wiimote_t* wm, int leds);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_motion_sensing(struct wiimote_t* wm, int status);
|
||||||
|
WIIUSE_EXPORT extern int wiiuse_read_data(struct wiimote_t* wm, byte* buffer, unsigned int offset, uint16_t len);
|
||||||
|
WIIUSE_EXPORT extern int wiiuse_write_data(struct wiimote_t* wm, unsigned int addr, const byte* data, byte len);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_status(struct wiimote_t* wm);
|
||||||
|
WIIUSE_EXPORT extern struct wiimote_t* wiiuse_get_by_id(struct wiimote_t** wm, int wiimotes, int unid);
|
||||||
|
WIIUSE_EXPORT extern int wiiuse_set_flags(struct wiimote_t* wm, int enable, int disable);
|
||||||
|
WIIUSE_EXPORT extern float wiiuse_set_smooth_alpha(struct wiimote_t* wm, float alpha);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_bluetooth_stack(struct wiimote_t** wm, int wiimotes, enum win_bt_stack_t type);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_orient_threshold(struct wiimote_t* wm, float threshold);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_resync(struct wiimote_t* wm);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_timeout(struct wiimote_t** wm, int wiimotes, byte normal_timeout, byte exp_timeout);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_accel_threshold(struct wiimote_t* wm, int threshold);
|
||||||
|
|
||||||
/* events.c */
|
/* io.c */
|
||||||
WIIUSE_EXPORT extern int wiiuse_poll(struct wiimote_t** wm, int wiimotes);
|
WIIUSE_EXPORT extern int wiiuse_find(struct wiimote_t** wm, int max_wiimotes, int timeout);
|
||||||
|
WIIUSE_EXPORT extern int wiiuse_connect(struct wiimote_t** wm, int wiimotes);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_disconnect(struct wiimote_t* wm);
|
||||||
|
|
||||||
/* ir.c */
|
/* events.c */
|
||||||
WIIUSE_EXPORT extern void wiiuse_set_ir(struct wiimote_t* wm, int status);
|
WIIUSE_EXPORT extern int wiiuse_poll(struct wiimote_t** wm, int wiimotes);
|
||||||
WIIUSE_EXPORT extern void wiiuse_set_ir_vres(struct wiimote_t* wm, unsigned int x, unsigned int y);
|
|
||||||
WIIUSE_EXPORT extern void wiiuse_set_ir_position(struct wiimote_t* wm, enum ir_position_t pos);
|
|
||||||
WIIUSE_EXPORT extern void wiiuse_set_aspect_ratio(struct wiimote_t* wm, enum aspect_t aspect);
|
|
||||||
WIIUSE_EXPORT extern void wiiuse_set_ir_sensitivity(struct wiimote_t* wm, int level);
|
|
||||||
|
|
||||||
/* nunchuk.c */
|
/**
|
||||||
WIIUSE_EXPORT extern void wiiuse_set_nunchuk_orient_threshold(struct wiimote_t* wm, float threshold);
|
* @brief Poll Wiimotes, and call the provided callback with information
|
||||||
WIIUSE_EXPORT extern void wiiuse_set_nunchuk_accel_threshold(struct wiimote_t* wm, int threshold);
|
* on each Wiimote that had an event.
|
||||||
|
*
|
||||||
|
* Alternative to calling wiiuse_poll yourself, and provides the same
|
||||||
|
* information struct on all platforms.
|
||||||
|
*
|
||||||
|
* @return Number of wiimotes that had an event.
|
||||||
|
*/
|
||||||
|
WIIUSE_EXPORT extern int wiiuse_update(struct wiimote_t** wm, int wiimotes, wiiuse_update_cb callback);
|
||||||
|
|
||||||
|
/* ir.c */
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_ir(struct wiimote_t* wm, int status);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_ir_vres(struct wiimote_t* wm, unsigned int x, unsigned int y);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_ir_position(struct wiimote_t* wm, enum ir_position_t pos);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_aspect_ratio(struct wiimote_t* wm, enum aspect_t aspect);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_ir_sensitivity(struct wiimote_t* wm, int level);
|
||||||
|
|
||||||
|
/* nunchuk.c */
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_nunchuk_orient_threshold(struct wiimote_t* wm, float threshold);
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_nunchuk_accel_threshold(struct wiimote_t* wm, int threshold);
|
||||||
|
|
||||||
|
/* wiiboard.c */
|
||||||
|
/* this function not currently implemented... */
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_wii_board_calib(struct wiimote_t *wm);
|
||||||
|
|
||||||
|
WIIUSE_EXPORT extern void wiiuse_set_motion_plus(struct wiimote_t *wm, int status);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/** @} */
|
||||||
|
|
||||||
#endif /* WIIUSE_H_INCLUDED */
|
#endif /* WIIUSE_H_INCLUDED */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user