API Scope: Difference between revisions
Appearance
XML import API auto-gen |
XML import |
||
| Line 2: | Line 2: | ||
Data scope additions | Data scope additions | ||
==Functions provided for this class== | |||
{||-|[[API Scope.AddGroup|AddGroup]]|Adds a group to the scope to which streams may be added|-|[[API Scope.AddStream|AddStream]]|Adds a stream to the given group suitable for inputs and operations|-|[[API Scope.AddPort|AddPort]]|Adds an input to the stream from a port|-|[[API Scope.AddAnalog|AddAnalog]]|Adds an input to the stream from an analog channel|-|[[API Scope.AddCustom|AddCustom]]|Adds an input to the stream from a custom injection|-|[[API Scope.AddOp|AddOp]]|Adds an operation to act on the inputs of the stream|-|[[API Scope.SetCustom|SetCustom]]|Sets one of 32 custom analog values for the group|} | {| | ||
|- | |||
|width="35%"|[[API Scope.AddGroup|AddGroup]] | |||
|Adds a group to the scope to which streams may be added | |||
|- | |||
|width="35%"|[[API Scope.AddStream|AddStream]] | |||
|Adds a stream to the given group suitable for inputs and operations | |||
|- | |||
|width="35%"|[[API Scope.AddPort|AddPort]] | |||
|Adds an input to the stream from a port | |||
|- | |||
|width="35%"|[[API Scope.AddAnalog|AddAnalog]] | |||
|Adds an input to the stream from an analog channel | |||
|- | |||
|width="35%"|[[API Scope.AddCustom|AddCustom]] | |||
|Adds an input to the stream from a custom injection | |||
|- | |||
|width="35%"|[[API Scope.AddOp|AddOp]] | |||
|Adds an operation to act on the inputs of the stream | |||
|- | |||
|width="35%"|[[API Scope.SetCustom|SetCustom]] | |||
|Sets one of 32 custom analog values for the group | |||
|} | |||
{| class="wikitable" |+width="20%"|Type|width="30%"|Name |width="40%"|Value|-LONG|Op_Bound|1 | ==Constants provided for this class== | ||
|-LONG|Op_Scale|2 | {| class="wikitable" |+width="20%"|Type|width="30%"|Name |width="40%"|Value|- | ||
|-LONG|Op_Xor|3 | |LONG | ||
|-LONG|Op_AndNot|4 | |Op_Bound|1 | ||
|-LONG|Op_And|5 | |- | ||
|-LONG|Op_Orr|6 | |LONG | ||
|-LONG|Op_Not|7 | |Op_Scale|2 | ||
|-LONG|Op_Add|8 | |- | ||
|-LONG|Op_Sub|9 | |LONG | ||
|-LONG|Op_Mul|10 | |Op_Xor|3 | ||
|-LONG|Op_Div|11 | |- | ||
|-LONG|Op_Pow|12 | |LONG | ||
|-LONG|Op_Neg|13 | |Op_AndNot|4 | ||
|-LONG|Op_Recip|14 | |- | ||
|-LONG|Op_Sqrt|15 | |LONG | ||
|-LONG|Op_Ln|16 | |Op_And|5 | ||
|-LONG|Op_Ln2|17 | |- | ||
|-LONG|Op_Cos|18 | |LONG | ||
|-LONG|Op_Sin|19 | |Op_Orr|6 | ||
|-LONG|Op_Tan|20 | |- | ||
|-LONG|Op_Int|21 | |LONG | ||
|Op_Not|7 | |||
|- | |||
|LONG | |||
|Op_Add|8 | |||
|- | |||
|LONG | |||
|Op_Sub|9 | |||
|- | |||
|LONG | |||
|Op_Mul|10 | |||
|- | |||
|LONG | |||
|Op_Div|11 | |||
|- | |||
|LONG | |||
|Op_Pow|12 | |||
|- | |||
|LONG | |||
|Op_Neg|13 | |||
|- | |||
|LONG | |||
|Op_Recip|14 | |||
|- | |||
|LONG | |||
|Op_Sqrt|15 | |||
|- | |||
|LONG | |||
|Op_Ln|16 | |||
|- | |||
|LONG | |||
|Op_Ln2|17 | |||
|- | |||
|LONG | |||
|Op_Cos|18 | |||
|- | |||
|LONG | |||
|Op_Sin|19 | |||
|- | |||
|LONG | |||
|Op_Tan|20 | |||
|- | |||
|LONG | |||
|Op_Int|21 | |||
|} | |} | ||
==Examples== | |||
''No examples available'' | |||
Revision as of 16:51, 11 May 2013
<sidebar>API contents</sidebar> Data scope additions
Functions provided for this class
| AddGroup | Adds a group to the scope to which streams may be added |
| AddStream | Adds a stream to the given group suitable for inputs and operations |
| AddPort | Adds an input to the stream from a port |
| AddAnalog | Adds an input to the stream from an analog channel |
| AddCustom | Adds an input to the stream from a custom injection |
| AddOp | Adds an operation to act on the inputs of the stream |
| SetCustom | Sets one of 32 custom analog values for the group |
Constants provided for this class
| LONG | 1 |
| LONG | 2 |
| LONG | 3 |
| LONG | 4 |
| LONG | 5 |
| LONG | 6 |
| LONG | 7 |
| LONG | 8 |
| LONG | 9 |
| LONG | 10 |
| LONG | 11 |
| LONG | 12 |
| LONG | 13 |
| LONG | 14 |
| LONG | 15 |
| LONG | 16 |
| LONG | 17 |
| LONG | 18 |
| LONG | 19 |
| LONG | 20 |
| LONG | 21 |
Examples
No examples available