|
FAST SDK Coding Reference 1.0.5
|
A data structure to store FAST.SerialConnection and FAST.SerialConnectionLoader settings. More...
Public Attributes | |
| int | baudRate = 9600 |
| Settings, Code The baud rate to use for this FAST.SerialConnection. | |
| string | id = "" |
| Settings, Code A unique name to identify this FAST.SerialConnection. | |
| string | port = "0" |
| Settings, Code The port to use for this FAST.SerialConnection. | |
| string | prefixErrorMessage = "" |
| Settings, Code A message that will be added before the FAST.LoadingProgress error message at runtime. | |
| string | replacementErrorMessage = "" |
| Settings, Code A message that will replace the FAST.LoadingProgress error message at runtime. | |
| float | startupDelaySeconds = 0 |
| Settings, Code The number of seconds to delay after opening a serial connection during startup. Usually this is used with an Arduino to give it time to reset and run setup(). | |
| string | suffixErrorMessage = "" |
| Settings, Code A message that will be added after the FAST.LoadingProgress error message at runtime. | |
A data structure to store FAST.SerialConnection and FAST.SerialConnectionLoader settings.
| int baudRate = 9600 |
Settings, Code
The baud rate to use for this FAST.SerialConnection.
| string id = "" |
Settings, Code
A unique name to identify this FAST.SerialConnection.
| string port = "0" |
Settings, Code
The port to use for this FAST.SerialConnection.
| string prefixErrorMessage = "" |
Settings, Code
A message that will be added before the FAST.LoadingProgress error message at runtime.
| string replacementErrorMessage = "" |
Settings, Code
A message that will replace the FAST.LoadingProgress error message at runtime.
| float startupDelaySeconds = 0 |
Settings, Code
The number of seconds to delay after opening a serial connection during startup. Usually this is used with an Arduino to give it time to reset and run setup().
| string suffixErrorMessage = "" |
Settings, Code
A message that will be added after the FAST.LoadingProgress error message at runtime.