| Package | Description |
|---|---|
| org.diirt.datasource.formula |
Support for formula expressions (formula syntax).
|
| org.diirt.datasource.formula.array |
Support for formula functions that operate on
Arrays. |
| org.diirt.datasource.formula.channel |
Support for formula functions that operate on channels.
|
| org.diirt.datasource.formula.math |
Support for formula functions that correspond to methods in
Math. |
| org.diirt.datasource.timecache.integration | |
| org.diirt.support.cf.formula |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicFormulaFunction
Formula function that can dynamically add and remove access to
channels.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CaHistogramFormulaFunction
Formula function that gets the name of an epics channel that
corresponds to a histogram record and prepares a full array with
boundaries.
|
class |
Histogram2DOfFormulaFunction |
class |
HistogramOfFormulaFunction |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelFormulaFunction
Formula function that returns the value of a channel matching the name
of the argument.
|
class |
ChannelsFormulaFunction
Formula function that accepts a list of strings and returns a table where
each row is the value of the channel matching the name.
|
class |
PvFormulaFunction
Formula function that returns the value of a channel matching the name
of the argument.
|
class |
PvsFormulaFunction
Formula function that accepts a list of strings and returns a table where
each row is the value of the channel matching the name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntegrateFormulaFunction |
| Modifier and Type | Class and Description |
|---|---|
class |
TCQueryFunction |
| Modifier and Type | Class and Description |
|---|---|
class |
CFQueryFunction
Function that connects to the Channel Finder server, runs the query,
and returns the result.
|
Copyright © 2015. All rights reserved.