include

QNX SDP8.0PLMS User's GuideAPIConfigurationDeveloper

Format

include "path_to_include_file"

Description

The include keyword is includes the specified configuration file. The included config file is only parsed at the end of the parent file.

Multiplicity

Zero or more instances.

Constraints

  • The include keyword accepts only absolute pathnames.
  • The configuration files must have unique path names, e.g., /mnt/ifs1/start.cfg and /mnt/ifs2/start.cfg are considered as two different configuration files.
  • The root configuration file and any included configuration files are all considered a single blob. The files are either parsed completely or not at all.
  • The parser rejects the parse request if it encounters an error in any of the included configuration files.

  • If a configuration file is included multiple times, PLMS only parses the file once; this avoids the circular parsing of included files.

  • The include directive must be used outside of the component and module block.

Page updated: