Gocator API
|
Represents Serial output settings.
Inherits kObject.
Public Member Functions | |
kStatus | GoSerial_AddSource (GoSerial serial, k32u sourceId) |
Selects the specified source for transmission. More... | |
kStatus | GoSerial_ClearSources (GoSerial serial) |
Removes all selected sources for the specified output type. More... | |
k32u | GoSerial_OptionAt (GoSerial serial, k32u index) |
Gets the source option at the specified index. More... | |
kSize | GoSerial_OptionCount (GoSerial serial) |
Gets the number of source options. More... | |
kArrayList | GoSerial_OptionList (GoSerial serial) |
Gets the list of source measurement options. More... | |
kStatus | GoSerial_RemoveSource (GoSerial serial, k32u index) |
Removes (deselects) the source at the specified index. More... | |
k32u | GoSerial_SelcomRate (GoSerial serial) |
Gets the index of the currently selected Selcom output rate. More... | |
k32u | GoSerial_SelcomRateOptionCount (GoSerial serial) |
Returns the number of available Selcom protocol output options. More... | |
kStatus | GoSerial_SetSelcomRate (GoSerial serial, kSize index) |
Sets the Selcom protocol output rate. More... | |
k32u | GoSerial_SourceAt (GoSerial serial, k32u index) |
Gets the identifier of the selected output source at the specified index. More... | |
kSize | GoSerial_SourceCount (GoSerial serial) |
Gets the number of sources of the specified output type that are currently selected for transmission. More... | |
kStatus GoSerial_AddSource | ( | GoSerial | serial, |
k32u | sourceId | ||
) |
Selects the specified source for transmission.
serial | GoSerial object. |
sourceId | Source identifier. |
kStatus GoSerial_ClearSources | ( | GoSerial | serial | ) |
Removes all selected sources for the specified output type.
serial | GoSerial object. |
k32u GoSerial_OptionAt | ( | GoSerial | serial, |
k32u | index | ||
) |
Gets the source option at the specified index.
serial | GoSerial object. |
index | Source option index. |
kSize GoSerial_OptionCount | ( | GoSerial | serial | ) |
kArrayList GoSerial_OptionList | ( | GoSerial | serial | ) |
Gets the list of source measurement options.
serial | GoSerial object. |
kStatus GoSerial_RemoveSource | ( | GoSerial | serial, |
k32u | index | ||
) |
Removes (deselects) the source at the specified index.
serial | GoSerial object. |
type | Output source type (value or decision). |
index | Index of the source to be removed. |
k32u GoSerial_SelcomRate | ( | GoSerial | serial | ) |
Gets the index of the currently selected Selcom output rate.
serial | GoSerial object. |
k32u GoSerial_SelcomRateOptionCount | ( | GoSerial | serial | ) |
Returns the number of available Selcom protocol output options.
serial | GoSerial object. |
kStatus GoSerial_SetSelcomRate | ( | GoSerial | serial, |
kSize | index | ||
) |
Sets the Selcom protocol output rate.
serial | GoSerial object. |
index | An index value representing the Selcom rate to set. |
k32u GoSerial_SourceAt | ( | GoSerial | serial, |
k32u | index | ||
) |
Gets the identifier of the selected output source at the specified index.
serial | GoSerial object. |
index | Selected source index. |
kSize GoSerial_SourceCount | ( | GoSerial | serial | ) |
Gets the number of sources of the specified output type that are currently selected for transmission.
serial | GoSerial object. |