Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

sctConf._ConfigurationStub Class Reference

sctConf/_ConfigurationStub.java . More...

Inheritance diagram for sctConf._ConfigurationStub:

Inheritance graph
[legend]
Collaboration diagram for sctConf._ConfigurationStub:

Collaboration graph
[legend]
List of all members.

Public Member Functions

int[] listPartitions () throws sctConf.ConfigurationException
int[] listCratesInPartition (int partition) throws sctConf.ConfigurationException
boolean isDummyCrate (int partition, int crate)
int[] listRodsInCrate (int partition, int crate) throws sctConf.ConfigurationException
int[] listMURSInRod (int partition, int crate, int rod) throws sctConf.ConfigurationException
String[] listModulesInMUR (int partition, int MUR) throws sctConf.ConfigurationException
String[] listRModulesInMUR (int partition, int MUR) throws sctConf.ConfigurationException
String[] listAllModules () throws sctConf.ConfigurationException
String[] listUnusedModules () throws sctConf.ConfigurationException
sctConf.ABCDModule getModuleConfig (String mod) throws sctConf.ConfigurationException
short getModuleGroup (String mod) throws sctConf.ConfigurationException
void setModuleGroup (String mod, short group) throws sctConf.ConfigurationException
sctConf.RodConfig getRodConfig (int partition, int crate, int rod) throws sctConf.ConfigurationException
sctConf.SlaveConfig getDefaultSlaveConfig (byte type) throws sctConf.ConfigurationException
sctConf.TimConfig getTimConfig (int partition, int crate) throws sctConf.ConfigurationException
byte[] getFibreMappings (int partition, int crate, int rod) throws sctConf.ConfigurationException
void setFibreMapping (int partition, int crate, int rod, int channel, int tx, int rx0, int rx1) throws sctConf.ConfigurationException
sctConf.BOCChannelConfig getBOCConfig (int partition, int crate, int rod, int channel) throws sctConf.ConfigurationException
sctConf.BOCGlobalConfig getBOCGlobalConfig (int partition, int crate, int rod) throws sctConf.ConfigurationException
void printModuleConfig (sctConf.ABCDModule conf) throws sctConf.ConfigurationException
sctConf.MURType getMURType (int MUR) throws sctConf.ConfigurationException
int getFreeMurId () throws sctConf.ConfigurationException
void translateToROD (int MUR, int mod, org.omg.CORBA.IntHolder partition, org.omg.CORBA.IntHolder crate, org.omg.CORBA.IntHolder rod, org.omg.CORBA.IntHolder channel) throws sctConf.ConfigurationException
void translateToRROD (int MUR, int mod, org.omg.CORBA.IntHolder partition, org.omg.CORBA.IntHolder crate, org.omg.CORBA.IntHolder rod, org.omg.CORBA.IntHolder channel) throws sctConf.ConfigurationException
void translateToSN (int MUR, int mod, org.omg.CORBA.StringHolder sn) throws sctConf.ConfigurationException
void translateToRMUR (int RMUR, int rmod, org.omg.CORBA.IntHolder MUR, org.omg.CORBA.IntHolder mod) throws sctConf.ConfigurationException
void translateToBarrel (int MUR, int mod, org.omg.CORBA.IntHolder barrel, org.omg.CORBA.IntHolder row, org.omg.CORBA.IntHolder number) throws sctConf.ConfigurationException
void translateToEndcap (int MUR, int mod, org.omg.CORBA.IntHolder disk, org.omg.CORBA.IntHolder ring, org.omg.CORBA.IntHolder number) throws sctConf.ConfigurationException
void translateToPowerSupply (int MUR, int mod, org.omg.CORBA.IntHolder partition, org.omg.CORBA.IntHolder crate, org.omg.CORBA.IntHolder channel) throws sctConf.ConfigurationException
void translateFromROD (int partition, int crate, int rod, int channel, org.omg.CORBA.IntHolder MUR, org.omg.CORBA.IntHolder mod) throws sctConf.ConfigurationException
void translateFromRROD (int partition, int crate, int rod, int channel, org.omg.CORBA.IntHolder MUR, org.omg.CORBA.IntHolder mod) throws sctConf.ConfigurationException
void translateFromSN (String sn, org.omg.CORBA.IntHolder MUR, org.omg.CORBA.IntHolder mod) throws sctConf.ConfigurationException
void translateFromRMUR (int MUR, int mod, org.omg.CORBA.IntHolder RMUR, org.omg.CORBA.IntHolder rmod) throws sctConf.ConfigurationException
void translateFromBarrel (int barrel, int row, int number, org.omg.CORBA.IntHolder MUR, org.omg.CORBA.IntHolder mod) throws sctConf.ConfigurationException
void translateFromEndcap (int disk, int ring, int number, org.omg.CORBA.IntHolder MUR, org.omg.CORBA.IntHolder mod) throws sctConf.ConfigurationException
void translateFromPowerSupply (int partition, int crate, int channel, org.omg.CORBA.IntHolder MUR, org.omg.CORBA.IntHolder mod) throws sctConf.ConfigurationException
void configureModuleFromStructure (String number, sctConf.ABCDModule mConf) throws sctConf.ConfigurationException
void configureModuleFromFile (String filename) throws sctConf.ConfigurationException
void configureROD (int partition, int crate, int rod, sctConf.RodConfig conf) throws sctConf.ConfigurationException
void configureTIM (int partition, int crate, sctConf.TimConfig conf) throws sctConf.ConfigurationException
void configureBOC (int partition, int crate, int rod, sctConf.BOCGlobalConfig conf) throws sctConf.ConfigurationException
void clearAll () throws sctConf.ConfigurationException
void namePartition (int partition, String name) throws sctConf.ConfigurationException
void mapRODMUR (int partition, int crate, int rod, int order, int number) throws sctConf.ConfigurationException
void unmapRODMUR (int MUR) throws sctConf.ConfigurationException
void mapBarrelMUR (int MUR, int barrel, int row, int position) throws sctConf.ConfigurationException
void unmapBarrelMUR (int MUR) throws sctConf.ConfigurationException
void mapEndcapMUR (int MUR, int disk, int quadrant, int position) throws sctConf.ConfigurationException
void unmapEndcapMUR (int MUR) throws sctConf.ConfigurationException
void mapPowerChannel (int MUR, int number, int partition, int crate, int channel) throws sctConf.ConfigurationException
void unmapPowerChannel (int MUR, int number) throws sctConf.ConfigurationException
void mapModuleMUR (int MUR, int order, int RMUR, int rorder, String sn) throws sctConf.ConfigurationException
void unmapModuleMUR (int MUR, int order) throws sctConf.ConfigurationException
void getMapMURROD (int MUR, org.omg.CORBA.IntHolder partition, org.omg.CORBA.IntHolder crate, org.omg.CORBA.IntHolder rod, org.omg.CORBA.IntHolder order) throws sctConf.ConfigurationException
void getMapRODMUR (int partition, int crate, int rod, int order, org.omg.CORBA.IntHolder MUR) throws sctConf.ConfigurationException
sctConf.MURType getMapMURPhysical (int MUR, org.omg.CORBA.IntHolder plane, org.omg.CORBA.IntHolder section, org.omg.CORBA.IntHolder position) throws sctConf.ConfigurationException
void swapMURNames (int MUR1, int MUR2) throws sctConf.ConfigurationException
void modifyDefaultPowerParam (String state, String name, String type, float value) throws sctConf.ConfigurationException
void modifyHVCardParam (int crate, int card, String name, String type, float value) throws sctConf.ConfigurationException
void modifyLVCardParam (int crate, int card, String name, String type, float value) throws sctConf.ConfigurationException
void modifyPowerParam (int MUR, int number, String state, String name, String type, float value) throws sctConf.ConfigurationException
void modifyPowerParamCC (int crate, int channel, String state, String name, String type, float value) throws sctConf.ConfigurationException
float getDefaultPowerParam (String state, String name, String type) throws sctConf.ConfigurationException
float getHVCardParam (int crate, int card, String name, String type) throws sctConf.ConfigurationException
float getLVCardParam (int crate, int card, String name, String type) throws sctConf.ConfigurationException
float getPowerParam (int MUR, int number, String state, String name, String type) throws sctConf.ConfigurationException
float getPowerParamCC (int crate, int channel, String state, String name, String type) throws sctConf.ConfigurationException
String[] listDefaultPowerParams () throws sctConf.ConfigurationException
float getCratePowerParam (int crate, String name) throws sctConf.ConfigurationException
String[] listDCSChannelParams () throws sctConf.ConfigurationException
String[] listDCSCardParams () throws sctConf.ConfigurationException
String[] listDCSCrateParams () throws sctConf.ConfigurationException
void configureBOCChannel (int MUR, int position, sctConf.BOCChannelConfig conf) throws sctConf.ConfigurationException
void loadConfiguration (String filename) throws sctConf.ConfigurationException
void saveConfiguration (String filename) throws sctConf.ConfigurationException
void saveModuleConfiguration (String sn, String filename) throws sctConf.ConfigurationException
String getModuleConfigurationString (String modsn, sctConf.ABCDModule config) throws sctConf.ConfigurationException
void writePowerSupplyConfiguration (String directory) throws sctConf.ConfigurationException
void get_info (ipc.InfoHolder inf)
void destroy ()
String[] _ids ()

Private Member Functions

void readObject (java.io.ObjectInputStream s) throws java.io.IOException
void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException

Static Private Attributes

String[] __ids

Detailed Description

sctConf/_ConfigurationStub.java .

Generated by the IDL-to-Java compiler (portable), version "3.1" from configuration.idl 14 July 2004 17:18:56 o'clock BST

Definition at line 11 of file sctConfIPC/sctConf/_ConfigurationStub.java.


Member Data Documentation

String [] sctConf._ConfigurationStub.__ids [static, private]
 

Initial value:

 {
    "IDL:sctConf/Configuration:1.0", 
    "IDL:ipc/freeable:1.0"}

Definition at line 1952 of file sctConfIPC/sctConf/_ConfigurationStub.java.


The documentation for this class was generated from the following file:
Generated on Thu Jul 15 09:57:02 2004 for SCT DAQ/DCS Software - Java by doxygen 1.3.5