|
2010 FRC Java API |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Structure | |
---|---|
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. |
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. |
Uses of Structure in com.sun.cldc.jna |
---|
Subclasses of Structure in com.sun.cldc.jna | |
---|---|
class |
DynamicStructure
A DynamicStructure is a structure with support for getting the field offsets for a particular platform from native code. |
class |
OpaqueStructure
This is a "Structure" that we'll never look at the fields of. |
Fields in com.sun.cldc.jna declared as Structure | |
---|---|
static Structure |
Structure.NULL
Singleton object that can be used as a NULL structure instance. |
Methods in com.sun.cldc.jna that return Structure | |
---|---|
static Structure |
Function.returnStruct(Class klass,
int ptr)
Standard conversion function that creates an structure instance of type klass from a C address ptr . |
Uses of Structure in edu.wpi.first.wpilibj.communication |
---|
Subclasses of Structure in edu.wpi.first.wpilibj.communication | |
---|---|
class |
FRCCommonControlData
Structure for data exchanged between the robot and the driver station. |
static class |
FRCControl.DynamicControlData
|
Uses of Structure in edu.wpi.first.wpilibj.image |
---|
Subclasses of Structure in edu.wpi.first.wpilibj.image | |
---|---|
class |
CurveOptions
|
class |
EllipseDescriptor
|
class |
RegionOfInterest
This is a dummy class which needs to be filled in. |
class |
ShapeDetectionOptions
|
|
2010 FRC Java API |
|||||||||
PREV NEXT | FRAMES NO FRAMES |