

Public Member Functions | |
| RWlongSeqImpl (String name, CharacteristicComponentImpl parentComponent) throws PropertyInitializationFailed | |
| RWlongSeqImpl (String name, CharacteristicComponentImpl parentComponent, DataAccess dataAccess) throws PropertyInitializationFailed | |
| Object | readPropertyTypeCharacteristic (String name) throws NoSuchCharacteristic |
| Monitorlong | create_monitor (CBlongSeq callback, CBDescIn descIn) |
| Monitorlong | create_postponed_monitor (long startTime, CBlongSeq callback, CBDescIn descIn) |
| int | default_value () |
| void | get_async (CBlongSeq cb, CBDescIn desc) |
| int | get_history (int arg0, longSeqSeqHolder arg1, TimeSeqHolder arg2) |
| int[] | get_sync (CompletionHolder completionHolder) |
| int | graph_max () |
| int | graph_min () |
| int | min_delta_trigger () |
| int | min_step () |
| boolean | lessThanDelta (Object value1, Object value2, Object delta) |
| boolean | noDelta (Object value) |
| boolean | dispatchCallback (int type, Object value, Callback callback, Completion completion, CBDescOut desc) |
| Object | sum (Object value1, Object value2, boolean substract) |
| int | max_value () |
| int | min_value () |
| void | set_async (int[] value, CBvoid callback, CBDescIn descIn) |
| void | set_nonblocking (int[] value) |
| Completion | set_sync (int[] value) |
Implementation of alma.ACS.RWlong.
| alma::ACS::impl::RWlongSeqImpl::RWlongSeqImpl | ( | String | name, | |
| CharacteristicComponentImpl | parentComponent | |||
| ) | throws PropertyInitializationFailed [inline] |
| name | ||
| parentComponent |
| PropertyInitializationFailed |
References alma::ACS::PropertyOperations::name(), and alma::ACS::impl::PropertyImpl::parentComponent.
| alma::ACS::impl::RWlongSeqImpl::RWlongSeqImpl | ( | String | name, | |
| CharacteristicComponentImpl | parentComponent, | |||
| DataAccess | dataAccess | |||
| ) | throws PropertyInitializationFailed [inline] |
| name | ||
| parentComponent | ||
| dataAccess |
| PropertyInitializationFailed |
References alma::ACS::impl::CommonPropertyImpl::dataAccess, alma::ACS::PropertyOperations::name(), and alma::ACS::impl::PropertyImpl::parentComponent.
| Monitorlong alma::ACS::impl::RWlongSeqImpl::create_monitor | ( | CBlongSeq | callback, | |
| CBDescIn | descIn | |||
| ) | [inline] |
References create_postponed_monitor().
| Monitorlong alma::ACS::impl::RWlongSeqImpl::create_postponed_monitor | ( | long | startTime, | |
| CBlongSeq | callback, | |||
| CBDescIn | descIn | |||
| ) | [inline] |
References alma::ACS::impl::CommonPropertyImpl::registerMonitor().
Referenced by create_monitor().
| int alma::ACS::impl::RWlongSeqImpl::default_value | ( | ) | [inline] |
Implements alma::ACS::PlongSeqOperations.
References alma::ACS::impl::CommonPropertyImpl::defaultValue.
| boolean alma::ACS::impl::RWlongSeqImpl::dispatchCallback | ( | int | type, | |
| Object | value, | |||
| Callback | callback, | |||
| Completion | completion, | |||
| CBDescOut | desc | |||
| ) | [inline] |
Implements alma::ACS::jbaci::CallbackDispatcher.
| int alma::ACS::impl::RWlongSeqImpl::get_history | ( | int | arg0, | |
| longSeqSeqHolder | arg1, | |||
| TimeSeqHolder | arg2 | |||
| ) | [inline] |
| int [] alma::ACS::impl::RWlongSeqImpl::get_sync | ( | CompletionHolder | completionHolder | ) | [inline] |
| int alma::ACS::impl::RWlongSeqImpl::graph_max | ( | ) | [inline] |
Implements alma::ACS::PlongSeqOperations.
References alma::ACS::impl::CommonComparablePropertyImpl::graphMax.
| int alma::ACS::impl::RWlongSeqImpl::graph_min | ( | ) | [inline] |
Implements alma::ACS::PlongSeqOperations.
References alma::ACS::impl::CommonComparablePropertyImpl::graphMin.
| boolean alma::ACS::impl::RWlongSeqImpl::lessThanDelta | ( | Object | value1, | |
| Object | value2, | |||
| Object | delta | |||
| ) | [inline, virtual] |
Implements alma::ACS::impl::CommonComparablePropertyImpl.
| int alma::ACS::impl::RWlongSeqImpl::max_value | ( | ) | [inline] |
Implements alma::ACS::RWlongSeqOperations.
References alma::ACS::impl::RWCommonComparablePropertyImpl::maxValue.
| int alma::ACS::impl::RWlongSeqImpl::min_delta_trigger | ( | ) | [inline] |
Implements alma::ACS::PlongSeqOperations.
References alma::ACS::impl::CommonComparablePropertyImpl::minDeltaTrigger.
| int alma::ACS::impl::RWlongSeqImpl::min_step | ( | ) | [inline] |
Implements alma::ACS::PlongSeqOperations.
References alma::ACS::impl::CommonComparablePropertyImpl::minStep.
| int alma::ACS::impl::RWlongSeqImpl::min_value | ( | ) | [inline] |
Implements alma::ACS::RWlongSeqOperations.
References alma::ACS::impl::RWCommonComparablePropertyImpl::minValue.
| boolean alma::ACS::impl::RWlongSeqImpl::noDelta | ( | Object | value | ) | [inline, virtual] |
Implements alma::ACS::impl::CommonComparablePropertyImpl.
| Object alma::ACS::impl::RWlongSeqImpl::readPropertyTypeCharacteristic | ( | String | name | ) | throws NoSuchCharacteristic [inline, virtual] |
Implements alma::ACS::impl::CommonPropertyImpl.
References alma::ACS::impl::PropertyImpl::characteristicModelImpl, alma::ACS::impl::CharacteristicModelImpl::getIntegerSeq(), and alma::ACS::PropertyOperations::name().
| void alma::ACS::impl::RWlongSeqImpl::set_async | ( | int[] | value, | |
| CBvoid | callback, | |||
| CBDescIn | descIn | |||
| ) | [inline] |
References alma::ACS::impl::CommonPropertyImpl::setAsync().
| void alma::ACS::impl::RWlongSeqImpl::set_nonblocking | ( | int[] | value | ) | [inline] |
Implements alma::ACS::RWlongSeqOperations.
References alma::ACS::impl::CommonPropertyImpl::setNonblocking().
| Completion alma::ACS::impl::RWlongSeqImpl::set_sync | ( | int[] | value | ) | [inline] |
Implements alma::ACS::RWlongSeqOperations.
References alma::ACS::impl::CommonPropertyImpl::setSync().
| Object alma::ACS::impl::RWlongSeqImpl::sum | ( | Object | value1, | |
| Object | value2, | |||
| boolean | substract | |||
| ) | [inline, virtual] |
Implements alma::ACS::impl::CommonComparablePropertyImpl.
1.6.2