"

2013 FRC Java API

"

Uses of Package
com.sun.cldc.jna

Packages that use com.sun.cldc.jna
com.ni.rio   
com.sun.cldc.jna The CLDC/JNA package contains classes that help import native data structures and functions from Java code without writing C code. 
com.sun.cldc.jna.ptr Provides various kinds of Pointer classes for JNA. 
com.sun.squawk.platform Classes that define and provide platform-specific implementations of various features of the JVM. 
com.sun.squawk.platform.posix Classes that define and provide POSIX-specific implementations of various features of the JVM. 
com.sun.squawk.platform.posix.natives   
com.sun.squawk.platform.windows.natives   
edu.wpi.first.wpilibj.communication Provides classes for communicating with the driver station and synchronizing with C/C++ code. 
edu.wpi.first.wpilibj.image Provides classes to access National Instrument's nivison library for machine vision enables automated image processing for color identification, tracking and analysis. 
 

Classes in com.sun.cldc.jna used by com.ni.rio
Pointer
          A pointer to native memory, based on RTSJ-like RawMemoryAccesss semantics.
 

Classes in com.sun.cldc.jna used by com.sun.cldc.jna
BlockingFunction
          BlockingFunction allows Java code to call C function that block.
Function
          A pointer to a native function that can be called from Java.
JNAPlatform
          This class imports some constants that are used by the JNA itself
Library
          Library is the interface that all Library interface definitions (automatically generated by JNAGen) should extend
NativeLibrary
          Represents a handle to a runtime library (for example, as returned by the POSIX function "dlopen" http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html
Platform
          Provide simplified platform information
Pointer
          A pointer to native memory, based on RTSJ-like RawMemoryAccesss semantics.
Structure
          Abstract class for proxies to native structure types.
TaskExecutor
          A TaskExecutor is a native thread that can be used to run native functions.
VarPointer
          A pointer to a native variable that can be read/wrote from Java.
 

Classes in com.sun.cldc.jna used by com.sun.cldc.jna.ptr
PointerType
          Superclass of types representing native pointers
 

Classes in com.sun.cldc.jna used by com.sun.squawk.platform
TaskExecutor
          A TaskExecutor is a native thread that can be used to run native functions.
 

Classes in com.sun.cldc.jna used by com.sun.squawk.platform.posix
Pointer
          A pointer to native memory, based on RTSJ-like RawMemoryAccesss semantics.
 

Classes in com.sun.cldc.jna used by com.sun.squawk.platform.posix.natives
DynamicStructure
          A DynamicStructure is a structure with support for getting the field offsets for a particular platform from native code.
Function
          A pointer to a native function that can be called from Java.
Library
          Library is the interface that all Library interface definitions (automatically generated by JNAGen) should extend
Pointer
          A pointer to native memory, based on RTSJ-like RawMemoryAccesss semantics.
Structure
          Abstract class for proxies to native structure types.
 

Classes in com.sun.cldc.jna used by com.sun.squawk.platform.windows.natives
Library
          Library is the interface that all Library interface definitions (automatically generated by JNAGen) should extend
 

Classes in com.sun.cldc.jna used by edu.wpi.first.wpilibj.communication
Pointer
          A pointer to native memory, based on RTSJ-like RawMemoryAccesss semantics.
Structure
          Abstract class for proxies to native structure types.
 

Classes in com.sun.cldc.jna used by edu.wpi.first.wpilibj.image
BlockingFunction
          BlockingFunction allows Java code to call C function that block.
Pointer
          A pointer to native memory, based on RTSJ-like RawMemoryAccesss semantics.
Structure
          Abstract class for proxies to native structure types.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"