Method – parameter (Init)
Parameter | Group | Return Type | Input Type | Explanation |
|---|---|---|---|---|
Init | – | BOOL | BOOL | Initialization |
GetObjectName | – | STRING(20) | – | Returns the name of this TcCOM object. |
SetAAxisFilters | – | BOOL | UINT; PVOID | Sets the filter parameters for the A-axis of the parameter set. Use the UINT as the index and the PVOID as the address of a local variable that is to be written to the filter parameter set. |
SetBAxisFilters | – | BOOL | UINT; PVOID | Sets the filter parameters for the B-axis of the parameter set. Use the UINT as the index and the PVOID as the address of a local variable that is to be written to the filter parameter set. |
SetCAxisFilters | – | BOOL | UINT; PVOID | Sets the filter parameters for the C-axis of the parameter set. Use the UINT as the index and the PVOID as the address of a local variable that is to be written to the filter parameter set. |
SetXAxisFilters | – | BOOL | UINT; PVOID | Sets the filter parameters for the X-axis of the parameter set. Use the UINT as the index and the PVOID as the address of a local variable that is to be written to the filter parameter set. |
Parameter | Group | Return Type | Input Type | Explanation |
|---|---|---|---|---|
SetYAxisFilters | – | BOOL | UINT; PVOID | Sets the filter parameters for the Y-axis of the parameter set. Use the UINT as the index and the PVOID as the address of a local variable that is to be written to the filter parameter set. |
SetZAxisFilters | – | BOOL | UINT; PVOID | Sets the filter parameters for the Z-axis of the parameter set. Use the UINT as the index and the PVOID as the address of a local variable that is to be written to the filter parameter set. |