

Public Member Functions | |
| RWuLongLongImpl (String name, CharacteristicComponentImpl parentComponent) throws PropertyInitializationFailed | |
| RWuLongLongImpl (String name, CharacteristicComponentImpl parentComponent, DataAccess dataAccess) throws PropertyInitializationFailed | |
| boolean | lessThanDelta (Object value1, Object value2, Object delta) |
| boolean | noDelta (Object value) |
| Object | sum (Object value1, Object value2, boolean substract) |
| Object | readPropertyTypeCharacteristic (String name) throws NoSuchCharacteristic |
| long | max_value () |
| long | min_value () |
| void | set_async (long value, CBvoid callback, CBDescIn descIn) |
| void | set_nonblocking (long value) |
| Completion | set_sync (long value) |
| MonitoruLongLong | create_monitor (CBuLongLong cb, CBDescIn desc) |
| MonitoruLongLong | create_postponed_monitor (long start_time, CBuLongLong cb, CBDescIn desc) |
| long | default_value () |
| void | get_async (CBuLongLong cb, CBDescIn desc) |
| int | get_history (int n_last_values, uLongLongSeqHolder vs, TimeSeqHolder ts) |
| long | get_sync (CompletionHolder c) |
| long | graph_max () |
| long | graph_min () |
| long | min_delta_trigger () |
| long | min_step () |
| boolean | dispatchCallback (int type, Object value, Callback callback, Completion completion, CBDescOut desc) |
| alma::ACS::impl::RWuLongLongImpl::RWuLongLongImpl | ( | String | name, | |
| CharacteristicComponentImpl | parentComponent | |||
| ) | throws PropertyInitializationFailed [inline] |
| name | ||
| parentComponent |
| PropertyInitializationFailed |
References alma::ACS::PropertyOperations::name(), and alma::ACS::impl::PropertyImpl::parentComponent.
| alma::ACS::impl::RWuLongLongImpl::RWuLongLongImpl | ( | 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.
| MonitoruLongLong alma::ACS::impl::RWuLongLongImpl::create_monitor | ( | CBuLongLong | cb, | |
| CBDescIn | desc | |||
| ) | [inline] |
References create_postponed_monitor().
| MonitoruLongLong alma::ACS::impl::RWuLongLongImpl::create_postponed_monitor | ( | long | start_time, | |
| CBuLongLong | cb, | |||
| CBDescIn | desc | |||
| ) | [inline] |
References alma::ACS::impl::CommonPropertyImpl::registerMonitor().
Referenced by create_monitor().
| long alma::ACS::impl::RWuLongLongImpl::default_value | ( | ) | [inline] |
Implements alma::ACS::PuLongLongOperations.
References alma::ACS::impl::CommonPropertyImpl::defaultValue.
Referenced by get_sync().
| boolean alma::ACS::impl::RWuLongLongImpl::dispatchCallback | ( | int | type, | |
| Object | value, | |||
| Callback | callback, | |||
| Completion | completion, | |||
| CBDescOut | desc | |||
| ) | [inline] |
Implements alma::ACS::jbaci::CallbackDispatcher.
| void alma::ACS::impl::RWuLongLongImpl::get_async | ( | CBuLongLong | cb, | |
| CBDescIn | desc | |||
| ) | [inline] |
| int alma::ACS::impl::RWuLongLongImpl::get_history | ( | int | n_last_values, | |
| uLongLongSeqHolder | vs, | |||
| TimeSeqHolder | ts | |||
| ) | [inline] |
| long alma::ACS::impl::RWuLongLongImpl::get_sync | ( | CompletionHolder | c | ) | [inline] |
| long alma::ACS::impl::RWuLongLongImpl::graph_max | ( | ) | [inline] |
Implements alma::ACS::PuLongLongOperations.
References alma::ACS::impl::CommonComparablePropertyImpl::graphMax.
| long alma::ACS::impl::RWuLongLongImpl::graph_min | ( | ) | [inline] |
Implements alma::ACS::PuLongLongOperations.
References alma::ACS::impl::CommonComparablePropertyImpl::graphMin.
| boolean alma::ACS::impl::RWuLongLongImpl::lessThanDelta | ( | Object | value1, | |
| Object | value2, | |||
| Object | delta | |||
| ) | [inline, virtual] |
Implements alma::ACS::impl::CommonComparablePropertyImpl.
| long alma::ACS::impl::RWuLongLongImpl::max_value | ( | ) | [inline] |
Implements alma::ACS::RWuLongLongOperations.
References alma::ACS::impl::RWCommonComparablePropertyImpl::maxValue.
| long alma::ACS::impl::RWuLongLongImpl::min_delta_trigger | ( | ) | [inline] |
| long alma::ACS::impl::RWuLongLongImpl::min_step | ( | ) | [inline] |
Implements alma::ACS::PuLongLongOperations.
References alma::ACS::impl::CommonComparablePropertyImpl::minStep.
| long alma::ACS::impl::RWuLongLongImpl::min_value | ( | ) | [inline] |
Implements alma::ACS::RWuLongLongOperations.
References alma::ACS::impl::RWCommonComparablePropertyImpl::minValue.
| boolean alma::ACS::impl::RWuLongLongImpl::noDelta | ( | Object | value | ) | [inline, virtual] |
Implements alma::ACS::impl::CommonComparablePropertyImpl.
| Object alma::ACS::impl::RWuLongLongImpl::readPropertyTypeCharacteristic | ( | String | name | ) | throws NoSuchCharacteristic [inline, virtual] |
Implements alma::ACS::impl::CommonPropertyImpl.
References alma::ACS::impl::PropertyImpl::characteristicModelImpl, alma::ACS::impl::CharacteristicModelImpl::getLong(), and alma::ACS::PropertyOperations::name().
| void alma::ACS::impl::RWuLongLongImpl::set_async | ( | long | value, | |
| CBvoid | callback, | |||
| CBDescIn | descIn | |||
| ) | [inline] |
References alma::ACS::impl::CommonPropertyImpl::setAsync().
| void alma::ACS::impl::RWuLongLongImpl::set_nonblocking | ( | long | value | ) | [inline] |
Implements alma::ACS::RWuLongLongOperations.
References alma::ACS::impl::CommonPropertyImpl::setNonblocking().
| Completion alma::ACS::impl::RWuLongLongImpl::set_sync | ( | long | value | ) | [inline] |
Implements alma::ACS::RWuLongLongOperations.
References alma::ACS::impl::CommonPropertyImpl::setSync().
| Object alma::ACS::impl::RWuLongLongImpl::sum | ( | Object | value1, | |
| Object | value2, | |||
| boolean | substract | |||
| ) | [inline, virtual] |
Implements alma::ACS::impl::CommonComparablePropertyImpl.
1.6.2