|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--advancedrelay.laygo.LaygoLib
Encapsulates access to the LayGO API Library.
All methods are declared static since there is only one library.
Field Summary | |
static int |
DLL_EXP
|
static int |
DLL_HWI
|
static int |
DLL_RPC
|
static int |
DLL_STD
|
Constructor Summary | |
LaygoLib()
|
Method Summary | |
static java.lang.String |
getDescription()
|
static int |
getLib()
|
static void |
load()
Loads the default LayGO API library |
static void |
load(int lib)
Loads a specified LayGO API library |
static void |
loadExperimental()
Loads the experimental version of the LayGO API library |
static void |
loadHwi()
Loads the hardware interface version of the LayGO API library |
static void |
loadLocal()
Loads the standard version of the LayGO API library |
static void |
loadRpc()
Loads the RPC version of the LayGO API library |
static void |
loadStandard()
Loads the standard version of the LayGO API library |
static boolean |
tagToType(java.lang.String tag)
If successful, sets the default LayGO API library |
static void |
unload()
Unloads the LayGO API library |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int DLL_EXP
public static final int DLL_HWI
public static final int DLL_RPC
public static final int DLL_STD
Constructor Detail |
public LaygoLib()
Method Detail |
public static java.lang.String getDescription()
public static int getLib()
public static void load()
public static void load(int lib)
public static void loadExperimental()
public static void loadHwi()
public static void loadLocal()
public static void loadRpc()
public static void loadStandard()
public static boolean tagToType(java.lang.String tag)
public static void unload()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |