Channel Interface Reference

Declares methods to get and put values of attributes / relationships, to print and to destroy object. More...

Inheritance diagram for Channel:

Inheritance graph
[legend]
List of all members.

Public Member Functions

void print (String dx)
 Method to print out values of attributes and relationships.
void destroy (config.Configuration db)
 Method to destroy object.
short get_id ()
 Get "id" attribute value.
void set_id (short value)
 Set "id" attribute value.
short get_outputCurrent ()
 Get "outputCurrent" attribute value.
void set_outputCurrent (short value)
 Set "outputCurrent" attribute value.
short get_outputDelay ()
 Get "outputDelay" attribute value.
void set_outputDelay (short value)
 Set "outputDelay" attribute value.
short get_outputMarkSpace ()
 Get "outputMarkSpace" attribute value.
void set_outputMarkSpace (short value)
 Set "outputMarkSpace" attribute value.
short get_stream0Threshold ()
 Get "stream0Threshold" attribute value.
void set_stream0Threshold (short value)
 Set "stream0Threshold" attribute value.
short get_stream0Delay ()
 Get "stream0Delay" attribute value.
void set_stream0Delay (short value)
 Set "stream0Delay" attribute value.
short get_stream0ErrMask ()
 Get "stream0ErrMask" attribute value.
void set_stream0ErrMask (short value)
 Set "stream0ErrMask" attribute value.
short get_stream1Threshold ()
 Get "stream1Threshold" attribute value.
void set_stream1Threshold (short value)
 Set "stream1Threshold" attribute value.
short get_stream1Delay ()
 Get "stream1Delay" attribute value.
void set_stream1Delay (short value)
 Set "stream1Delay" attribute value.
short get_stream1ErrMask ()
 Get "stream1ErrMask" attribute value.
void set_stream1ErrMask (short value)
 Set "stream1ErrMask" attribute value.
short get_outputFibre ()
 Get "outputFibre" attribute value.
void set_outputFibre (short value)
 Set "outputFibre" attribute value.
short get_stream0Fibre ()
 Get "stream0Fibre" attribute value.
void set_stream0Fibre (short value)
 Set "stream0Fibre" attribute value.
short get_stream1Fibre ()
 Get "stream1Fibre" attribute value.
void set_stream1Fibre (short value)
 Set "stream1Fibre" attribute value.

Detailed Description

Declares methods to get and put values of attributes / relationships, to print and to destroy object.

The methods can throw several exceptions:

In addition the methods modifying database (set value, destroy object) can throw config.NotAllowedException exception in case, if there are no write access rights or database is already locked by other process.

Channel of MUR in SCT rod

Author:
genconfig

Definition at line 31 of file Channel.java.


Member Function Documentation

void Channel.destroy config.Configuration  db  ) 
 

Method to destroy object.

Parameters:
db configuration object

Implemented in Channel_Impl.

void Channel.print String  dx  ) 
 

Method to print out values of attributes and relationships.

Parameters:
dx string for left margin (for a formatted output)

Implemented in Channel_Impl.

Referenced by RodMUR_Impl.print(), and PowerCrate_Impl.print().


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