target-gateway-server-d661293cbb986b12ad22.json 11 KB

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