|
Gocator API
|
Represents a layout related sensor configuration.
Inherits kObject.
Public Member Functions | |
| kStatus | GoLayout_EnableMultiplexBuddy (GoLayout layout, kBool enable) |
| Enables buddied sensor multiplexing with automated parameter calculation. More... | |
| kStatus | GoLayout_EnableMultiplexSingle (GoLayout layout, kBool enabled) |
| Enables single sensor(not buddied) configuration multiplexing. More... | |
| kBool | GoLayout_MultiplexBuddyEnabled (GoLayout layout) |
| Returns a boolean value representing whether or not multiplexing is enabled in a buddied configuration. More... | |
| k64f | GoLayout_MultiplexSingleDelay (GoLayout layout) |
| Returns a value representing the multiplexing delay in a single device sensor configuration. More... | |
| kBool | GoLayout_MultiplexSingleEnabled (GoLayout layout) |
| Returns a boolean value representing whether or not multiplexing is enabled in a single device configuration. More... | |
| k64f | GoLayout_MultiplexSingleExposureDuration (GoLayout layout) |
| Returns a value representing the multiplexing exposure duration in a single device sensor configuration. More... | |
| k64f | GoLayout_MultiplexSinglePeriod (GoLayout layout) |
| Returns a value representing the multiplexing period in a single device sensor configuration. More... | |
| k64f | GoLayout_MultiplexSinglePeriodMin (GoLayout layout) |
| Returns a value representing the minimum multiplexing period in a single device sensor configuration. More... | |
| GoOrientation | GoLayout_Orientation (GoLayout layout) |
| Returns the current orientation used when buddied. More... | |
| kStatus | GoLayout_SetMultiplexSingleDelay (GoLayout layout, k64f value) |
| Sets the single sensor multiplexing delay. More... | |
| kStatus | GoLayout_SetMultiplexSinglePeriod (GoLayout layout, k64f value) |
| Sets the single sensor multiplexing period. More... | |
| kStatus | GoLayout_SetOrientation (GoLayout layout, GoOrientation orientation) |
| Sets the buddied sensor configuration orientation. More... | |
| k64f | GoLayout_TransformedDataRegionHeight (GoLayout layout) |
| Returns the transformed data region height value. More... | |
| k64f | GoLayout_TransformedDataRegionLength (GoLayout layout) |
| Returns the transformed data region length value. More... | |
| k64f | GoLayout_TransformedDataRegionWidth (GoLayout layout) |
| Returns the transformed data region width value. More... | |
| k64f | GoLayout_TransformedDataRegionX (GoLayout layout) |
| Returns the transformed data region X-component value. More... | |
| k64f | GoLayout_TransformedDataRegionY (GoLayout layout) |
| Returns the transformed data region Y-component value. More... | |
| k64f | GoLayout_TransformedDataRegionZ (GoLayout layout) |
| Returns the transformed data region Z-component value. More... | |
| kStatus GoLayout_EnableMultiplexBuddy | ( | GoLayout | layout, |
| kBool | enable | ||
| ) |
Enables buddied sensor multiplexing with automated parameter calculation.
| layout | GoLayout object. |
| enable | kTRUE to enable, or kFALSE to disable. |
| kStatus GoLayout_EnableMultiplexSingle | ( | GoLayout | layout, |
| kBool | enabled | ||
| ) |
Enables single sensor(not buddied) configuration multiplexing.
| layout | GoLayout object. |
| enabled | kTRUE to enable, or kFALSE to disable. |
| kBool GoLayout_MultiplexBuddyEnabled | ( | GoLayout | layout | ) |
Returns a boolean value representing whether or not multiplexing is enabled in a buddied configuration.
| layout | GoLayout object. |
| k64f GoLayout_MultiplexSingleDelay | ( | GoLayout | layout | ) |
Returns a value representing the multiplexing delay in a single device sensor configuration.
| layout | GoLayout object. |
| kBool GoLayout_MultiplexSingleEnabled | ( | GoLayout | layout | ) |
Returns a boolean value representing whether or not multiplexing is enabled in a single device configuration.
| layout | GoLayout object. |
| k64f GoLayout_MultiplexSingleExposureDuration | ( | GoLayout | layout | ) |
Returns a value representing the multiplexing exposure duration in a single device sensor configuration.
| layout | GoLayout object. |
| k64f GoLayout_MultiplexSinglePeriod | ( | GoLayout | layout | ) |
Returns a value representing the multiplexing period in a single device sensor configuration.
| layout | GoLayout object. |
| k64f GoLayout_MultiplexSinglePeriodMin | ( | GoLayout | layout | ) |
Returns a value representing the minimum multiplexing period in a single device sensor configuration.
| layout | GoLayout object. |
| GoOrientation GoLayout_Orientation | ( | GoLayout | layout | ) |
Returns the current orientation used when buddied.
| layout | GoLayout object. |
| kStatus GoLayout_SetMultiplexSingleDelay | ( | GoLayout | layout, |
| k64f | value | ||
| ) |
Sets the single sensor multiplexing delay.
| layout | GoLayout object. |
| value | The delay (in uS) to set. |
| kStatus GoLayout_SetMultiplexSinglePeriod | ( | GoLayout | layout, |
| k64f | value | ||
| ) |
Sets the single sensor multiplexing period.
| layout | GoLayout object. |
| value | The multiplexing period (in uS) to set. |
| kStatus GoLayout_SetOrientation | ( | GoLayout | layout, |
| GoOrientation | orientation | ||
| ) |
Sets the buddied sensor configuration orientation.
| layout | GoLayout object. |
| orientation | The orientation to set. |
| k64f GoLayout_TransformedDataRegionHeight | ( | GoLayout | layout | ) |
Returns the transformed data region height value.
| layout | GoLayout object. |
| k64f GoLayout_TransformedDataRegionLength | ( | GoLayout | layout | ) |
Returns the transformed data region length value.
| layout | GoLayout object. |
| k64f GoLayout_TransformedDataRegionWidth | ( | GoLayout | layout | ) |
Returns the transformed data region width value.
| layout | GoLayout object. |
| k64f GoLayout_TransformedDataRegionX | ( | GoLayout | layout | ) |
Returns the transformed data region X-component value.
| layout | GoLayout object. |
| k64f GoLayout_TransformedDataRegionY | ( | GoLayout | layout | ) |
Returns the transformed data region Y-component value.
| layout | GoLayout object. |
| k64f GoLayout_TransformedDataRegionZ | ( | GoLayout | layout | ) |
Returns the transformed data region Z-component value.
| layout | GoLayout object. |