提交初版

This commit is contained in:
shi_jq 2024-10-30 11:51:24 +08:00
parent fcb95f6e9e
commit 0bf2c417b7
18937 changed files with 3806807 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#! /bin/bash
echo "start delete shm"
ipcs -m | awk '$6 == 0 {cmd = "ipcrm -m " $2; system(cmd) }'
ipcs -m | awk '$6 == 0 {printf $2 '\n'}'

BIN
platform/centos7_debug/gsl Normal file

Binary file not shown.

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<SdkLocal>
<SdkLog>
<logLevel>3</logLevel><!--req, 1-ERROR, 2-DEBUG, 3-INFO-->
<logDirectory>./SDKLOG/</logDirectory><!--the end of the string must be '/'-->
<autoDelete>true</autoDelete><!--true: There are less than 10 files in the directory, it will be auto deleted by sdk when the files are more than 10; false: No upper limit to the number of log files-->
</SdkLog>
<HeartbeatCfg>
<Interval>120</Interval> <!-- 心跳时间间隔单位秒等于0使用默认值120s取值范围为[30, 120] 小于30s间隔为30s大于120s间隔为120s-->
<Count>1</Count> <!-- 触发异常回调需要心跳交互异常的次数等于0使用默认值1次-->
</HeartbeatCfg>
</SdkLocal>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,3 @@
#!/bin/bash
install_path=$(dirname $(readlink -f $0))
$install_path/hmi -w explorer -p index.glx

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
link libboost_chrono.so.1.68.0

Binary file not shown.

View File

@ -0,0 +1 @@
link libboost_date_time.so.1.68.0

Binary file not shown.

View File

@ -0,0 +1 @@
link libboost_filesystem.so.1.68.0

Binary file not shown.

View File

@ -0,0 +1 @@
link libboost_locale.so.1.68.0

Binary file not shown.

View File

@ -0,0 +1 @@
link libboost_program_options.so.1.68.0

View File

@ -0,0 +1 @@
link libboost_regex.so.1.68.0

Binary file not shown.

View File

@ -0,0 +1 @@
link libboost_system.so.1.68.0

Binary file not shown.

View File

@ -0,0 +1 @@
link libboost_thread.so.1.68.0

Binary file not shown.

View File

@ -0,0 +1 @@
link libcurl.so.4.5.0

View File

@ -0,0 +1 @@
link libcurl.so.4.5.0

Binary file not shown.

View File

@ -0,0 +1 @@
link libczmq.so.4.2.1

View File

@ -0,0 +1 @@
link libczmq.so.4.2.1

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
link liblog4cplus-1.2.so.5.1.6

Binary file not shown.

View File

@ -0,0 +1 @@
link liblog4cplus-1.2.so.5.1.6

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
link libprotobuf-lite.so.9.0.1

View File

@ -0,0 +1 @@
link libprotobuf-lite.so.9.0.1

Binary file not shown.

View File

@ -0,0 +1 @@
link libprotobuf.so.9.0.1

View File

@ -0,0 +1 @@
link libprotobuf.so.9.0.1

Binary file not shown.

View File

@ -0,0 +1 @@
link libprotoc.so.9.0.1

View File

@ -0,0 +1 @@
link libprotoc.so.9.0.1

Binary file not shown.

View File

@ -0,0 +1 @@
link libquazip.so.1.0.0

View File

@ -0,0 +1 @@
link libquazip.so.1.0.0

View File

@ -0,0 +1 @@
link libquazip.so.1.0.0

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
link libz.so.1.2.11

View File

@ -0,0 +1 @@
link libz.so.1.2.11

Binary file not shown.

View File

@ -0,0 +1 @@
link libzmq.so.5.2.4

View File

@ -0,0 +1 @@
link libzmq.so.5.2.4

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,10 @@
#! /bin/bash
echo "start delete shm"
ipcs -m|awk '$6==0 {cmd="ipcrm -m "$2;system(cmd)}'
ipcs -m|awk '$6==0 {printf $2 '\n'}'

Binary file not shown.

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<SdkLocal>
<SdkLog>
<logLevel>3</logLevel><!--req, 1-ERROR, 2-DEBUG, 3-INFO-->
<logDirectory>./SDKLOG/</logDirectory><!--the end of the string must be '/'-->
<autoDelete>true</autoDelete><!--true: There are less than 10 files in the directory, it will be auto deleted by sdk when the files are more than 10; false: No upper limit to the number of log files-->
</SdkLog>
<HeartbeatCfg>
<Interval>120</Interval> <!-- 心跳时间间隔单位秒等于0使用默认值120s取值范围为[30, 120] 小于30s间隔为30s大于120s间隔为120s-->
<Count>1</Count> <!-- 触发异常回调需要心跳交互异常的次数等于0使用默认值1次-->
</HeartbeatCfg>
</SdkLocal>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More