|
2010 FRC Java API |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.sun.cldc.jna | |
---|---|
com.ni.rio | Provides classes to access RIO services client DLL entry points |
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.spot.ota | |
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 Differences from JNA Throws RuntimeExceptions instead of UnsatisfiedLinkErrors. |
|
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.spot.ota | |
---|---|
Function
A pointer to a native function that can be called from Java. |
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 | |
---|---|
Pointer
A pointer to native memory, based on RTSJ-like RawMemoryAccesss semantics. |
|
Structure
Abstract class for proxies to native structure types. |
|
2010 FRC Java API |
|||||||||
PREV NEXT | FRAMES NO FRAMES |