/AWS1/CL_RBMLAUNCHCONFIG¶
Information about a launch configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_packagename TYPE /AWS1/RBMCOMMAND /AWS1/RBMCOMMAND¶
The package name.
iv_launchfile TYPE /AWS1/RBMCOMMAND /AWS1/RBMCOMMAND¶
The launch file name.
it_environmentvariables TYPE /AWS1/CL_RBMENVIRONMENTVARIA00=>TT_ENVIRONMENTVARIABLEMAP TT_ENVIRONMENTVARIABLEMAP¶
The environment variables for the application launch.
io_portforwardingconfig TYPE REF TO /AWS1/CL_RBMPORTFORWARDINGCFG /AWS1/CL_RBMPORTFORWARDINGCFG¶
The port forwarding configuration.
iv_streamui TYPE /AWS1/RBMBOOLEAN /AWS1/RBMBOOLEAN¶
Boolean indicating whether a streaming session will be configured for the application. If
True, AWS RoboMaker will configure a connection so you can interact with your application as it is running in the simulation. You must configure and launch the component. It must have a graphical user interface.
it_command TYPE /AWS1/CL_RBMCOMMANDLIST_W=>TT_COMMANDLIST TT_COMMANDLIST¶
If you've specified
Generalas the value for yourRobotSoftwareSuite, you can use this field to specify a list of commands for your container image.If you've specified
SimulationRuntimeas the value for yourSimulationSoftwareSuite, you can use this field to specify a list of commands for your container image.
Queryable Attributes¶
packageName¶
The package name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGENAME() |
Getter for PACKAGENAME, with configurable default |
ASK_PACKAGENAME() |
Getter for PACKAGENAME w/ exceptions if field has no value |
HAS_PACKAGENAME() |
Determine if PACKAGENAME has a value |
launchFile¶
The launch file name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAUNCHFILE() |
Getter for LAUNCHFILE, with configurable default |
ASK_LAUNCHFILE() |
Getter for LAUNCHFILE w/ exceptions if field has no value |
HAS_LAUNCHFILE() |
Determine if LAUNCHFILE has a value |
environmentVariables¶
The environment variables for the application launch.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENTVARIABLES() |
Getter for ENVIRONMENTVARIABLES, with configurable default |
ASK_ENVIRONMENTVARIABLES() |
Getter for ENVIRONMENTVARIABLES w/ exceptions if field has n |
HAS_ENVIRONMENTVARIABLES() |
Determine if ENVIRONMENTVARIABLES has a value |
portForwardingConfig¶
The port forwarding configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORTFORWARDINGCONFIG() |
Getter for PORTFORWARDINGCONFIG |
streamUI¶
Boolean indicating whether a streaming session will be configured for the application. If
True, AWS RoboMaker will configure a connection so you can interact with your application as it is running in the simulation. You must configure and launch the component. It must have a graphical user interface.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREAMUI() |
Getter for STREAMUI |
command¶
If you've specified
Generalas the value for yourRobotSoftwareSuite, you can use this field to specify a list of commands for your container image.If you've specified
SimulationRuntimeas the value for yourSimulationSoftwareSuite, you can use this field to specify a list of commands for your container image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMAND() |
Getter for COMMAND, with configurable default |
ASK_COMMAND() |
Getter for COMMAND w/ exceptions if field has no value |
HAS_COMMAND() |
Determine if COMMAND has a value |