소스 검색

@cfg_get.<group_name>.<var_name> is documented

Miklos Tirpak 17 년 전
부모
커밋
0e7d67d701
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      doc/cfg.txt

+ 8 - 0
doc/cfg.txt

@@ -336,3 +336,11 @@ int new_process(void)
 Note, that the configuration should be refreshed even if the module does not
 declare any config variable, because other modules and the core may need the
 up-to-date config.
+
+
+6. Accessing the configuration values in the script
+===============================================================================
+
+The values can be accessed via select calls:
+
+@cfg_get.<group_name>.<var_name>