tty
QNX SDP8.0PLMS User's GuideAPIConfigurationDeveloper
Format
tty = "filename"
Description
The tty keyword represents the name of the file to which stderr, stdin, and stdout are redirected to when a process is opened as the session leader.
Example
tty = "/dev/tty"
Default
None.
Multiplicity
Not allowed when stdin, stdout, stderr are specified in a task block, or one instance when they are not specified.
Constraints
- The value of tty is evaluated during component runtime.
- If tty is specified then stdin, stdout, stderr configuration are not allowed in the task.
- The process will be started as a session leader.
- If tty is specified in a task, then the task must have one of the exec*() function so that tty is used at run time.
Page updated:
