

Public Member Functions | |
| ROfloatSeqImpl (String name, CharacteristicComponentImpl parentComponent) throws PropertyInitializationFailed | |
| ROfloatSeqImpl (String name, CharacteristicComponentImpl parentComponent, DataAccess dataAccess) throws PropertyInitializationFailed | |
| Object | readPropertyTypeCharacteristic (String name) throws NoSuchCharacteristic |
| float | alarm_high_off () |
| float | alarm_high_on () |
| float | alarm_low_off () |
| float | alarm_low_on () |
| Subscription | new_subscription_Alarm (Alarmfloat arg0, CBDescIn arg1) |
| Monitorfloat | create_monitor (CBfloatSeq callback, CBDescIn descIn) |
| Monitorfloat | create_postponed_monitor (long startTime, CBfloatSeq callback, CBDescIn descIn) |
| float | default_value () |
| void | get_async (CBfloatSeq arg0, CBDescIn arg1) |
| int | get_history (int arg0, floatSeqSeqHolder arg1, TimeSeqHolder arg2) |
| float[] | get_sync (CompletionHolder completionHolder) |
| float | graph_max () |
| float | graph_min () |
| float | min_delta_trigger () |
| float | min_step () |
| boolean | lessThanDelta (Object value1, Object value2, Object delta) |
| boolean | noDelta (Object value) |
| Object | sum (Object value1, Object value2, boolean substract) |
| boolean | dispatchCallback (int type, Object value, Callback callback, Completion completion, CBDescOut desc) |
Implementation of alma.ACS.ROfloatSeq.
| alma::ACS::impl::ROfloatSeqImpl::ROfloatSeqImpl | ( | String | name, | |
| CharacteristicComponentImpl | parentComponent | |||
| ) | throws PropertyInitializationFailed [inline] |
| name | ||
| parentComponent |
| PropertyInitializationFailed |
References alma::ACS::PropertyOperations::name(), and alma::ACS::impl::PropertyImpl::parentComponent.
| alma::ACS::impl::ROfloatSeqImpl::ROfloatSeqImpl | ( | 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.
| float alma::ACS::impl::ROfloatSeqImpl::alarm_high_off | ( | ) | [inline] |
Implements alma::ACS::ROfloatSeqOperations.
References alma::ACS::impl::ROCommonComparablePropertyImpl::alarmHighOff.
| float alma::ACS::impl::ROfloatSeqImpl::alarm_high_on | ( | ) | [inline] |
Implements alma::ACS::ROfloatSeqOperations.
References alma::ACS::impl::ROCommonComparablePropertyImpl::alarmHighOn.
| float alma::ACS::impl::ROfloatSeqImpl::alarm_low_off | ( | ) | [inline] |
Implements alma::ACS::ROfloatSeqOperations.
References alma::ACS::impl::ROCommonComparablePropertyImpl::alarmLowOff.
| float alma::ACS::impl::ROfloatSeqImpl::alarm_low_on | ( | ) | [inline] |
Implements alma::ACS::ROfloatSeqOperations.
References alma::ACS::impl::ROCommonComparablePropertyImpl::alarmLowOn.
| Monitorfloat alma::ACS::impl::ROfloatSeqImpl::create_monitor | ( | CBfloatSeq | callback, | |
| CBDescIn | descIn | |||
| ) | [inline] |
| Monitorfloat alma::ACS::impl::ROfloatSeqImpl::create_postponed_monitor | ( | long | startTime, | |
| CBfloatSeq | callback, | |||
| CBDescIn | descIn | |||
| ) | [inline] |
References alma::ACS::impl::CommonPropertyImpl::registerMonitor().
Referenced by create_monitor().
| float alma::ACS::impl::ROfloatSeqImpl::default_value | ( | ) | [inline] |
Implements alma::ACS::PfloatSeqOperations.
References alma::ACS::impl::CommonPropertyImpl::defaultValue.
| boolean alma::ACS::impl::ROfloatSeqImpl::dispatchCallback | ( | int | type, | |
| Object | value, | |||
| Callback | callback, | |||
| Completion | completion, | |||
| CBDescOut | desc | |||
| ) | [inline] |
Implements alma::ACS::jbaci::CallbackDispatcher.
| void alma::ACS::impl::ROfloatSeqImpl::get_async | ( | CBfloatSeq | arg0, | |
| CBDescIn | arg1 | |||
| ) | [inline] |
| int alma::ACS::impl::ROfloatSeqImpl::get_history | ( | int | arg0, | |
| floatSeqSeqHolder | arg1, | |||
| TimeSeqHolder | arg2 | |||
| ) | [inline] |
| float [] alma::ACS::impl::ROfloatSeqImpl::get_sync | ( | CompletionHolder | completionHolder | ) | [inline] |
| float alma::ACS::impl::ROfloatSeqImpl::graph_max | ( | ) | [inline] |
Implements alma::ACS::PfloatSeqOperations.
References alma::ACS::impl::CommonComparablePropertyImpl::graphMax.
| float alma::ACS::impl::ROfloatSeqImpl::graph_min | ( | ) | [inline] |
Implements alma::ACS::PfloatSeqOperations.
References alma::ACS::impl::CommonComparablePropertyImpl::graphMin.
| boolean alma::ACS::impl::ROfloatSeqImpl::lessThanDelta | ( | Object | value1, | |
| Object | value2, | |||
| Object | delta | |||
| ) | [inline, virtual] |
Implements alma::ACS::impl::CommonComparablePropertyImpl.
| float alma::ACS::impl::ROfloatSeqImpl::min_delta_trigger | ( | ) | [inline] |
| float alma::ACS::impl::ROfloatSeqImpl::min_step | ( | ) | [inline] |
Implements alma::ACS::PfloatSeqOperations.
References alma::ACS::impl::CommonComparablePropertyImpl::minStep.
| Subscription alma::ACS::impl::ROfloatSeqImpl::new_subscription_Alarm | ( | Alarmfloat | arg0, | |
| CBDescIn | arg1 | |||
| ) | [inline] |
| boolean alma::ACS::impl::ROfloatSeqImpl::noDelta | ( | Object | value | ) | [inline, virtual] |
Implements alma::ACS::impl::CommonComparablePropertyImpl.
| Object alma::ACS::impl::ROfloatSeqImpl::readPropertyTypeCharacteristic | ( | String | name | ) | throws NoSuchCharacteristic [inline, virtual] |
Implements alma::ACS::impl::CommonPropertyImpl.
References alma::ACS::impl::PropertyImpl::characteristicModelImpl, alma::ACS::impl::CharacteristicModelImpl::getFloatSeq(), and alma::ACS::PropertyOperations::name().
| Object alma::ACS::impl::ROfloatSeqImpl::sum | ( | Object | value1, | |
| Object | value2, | |||
| boolean | substract | |||
| ) | [inline, virtual] |
Implements alma::ACS::impl::CommonComparablePropertyImpl.
1.6.2