alma::ACS::impl::RWpatternImpl Class Reference
List of all members.
Public Member Functions |
| | RWpatternImpl (String name, CharacteristicComponentImpl parentComponent) throws PropertyInitializationFailed |
| | RWpatternImpl (String name, CharacteristicComponentImpl parentComponent, DataAccess dataAccess) throws PropertyInitializationFailed |
| Object | readPropertyTypeCharacteristic (String name) throws NoSuchCharacteristic |
| long | default_value () |
| String[] | bitDescription () |
| Condition[] | whenSet () |
| Condition[] | whenCleared () |
| long | alarm_mask () |
| long | alarm_trigger () |
| long | get_sync (CompletionHolder completionHolder) |
| void | get_async (CBpattern callback, CBDescIn descIn) |
| int | get_history (int arg0, patternSeqHolder arg1, TimeSeqHolder arg2) |
| Monitorpattern | create_monitor (CBpattern callback, CBDescIn descIn) |
| Monitorpattern | create_postponed_monitor (long startTime, CBpattern callback, CBDescIn descIn) |
| boolean | dispatchCallback (int type, Object value, Callback callback, Completion completion, CBDescOut desc) |
| boolean | lessThanDelta (Object value1, Object value2, Object delta) |
| boolean | noDelta (Object value) |
| Object | sum (Object value1, Object value2, boolean substract) |
Detailed Description
Implementation of alma.ACS.RWpattern.
- Author:
- Camilo Menay
-
Cristian Maureira
- Version:
- $id$f
Constructor & Destructor Documentation
Member Function Documentation
| long alma::ACS::impl::RWpatternImpl::alarm_mask |
( |
|
) |
[inline] |
| long alma::ACS::impl::RWpatternImpl::alarm_trigger |
( |
|
) |
[inline] |
| String [] alma::ACS::impl::RWpatternImpl::bitDescription |
( |
|
) |
[inline] |
| long alma::ACS::impl::RWpatternImpl::default_value |
( |
|
) |
[inline] |
| boolean alma::ACS::impl::RWpatternImpl::dispatchCallback |
( |
int |
type, |
|
|
Object |
value, |
|
|
Callback |
callback, |
|
|
Completion |
completion, |
|
|
CBDescOut |
desc | |
|
) |
| | [inline] |
| void alma::ACS::impl::RWpatternImpl::get_async |
( |
CBpattern |
callback, |
|
|
CBDescIn |
descIn | |
|
) |
| | [inline] |
| long alma::ACS::impl::RWpatternImpl::get_sync |
( |
CompletionHolder |
completionHolder |
) |
[inline] |
| boolean alma::ACS::impl::RWpatternImpl::lessThanDelta |
( |
Object |
value1, |
|
|
Object |
value2, |
|
|
Object |
delta | |
|
) |
| | [inline, virtual] |
| boolean alma::ACS::impl::RWpatternImpl::noDelta |
( |
Object |
value |
) |
[inline, virtual] |
| Object alma::ACS::impl::RWpatternImpl::readPropertyTypeCharacteristic |
( |
String |
name |
) |
throws NoSuchCharacteristic [inline, virtual] |
| Object alma::ACS::impl::RWpatternImpl::sum |
( |
Object |
value1, |
|
|
Object |
value2, |
|
|
boolean |
substract | |
|
) |
| | [inline, virtual] |
Calculate a sum of two values.
- Parameters:
-
| value1 | first value. |
| value2 | second value. |
| substract | negate value2. |
- Returns:
- value of (value1 + (substract ? -value2 : value2)).
Implements alma::ACS::impl::CommonComparablePropertyImpl.
| Condition [] alma::ACS::impl::RWpatternImpl::whenCleared |
( |
|
) |
[inline] |
| Condition [] alma::ACS::impl::RWpatternImpl::whenSet |
( |
|
) |
[inline] |
The documentation for this class was generated from the following file: