alma::PS::PowerSupplyImpl Class Reference

Inheritance diagram for alma::PS::PowerSupplyImpl:
Inheritance graph
[legend]
Collaboration diagram for alma::PS::PowerSupplyImpl:
Collaboration graph
[legend]

List of all members.

Classes

class  ReadbackDataAccess
class  StatusDataAccess

Public Member Functions

void initialize (ContainerServices containerServices) throws ComponentLifecycleException
RWdouble current ()
ROpattern status ()
ROdouble readback ()
void on (CBvoid callback, CBDescIn desc)
void off (CBvoid callback, CBDescIn desc)
void reset (CBvoid callback, CBDescIn desc)
synchronized void onImpl () throws AcsJException
synchronized void offImpl () throws AcsJException
void resetImpl () throws AcsJException

Protected Attributes

ROdouble readback
RWdouble current
ROpattern status
AtomicBoolean onState = new AtomicBoolean(false)

Detailed Description

Implementation of alma.PS.PowerSupply.

Author:
Matej Sekoranja
Version:
$id$

Member Function Documentation

void alma::PS::PowerSupplyImpl::initialize ( ContainerServices  containerServices  )  throws ComponentLifecycleException [inline]
void alma::PS::PowerSupplyImpl::off ( CBvoid  callback,
CBDescIn  desc 
) [inline]
synchronized void alma::PS::PowerSupplyImpl::offImpl (  )  throws AcsJException [inline]

Implementation of 'off' method.

Exceptions:
ACS exception on any failure.

References onState.

Referenced by alma::PS::PowerSupplyImpl::StatusDataAccess::set().

void alma::PS::PowerSupplyImpl::on ( CBvoid  callback,
CBDescIn  desc 
) [inline]
synchronized void alma::PS::PowerSupplyImpl::onImpl (  )  throws AcsJException [inline]

Implementation of 'on' method.

Exceptions:
ACS exception on any failure.

References onState.

Referenced by alma::PS::PowerSupplyImpl::StatusDataAccess::set().

void alma::PS::PowerSupplyImpl::reset ( CBvoid  callback,
CBDescIn  desc 
) [inline]
void alma::PS::PowerSupplyImpl::resetImpl (  )  throws AcsJException [inline]

Implementation of 'reset' method.

Exceptions:
ACS exception on any failure.

References onState.


Member Data Documentation

Current property.

AtomicBoolean alma::PS::PowerSupplyImpl::onState = new AtomicBoolean(false) [protected]

Readback property.

Status property.


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2