docs: fix rng_models.json path to absolute Linux path
This commit is contained in:
parent
71feae9e79
commit
a93801fea5
@ -73,7 +73,7 @@ t: 0 1 2 3 4 5 6 7 8 9
|
||||
|
||||
## JSON 配置格式
|
||||
|
||||
文件路径:`<config_dir>/rng_models.json`
|
||||
文件路径:`/users/dsc/code/TestProject/RNG/json/rng_models.json`(Linux 运行环境固定路径)
|
||||
|
||||
```json
|
||||
{
|
||||
@ -204,7 +204,7 @@ TimeNotify(eventNo)
|
||||
```
|
||||
RNG::start()
|
||||
→ con_mag_->dbLogin()
|
||||
→ ModelRegistry::instance().loadModels("rng_models.json")
|
||||
→ ModelRegistry::instance().loadModels("/users/dsc/code/TestProject/RNG/json/rng_models.json")
|
||||
→ RNG_server = new RNGICEI()
|
||||
→ PACE 服务注册
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user