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
int getModuleErrorMask (int partition, int crate, int rod, int channel, short link) throws sctConf.ConfigurationException
void setModuleErrorMask (int partition, int crate, int rod, int channel, short link, int mask) throws sctConf.ConfigurationException
void setDefaultModuleErrorMask (int mask) 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
String 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
 Return the value of a LV power supply parameter, referenced by MoPS crate/card number.
float getPowerParam (int MUR, int number, String state, String name, String type) throws sctConf.ConfigurationException
 Return the value of a power supply parameter, referenced by MUR/Module number.
float getPowerParamCC (int crate, int channel, String state, String name, String type) throws sctConf.ConfigurationException
 Return the value of a power supply parameter, referenced by MoPS Crate/Channel.
String[] listDefaultPowerParams () 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 useMRSForMessages (boolean valid) throws sctConf.ConfigurationException
void useISForChanges (boolean valid) throws sctConf.ConfigurationException
void loadConfiguration (String filename) throws sctConf.ConfigurationException
String getConfigurationFileName () 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
ipc.servantPackage.info information ()
void shutdown ()
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

static String[] __ids

Detailed Description

sctConf/_ConfigurationStub.java .

Generated by the IDL-to-Java compiler (portable), version "3.2" from configuration.idl 15 December 2005 11:02:10 o'clock GMT

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


Member Function Documentation

float sctConf._ConfigurationStub.getLVCardParam int  crate,
int  card,
String  name,
String  type
throws sctConf.ConfigurationException
 

Return the value of a LV power supply parameter, referenced by MoPS crate/card number.

Parameters:
state is ON, STBY, OFF
name is the parameter name (eg LVch_Vcc)

Implements sctConf.ConfigurationOperations.

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

float sctConf._ConfigurationStub.getPowerParam int  MUR,
int  number,
String  state,
String  name,
String  type
throws sctConf.ConfigurationException
 

Return the value of a power supply parameter, referenced by MUR/Module number.

Parameters:
state is ON, STBY, OFF
name is the parameter name (eg HVchVOLT)
type is one of loAlarm, loWarn, value, hiWarn, hiAlarm

Implements sctConf.ConfigurationOperations.

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

float sctConf._ConfigurationStub.getPowerParamCC int  crate,
int  channel,
String  state,
String  name,
String  type
throws sctConf.ConfigurationException
 

Return the value of a power supply parameter, referenced by MoPS Crate/Channel.

Parameters:
state is ON, STBY, OFF
name is the parameter name (eg HVchVOLT)
type is one of loAlarm, loWarn, value, hiWarn, hiAlarm

Implements sctConf.ConfigurationOperations.

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


Member Data Documentation

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

Initial value:

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

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

Referenced by sctConf._ConfigurationStub._ids().


The documentation for this class was generated from the following file:
Generated on Mon Feb 6 14:16:50 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6