target-gateway-server-5db9632f23c1e77089e5.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601
  1. {
  2. "artifacts" :
  3. [
  4. {
  5. "path" : "deploy/bin/gateway-server"
  6. }
  7. ],
  8. "backtrace" : 1,
  9. "backtraceGraph" :
  10. {
  11. "commands" :
  12. [
  13. "add_executable",
  14. "link_directories",
  15. "target_link_libraries",
  16. "add_library",
  17. "add_definitions",
  18. "include_directories"
  19. ],
  20. "files" :
  21. [
  22. "modules/gateway-server/CMakeLists.txt",
  23. "modules/gateway-basic/CMakeLists.txt",
  24. "CMakeLists.txt"
  25. ],
  26. "nodes" :
  27. [
  28. {
  29. "file" : 0
  30. },
  31. {
  32. "command" : 0,
  33. "file" : 0,
  34. "line" : 34,
  35. "parent" : 0
  36. },
  37. {
  38. "command" : 1,
  39. "file" : 0,
  40. "line" : 22,
  41. "parent" : 0
  42. },
  43. {
  44. "command" : 2,
  45. "file" : 0,
  46. "line" : 37,
  47. "parent" : 0
  48. },
  49. {
  50. "file" : 1
  51. },
  52. {
  53. "command" : 3,
  54. "file" : 1,
  55. "line" : 37,
  56. "parent" : 4
  57. },
  58. {
  59. "file" : 2
  60. },
  61. {
  62. "command" : 4,
  63. "file" : 2,
  64. "line" : 44,
  65. "parent" : 6
  66. },
  67. {
  68. "command" : 4,
  69. "file" : 2,
  70. "line" : 43,
  71. "parent" : 6
  72. },
  73. {
  74. "command" : 4,
  75. "file" : 2,
  76. "line" : 41,
  77. "parent" : 6
  78. },
  79. {
  80. "command" : 5,
  81. "file" : 0,
  82. "line" : 16,
  83. "parent" : 0
  84. }
  85. ]
  86. },
  87. "compileGroups" :
  88. [
  89. {
  90. "compileCommandFragments" :
  91. [
  92. {
  93. "fragment" : "-std=gnu++1z -fdiagnostics-color=always"
  94. }
  95. ],
  96. "defines" :
  97. [
  98. {
  99. "backtrace" : 7,
  100. "define" : "DATABASE_JSON_DIR=\"/usr/local/bin/database/json\""
  101. },
  102. {
  103. "backtrace" : 8,
  104. "define" : "DATABASE_SQLITE_DIR=\"/usr/local/bin/database/sqlite\""
  105. },
  106. {
  107. "backtrace" : 9,
  108. "define" : "DEBUG"
  109. }
  110. ],
  111. "includes" :
  112. [
  113. {
  114. "backtrace" : 10,
  115. "path" : "E:/embedded-gateway/include"
  116. },
  117. {
  118. "backtrace" : 10,
  119. "path" : "E:/embedded-gateway/library/include"
  120. },
  121. {
  122. "backtrace" : 10,
  123. "path" : "E:/embedded-gateway/modules"
  124. }
  125. ],
  126. "language" : "CXX",
  127. "languageStandard" :
  128. {
  129. "backtraces" :
  130. [
  131. 1
  132. ],
  133. "standard" : "17"
  134. },
  135. "sourceIndexes" :
  136. [
  137. 0,
  138. 1,
  139. 2,
  140. 3,
  141. 4,
  142. 5,
  143. 6,
  144. 7,
  145. 8,
  146. 9,
  147. 10,
  148. 11,
  149. 12,
  150. 13,
  151. 14,
  152. 15,
  153. 16,
  154. 17,
  155. 18,
  156. 19,
  157. 20,
  158. 21,
  159. 22,
  160. 23,
  161. 24,
  162. 25,
  163. 26,
  164. 27,
  165. 28,
  166. 29,
  167. 30,
  168. 31,
  169. 32,
  170. 33,
  171. 34,
  172. 35,
  173. 36,
  174. 37,
  175. 38,
  176. 39,
  177. 40,
  178. 41,
  179. 42,
  180. 43,
  181. 44,
  182. 45
  183. ]
  184. }
  185. ],
  186. "dependencies" :
  187. [
  188. {
  189. "backtrace" : 1,
  190. "id" : "gateway-basic::@26444984b35057cfdfd9"
  191. }
  192. ],
  193. "id" : "gateway-server::@91cbd3ecfdd0686d89cc",
  194. "link" :
  195. {
  196. "commandFragments" :
  197. [
  198. {
  199. "fragment" : "",
  200. "role" : "flags"
  201. },
  202. {
  203. "backtrace" : 2,
  204. "fragment" : "-LE:\\embedded-gateway\\library\\lib",
  205. "role" : "libraryPath"
  206. },
  207. {
  208. "backtrace" : 2,
  209. "fragment" : "-LE:\\embedded-gateway\\deploy\\library",
  210. "role" : "libraryPath"
  211. },
  212. {
  213. "fragment" : "-Wl,-rpath,E:/embedded-gateway/library/lib:E:/embedded-gateway/deploy/library",
  214. "role" : "libraries"
  215. },
  216. {
  217. "backtrace" : 1,
  218. "fragment" : "-lmicrohttpd",
  219. "role" : "libraries"
  220. },
  221. {
  222. "backtrace" : 1,
  223. "fragment" : "-lsqlite3",
  224. "role" : "libraries"
  225. },
  226. {
  227. "backtrace" : 1,
  228. "fragment" : "-lboost_filesystem",
  229. "role" : "libraries"
  230. },
  231. {
  232. "backtrace" : 1,
  233. "fragment" : "deploy\\library\\libgateway-basic.so",
  234. "role" : "libraries"
  235. },
  236. {
  237. "backtrace" : 3,
  238. "fragment" : "-lstdc++fs",
  239. "role" : "libraries"
  240. },
  241. {
  242. "backtrace" : 1,
  243. "fragment" : "-lsqlite3",
  244. "role" : "libraries"
  245. },
  246. {
  247. "backtrace" : 1,
  248. "fragment" : "-lboost_filesystem",
  249. "role" : "libraries"
  250. },
  251. {
  252. "backtrace" : 5,
  253. "fragment" : "-lhiredis",
  254. "role" : "libraries"
  255. }
  256. ],
  257. "language" : "CXX"
  258. },
  259. "name" : "gateway-server",
  260. "nameOnDisk" : "gateway-server",
  261. "paths" :
  262. {
  263. "build" : "modules/gateway-server",
  264. "source" : "modules/gateway-server"
  265. },
  266. "sourceGroups" :
  267. [
  268. {
  269. "name" : "Source Files",
  270. "sourceIndexes" :
  271. [
  272. 0,
  273. 1,
  274. 2,
  275. 3,
  276. 4,
  277. 5,
  278. 6,
  279. 7,
  280. 8,
  281. 9,
  282. 10,
  283. 11,
  284. 12,
  285. 13,
  286. 14,
  287. 15,
  288. 16,
  289. 17,
  290. 18,
  291. 19,
  292. 20,
  293. 21,
  294. 22,
  295. 23,
  296. 24,
  297. 25,
  298. 26,
  299. 27,
  300. 28,
  301. 29,
  302. 30,
  303. 31,
  304. 32,
  305. 33,
  306. 34,
  307. 35,
  308. 36,
  309. 37,
  310. 38,
  311. 39,
  312. 40,
  313. 41,
  314. 42,
  315. 43,
  316. 44,
  317. 45
  318. ]
  319. }
  320. ],
  321. "sources" :
  322. [
  323. {
  324. "backtrace" : 1,
  325. "compileGroupIndex" : 0,
  326. "path" : "modules/gateway-server/src/controller/CommunicationController.cpp",
  327. "sourceGroupIndex" : 0
  328. },
  329. {
  330. "backtrace" : 1,
  331. "compileGroupIndex" : 0,
  332. "path" : "modules/gateway-server/src/controller/DashboardDeviceController.cpp",
  333. "sourceGroupIndex" : 0
  334. },
  335. {
  336. "backtrace" : 1,
  337. "compileGroupIndex" : 0,
  338. "path" : "modules/gateway-server/src/controller/DashboardDeviceHistoryController.cpp",
  339. "sourceGroupIndex" : 0
  340. },
  341. {
  342. "backtrace" : 1,
  343. "compileGroupIndex" : 0,
  344. "path" : "modules/gateway-server/src/controller/DeviceCommunicationController.cpp",
  345. "sourceGroupIndex" : 0
  346. },
  347. {
  348. "backtrace" : 1,
  349. "compileGroupIndex" : 0,
  350. "path" : "modules/gateway-server/src/controller/DeviceController.cpp",
  351. "sourceGroupIndex" : 0
  352. },
  353. {
  354. "backtrace" : 1,
  355. "compileGroupIndex" : 0,
  356. "path" : "modules/gateway-server/src/controller/DeviceProtocolController.cpp",
  357. "sourceGroupIndex" : 0
  358. },
  359. {
  360. "backtrace" : 1,
  361. "compileGroupIndex" : 0,
  362. "path" : "modules/gateway-server/src/controller/ExecutorController.cpp",
  363. "sourceGroupIndex" : 0
  364. },
  365. {
  366. "backtrace" : 1,
  367. "compileGroupIndex" : 0,
  368. "path" : "modules/gateway-server/src/controller/FlowerNodeController.cpp",
  369. "sourceGroupIndex" : 0
  370. },
  371. {
  372. "backtrace" : 1,
  373. "compileGroupIndex" : 0,
  374. "path" : "modules/gateway-server/src/controller/FlowerOperatorController.cpp",
  375. "sourceGroupIndex" : 0
  376. },
  377. {
  378. "backtrace" : 1,
  379. "compileGroupIndex" : 0,
  380. "path" : "modules/gateway-server/src/controller/ProtocolController.cpp",
  381. "sourceGroupIndex" : 0
  382. },
  383. {
  384. "backtrace" : 1,
  385. "compileGroupIndex" : 0,
  386. "path" : "modules/gateway-server/src/controller/RedisCacheController.cpp",
  387. "sourceGroupIndex" : 0
  388. },
  389. {
  390. "backtrace" : 1,
  391. "compileGroupIndex" : 0,
  392. "path" : "modules/gateway-server/src/controller/RedisReportCacheController.cpp",
  393. "sourceGroupIndex" : 0
  394. },
  395. {
  396. "backtrace" : 1,
  397. "compileGroupIndex" : 0,
  398. "path" : "modules/gateway-server/src/controller/TaskController.cpp",
  399. "sourceGroupIndex" : 0
  400. },
  401. {
  402. "backtrace" : 1,
  403. "compileGroupIndex" : 0,
  404. "path" : "modules/gateway-server/src/controller/TaskFormatterController.cpp",
  405. "sourceGroupIndex" : 0
  406. },
  407. {
  408. "backtrace" : 1,
  409. "compileGroupIndex" : 0,
  410. "path" : "modules/gateway-server/src/controller/UserController.cpp",
  411. "sourceGroupIndex" : 0
  412. },
  413. {
  414. "backtrace" : 1,
  415. "compileGroupIndex" : 0,
  416. "path" : "modules/gateway-server/src/large_screen_display/devices_info.cpp",
  417. "sourceGroupIndex" : 0
  418. },
  419. {
  420. "backtrace" : 1,
  421. "compileGroupIndex" : 0,
  422. "path" : "modules/gateway-server/src/main.cpp",
  423. "sourceGroupIndex" : 0
  424. },
  425. {
  426. "backtrace" : 1,
  427. "compileGroupIndex" : 0,
  428. "path" : "modules/gateway-server/src/repository/CommunicationRepository.cpp",
  429. "sourceGroupIndex" : 0
  430. },
  431. {
  432. "backtrace" : 1,
  433. "compileGroupIndex" : 0,
  434. "path" : "modules/gateway-server/src/repository/DashboardDeviceHistoryRepository.cpp",
  435. "sourceGroupIndex" : 0
  436. },
  437. {
  438. "backtrace" : 1,
  439. "compileGroupIndex" : 0,
  440. "path" : "modules/gateway-server/src/repository/DeviceCommunicationRepository.cpp",
  441. "sourceGroupIndex" : 0
  442. },
  443. {
  444. "backtrace" : 1,
  445. "compileGroupIndex" : 0,
  446. "path" : "modules/gateway-server/src/repository/DeviceProtocolRepository.cpp",
  447. "sourceGroupIndex" : 0
  448. },
  449. {
  450. "backtrace" : 1,
  451. "compileGroupIndex" : 0,
  452. "path" : "modules/gateway-server/src/repository/DeviceRepository.cpp",
  453. "sourceGroupIndex" : 0
  454. },
  455. {
  456. "backtrace" : 1,
  457. "compileGroupIndex" : 0,
  458. "path" : "modules/gateway-server/src/repository/ExecutorRepository.cpp",
  459. "sourceGroupIndex" : 0
  460. },
  461. {
  462. "backtrace" : 1,
  463. "compileGroupIndex" : 0,
  464. "path" : "modules/gateway-server/src/repository/FlowerNodeRepository.cpp",
  465. "sourceGroupIndex" : 0
  466. },
  467. {
  468. "backtrace" : 1,
  469. "compileGroupIndex" : 0,
  470. "path" : "modules/gateway-server/src/repository/FlowerOperatorRepository.cpp",
  471. "sourceGroupIndex" : 0
  472. },
  473. {
  474. "backtrace" : 1,
  475. "compileGroupIndex" : 0,
  476. "path" : "modules/gateway-server/src/repository/ProtocolRepository.cpp",
  477. "sourceGroupIndex" : 0
  478. },
  479. {
  480. "backtrace" : 1,
  481. "compileGroupIndex" : 0,
  482. "path" : "modules/gateway-server/src/repository/TaskFormatterRepository.cpp",
  483. "sourceGroupIndex" : 0
  484. },
  485. {
  486. "backtrace" : 1,
  487. "compileGroupIndex" : 0,
  488. "path" : "modules/gateway-server/src/repository/TaskRepository.cpp",
  489. "sourceGroupIndex" : 0
  490. },
  491. {
  492. "backtrace" : 1,
  493. "compileGroupIndex" : 0,
  494. "path" : "modules/gateway-server/src/repository/UserRepository.cpp",
  495. "sourceGroupIndex" : 0
  496. },
  497. {
  498. "backtrace" : 1,
  499. "compileGroupIndex" : 0,
  500. "path" : "modules/gateway-server/src/server/BasicRouter.cpp",
  501. "sourceGroupIndex" : 0
  502. },
  503. {
  504. "backtrace" : 1,
  505. "compileGroupIndex" : 0,
  506. "path" : "modules/gateway-server/src/server/BasicServer.cpp",
  507. "sourceGroupIndex" : 0
  508. },
  509. {
  510. "backtrace" : 1,
  511. "compileGroupIndex" : 0,
  512. "path" : "modules/gateway-server/src/service/CommunicationService.cpp",
  513. "sourceGroupIndex" : 0
  514. },
  515. {
  516. "backtrace" : 1,
  517. "compileGroupIndex" : 0,
  518. "path" : "modules/gateway-server/src/service/DashboardDeviceHistoryService.cpp",
  519. "sourceGroupIndex" : 0
  520. },
  521. {
  522. "backtrace" : 1,
  523. "compileGroupIndex" : 0,
  524. "path" : "modules/gateway-server/src/service/DashboardDeviceService.cpp",
  525. "sourceGroupIndex" : 0
  526. },
  527. {
  528. "backtrace" : 1,
  529. "compileGroupIndex" : 0,
  530. "path" : "modules/gateway-server/src/service/DeviceCommunicationService.cpp",
  531. "sourceGroupIndex" : 0
  532. },
  533. {
  534. "backtrace" : 1,
  535. "compileGroupIndex" : 0,
  536. "path" : "modules/gateway-server/src/service/DeviceProtocolService.cpp",
  537. "sourceGroupIndex" : 0
  538. },
  539. {
  540. "backtrace" : 1,
  541. "compileGroupIndex" : 0,
  542. "path" : "modules/gateway-server/src/service/DeviceService.cpp",
  543. "sourceGroupIndex" : 0
  544. },
  545. {
  546. "backtrace" : 1,
  547. "compileGroupIndex" : 0,
  548. "path" : "modules/gateway-server/src/service/ExecutorService.cpp",
  549. "sourceGroupIndex" : 0
  550. },
  551. {
  552. "backtrace" : 1,
  553. "compileGroupIndex" : 0,
  554. "path" : "modules/gateway-server/src/service/FlowerNodeService.cpp",
  555. "sourceGroupIndex" : 0
  556. },
  557. {
  558. "backtrace" : 1,
  559. "compileGroupIndex" : 0,
  560. "path" : "modules/gateway-server/src/service/FlowerOperatorService.cpp",
  561. "sourceGroupIndex" : 0
  562. },
  563. {
  564. "backtrace" : 1,
  565. "compileGroupIndex" : 0,
  566. "path" : "modules/gateway-server/src/service/ProtocolService.cpp",
  567. "sourceGroupIndex" : 0
  568. },
  569. {
  570. "backtrace" : 1,
  571. "compileGroupIndex" : 0,
  572. "path" : "modules/gateway-server/src/service/RedisCacheService.cpp",
  573. "sourceGroupIndex" : 0
  574. },
  575. {
  576. "backtrace" : 1,
  577. "compileGroupIndex" : 0,
  578. "path" : "modules/gateway-server/src/service/RedisReportCacheService.cpp",
  579. "sourceGroupIndex" : 0
  580. },
  581. {
  582. "backtrace" : 1,
  583. "compileGroupIndex" : 0,
  584. "path" : "modules/gateway-server/src/service/TaskFormatterService.cpp",
  585. "sourceGroupIndex" : 0
  586. },
  587. {
  588. "backtrace" : 1,
  589. "compileGroupIndex" : 0,
  590. "path" : "modules/gateway-server/src/service/TaskService.cpp",
  591. "sourceGroupIndex" : 0
  592. },
  593. {
  594. "backtrace" : 1,
  595. "compileGroupIndex" : 0,
  596. "path" : "modules/gateway-server/src/service/UserService.cpp",
  597. "sourceGroupIndex" : 0
  598. }
  599. ],
  600. "type" : "EXECUTABLE"
  601. }