Skip to content

Commit

Permalink
Examples tested with CANape 24
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerZ committed Nov 8, 2024
1 parent f281dc3 commit e34feff
Show file tree
Hide file tree
Showing 36 changed files with 5,351 additions and 5,254 deletions.
17 changes: 11 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,31 @@ cargo.lock

# Unnessesary CANape artefacts
*.hex
*.HEX
*.mf4
*.mdf
*.TMP
*.cnaxml
RecycleBin.ini
~CANapeCurrentCfg.tmp
CANapeTmpMea.ini

# Artefacts generated by examples
# Artefacts generated by examples and tests
xcp_test.a2l
xcp_client.a2l
xcp_client_autodetect.a2l
test_single_thread.a2l
test_multi_thread.a2l
test_tokio_single_thread.a2l
test_tokio_multi_thread.a2l
tokio_demo.a2l
point_cloud.a2l

xcp_benchmark.a2l
rayon_demo.a2l

hello_xcp.a2l
tokio_demo.a2l
rayon_demo.a2l
point_cloud.a2l
mandelbrot.a2l
mandelbrot.png
/xcp_client_autodetect.a2l
*.mdf
multi_thread_demo.a2l
single_thread_demo.a2l
34 changes: 17 additions & 17 deletions CANape/CANape.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;-------------------------------------------------------------------------------

[!!!!!_CONSISTENCY_CHECK_START_SECTION_!!!!!]
GUID={650222F5-2959-414B-8838-A0502B001145}
GUID={FC8F5735-3D13-493F-ADFC-9C16CB6B352B}

[FILE_INFO]
Identification=CANape-Project-File
Expand All @@ -15,15 +15,15 @@ FileName=CANape.ini
FileNameAbsolute=D:\git\xcp-lite\CANape\CANape.ini
WorkingDirectory=D:\git\xcp-lite\CANape
ProjectId=07e4-0009-0006-0016-001c-0015-0000
PrgVersion=Version 23.0.0.1972 RC2
PrgDate=29.10.2024
PrgVersion=Version 23.0.0.2042 RC2
PrgDate=05.11.2024
Description=
CreationTime=22:29
CreationDate=09/06/2020 ; Month/Day/Year
Protected=0
CurrentWindowsACP=1252
ModificationTime=18:33
ModificationDate=11/03/2024 ; Month/Day/Year
ModificationTime=23:51
ModificationDate=11/08/2024 ; Month/Day/Year

[CANAPE]

Expand Down Expand Up @@ -1095,12 +1095,12 @@ RIGHTPANE2HEIGHT=-1
TREEX=265
TREEY=845
ACTIVEPANE=0
SELECTED_TREENODE=Kanäle/PLP
FIRSTVISIBLE_TREENODE=Geräte
SELECTED_TREENODE=Kan�le/PLP
FIRSTVISIBLE_TREENODE=Ger�te
TREEEXPAND_COUNT=9
TREEEXPAND_0=Geräte
TREEEXPAND_1=Geräte/xcp_lite_Device
TREEEXPAND_2=Geräte/xcp_lite_Device/Protokoll
TREEEXPAND_0=Ger�te
TREEEXPAND_1=Ger�te/xcp_lite_Device
TREEEXPAND_2=Ger�te/xcp_lite_Device/Protokoll
LAST_FOCUSED_LISTCOLUMN=0
LAST_FOCUSED_LISTINDEX=0
LAST_TOP_LISTINDEX=0
Expand All @@ -1117,7 +1117,7 @@ RIGHTPANE2HEIGHT_dpi96=-1
TREEX_dpi96=265
TREEY_dpi96=845
TREEEXPAND_7=Netzwerke/ETH_1_Network/xcp_lite_Device/Protokoll
TREEEXPAND_8=Kanäle
TREEEXPAND_8=Kan�le
TREEEXPAND_9=Netzwerke/ETH_1_Network/xcp_lite_Device/Protokoll
TREEEXPAND_10=Netzwerke/ETH_LocalPC/xcp_lite_2/Protokoll
TREEEXPAND_11=Networks/ETH_LocalPC/xcp_lite_1
Expand Down Expand Up @@ -1788,8 +1788,8 @@ RIGHTPANE2HEIGHT=-2
TREEX=300
TREEY=1432
ACTIVEPANE=1
SELECTED_TREENODE=Gerät
FIRSTVISIBLE_TREENODE=Gerät
SELECTED_TREENODE=Ger�t
FIRSTVISIBLE_TREENODE=Ger�t
TREEEXPAND_COUNT=0
LAST_FOCUSED_LISTCOLUMN=0
LAST_FOCUSED_LISTINDEX=0
Expand Down Expand Up @@ -2872,7 +2872,7 @@ CALRAM_NAME_DB=0
AUTOSAVE_DATAFILE=0
CALRAMAUTOSEGMENTS=0
MAP_READ_IF_NEWER=1
MAPFILE_DIR=Y:\xcp_lite\target\debug\
MAPFILE_DIR=Y\
MAP_USAGE=0
MAP_COUNTER=1
MAP_COUNT=0
Expand Down Expand Up @@ -3141,7 +3141,7 @@ PSEUDO_CAN_ID_START=2415919104
DSP_MODE=0
DAQ_LIST_AUTODETECT=0
DAQ_COUNT=0
DAQ_CONFIG_ID=30446
DAQ_CONFIG_ID=18158
DAQ_START_STOP_ALL_DISABLED=0
INIT_CAL_PAGE_SEGMENTWISE=0
CALRAM_CHECK_INITIAL_PAGE=1
Expand Down Expand Up @@ -4641,7 +4641,7 @@ LAST_FOCUSED_LISTCOLUMN=0
LAST_FOCUSED_LISTINDEX=0
LAST_TOP_LISTINDEX=0
TREEEXPAND_4=Netzwerke/ETH_1_Network/xcp_lite_Device/Protokoll
TREEEXPAND_5=Kanäle
TREEEXPAND_5=Kan�le

[DLG_DISPLAY_PAGE]
LAST_PAGE=Anzeigeseite
Expand Down Expand Up @@ -5894,5 +5894,5 @@ POSTPROC_MODE=0
Count=0

[~~~~~_CONSISTENCY_CHECK_END_SECTION_~~~~~]
GUID={650222F5-2959-414B-8838-A0502B001145}
GUID={FC8F5735-3D13-493F-ADFC-9C16CB6B352B}

Loading

0 comments on commit e34feff

Please sign in to comment.