diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aacae44 --- /dev/null +++ b/.gitignore @@ -0,0 +1,378 @@ +## +## PROJECT: Mouri Internal Library Essentials +## FILE: .gitignore +## PURPOSE: The root .gitignore file for Mile.Project Project +## +## LICENSE: The MIT License +## +## DEVELOPER: Mouri_Naruto (Mouri_Naruto AT Outlook.com) +## + +## +## Ignore Mile.Project specific temporary files, build results, +## and files generated by popular Visual Studio add-ons. +## +Output/ + +## +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd diff --git a/1.Hardware/ProProject_GeekTrack_2022-09-04 - 副本.zip b/1.Hardware/ProProject_GeekTrack_2022-09-04 - 副本.zip new file mode 100644 index 0000000..91b0b68 Binary files /dev/null and b/1.Hardware/ProProject_GeekTrack_2022-09-04 - 副本.zip differ diff --git a/1.Hardware/ProProject_GeekTrackv2_2022-09-22.zip b/1.Hardware/ProProject_GeekTrackv2_2022-09-22.zip new file mode 100644 index 0000000..9f1d343 Binary files /dev/null and b/1.Hardware/ProProject_GeekTrackv2_2022-09-22.zip differ diff --git a/2.Firmware/GeekTrack-09-18 欧拉角输出.zip b/2.Firmware/GeekTrack-09-18 欧拉角输出.zip new file mode 100644 index 0000000..b5c08b9 Binary files /dev/null and b/2.Firmware/GeekTrack-09-18 欧拉角输出.zip differ diff --git a/4.Software/GeekTrackSDK/.gitignore b/4.Software/GeekTrackSDK/.gitignore new file mode 100644 index 0000000..aacae44 --- /dev/null +++ b/4.Software/GeekTrackSDK/.gitignore @@ -0,0 +1,378 @@ +## +## PROJECT: Mouri Internal Library Essentials +## FILE: .gitignore +## PURPOSE: The root .gitignore file for Mile.Project Project +## +## LICENSE: The MIT License +## +## DEVELOPER: Mouri_Naruto (Mouri_Naruto AT Outlook.com) +## + +## +## Ignore Mile.Project specific temporary files, build results, +## and files generated by popular Visual Studio add-ons. +## +Output/ + +## +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd diff --git a/4.Software/GeekTrackSDK/Src/GeekTrackSDK.h b/4.Software/GeekTrackSDK/Src/GeekTrackSDK.h new file mode 100644 index 0000000..4c11288 --- /dev/null +++ b/4.Software/GeekTrackSDK/Src/GeekTrackSDK.h @@ -0,0 +1,16 @@ +#ifndef _GEEKTRACK_SDK_H_ +#define _GEEKTRACK_SDK_H_ + +extern "C" { + +typedef struct { + float x, y, z; +}EulerAngles_t; + + +__declspec(dllexport) void GeekTrack_Init(); + +__declspec(dllexport) EulerAngles_t GetEulerAngles(); +} + +#endif \ No newline at end of file diff --git a/4.Software/GeekTrackSDK/UDP.sln b/4.Software/GeekTrackSDK/UDP.sln new file mode 100644 index 0000000..d510be0 --- /dev/null +++ b/4.Software/GeekTrackSDK/UDP.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.32106.194 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GeekTrackSDK", "UDP\UDP.vcxproj", "{9164B430-3793-48FE-9C4C-77745C628E5B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9164B430-3793-48FE-9C4C-77745C628E5B}.Debug|Win32.ActiveCfg = Debug|Win32 + {9164B430-3793-48FE-9C4C-77745C628E5B}.Debug|Win32.Build.0 = Debug|Win32 + {9164B430-3793-48FE-9C4C-77745C628E5B}.Debug|x64.ActiveCfg = Debug|x64 + {9164B430-3793-48FE-9C4C-77745C628E5B}.Debug|x64.Build.0 = Debug|x64 + {9164B430-3793-48FE-9C4C-77745C628E5B}.Release|Win32.ActiveCfg = Release|Win32 + {9164B430-3793-48FE-9C4C-77745C628E5B}.Release|Win32.Build.0 = Release|Win32 + {9164B430-3793-48FE-9C4C-77745C628E5B}.Release|x64.ActiveCfg = Release|x64 + {9164B430-3793-48FE-9C4C-77745C628E5B}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {9E9DAEF7-BA4A-4FC9-9AD3-C055B24E1C8F} + EndGlobalSection +EndGlobal diff --git a/4.Software/GeekTrackSDK/UDP/GeekTrack.cpp b/4.Software/GeekTrackSDK/UDP/GeekTrack.cpp new file mode 100644 index 0000000..b82dfce --- /dev/null +++ b/4.Software/GeekTrackSDK/UDP/GeekTrack.cpp @@ -0,0 +1,82 @@ +#include"stdafx.h" +#include"GeekTrackSDK.h" +#include +#include +#include +#include + +#pragma comment(lib,"ws2_32.lib") + +SOCKET sock; +sockaddr_in from, a; +WSADATA wsdata; +int fromlength = 0; +std::thread* t; +EulerAngles_t Pose; + +float yaw = 0.0f, roll = 0.0f, pitch = 0.0f; + +void GeekTrackUpdate() { + char buf[256]; + int i = 0; + while (1) + { + //ӹ㲥ַϢע󶨵ĵַͽϢĵַDzһ + recvfrom(sock, buf, 256, 0, (struct sockaddr FAR*) &from, (int FAR*) & fromlength); + Sleep(10); + int ret = sscanf_s(buf, "%f %f %f\n", &yaw, &roll, &pitch); + if (ret > 0) { + Pose.x = pitch; + Pose.y = roll; + Pose.z = yaw; + } + ZeroMemory(buf, 256); + } +} + + +void GeekTrack_Init() { + + bool optval; + //SOCKET⣬汾Ϊ2.0 + WSAStartup(0x0202, &wsdata); + optval = true; + //Ȼֵַһ׽֣һϵĹ㲥ַϢ + a.sin_family = AF_INET; + a.sin_addr.s_addr = 0; + a.sin_port = htons(9000); + + //from.sin_family = AF_INET; + //from.sin_addr.s_addr = INADDR_BROADCAST; + //from.sin_port = htons(5050); + + fromlength = sizeof(SOCKADDR); + //UDPʼ׽ + sock = socket(AF_INET, SOCK_DGRAM, 0); + // ø׽Ϊ㲥ͣ + //setsockopt(sock, SOL_SOCKET, SO_BROADCAST, (char FAR *)&optval, sizeof(optval)); + // Ѹ׽ְһĵַ + bind(sock, (sockaddr*)&a, sizeof(sockaddr_in)); + + t = new std::thread(GeekTrackUpdate); + + Pose.x = -1.0f; + Pose.y = -1.0f; + Pose.z = -1.0f; +} + +EulerAngles_t GetEulerAngles() { + return Pose; +} + +int main() +{ + GeekTrack_Init(); + + while (1) { + Sleep(50); + printf("%f,%f,%f\n", Pose.x, Pose.y, Pose.z); + } + system("pause"); + return 0; +} diff --git a/4.Software/GeekTrackSDK/UDP/ReadMe.txt b/4.Software/GeekTrackSDK/UDP/ReadMe.txt new file mode 100644 index 0000000..8b1b64a --- /dev/null +++ b/4.Software/GeekTrackSDK/UDP/ReadMe.txt @@ -0,0 +1,30 @@ +======================================================================== + 控制台应用程序:UDP 项目概述 +======================================================================== + +应用程序向导已为您创建了此 UDP 应用程序。 + +本文件概要介绍组成 UDP 应用程序的每个文件的内容。 + + +UDP.vcxproj + 这是使用应用程序向导生成的 VC++ 项目的主项目文件,其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 + +UDP.vcxproj.filters + 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。它包含有关项目文件与筛选器之间的关联信息。在 IDE 中,通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。例如,“.cpp”文件与“源文件”筛选器关联。 + +UDP.cpp + 这是主应用程序源文件。 + +///////////////////////////////////////////////////////////////////////////// +其他标准文件: + +StdAfx.h, StdAfx.cpp + 这些文件用于生成名为 UDP.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 + +///////////////////////////////////////////////////////////////////////////// +其他注释: + +应用程序向导使用“TODO:”注释来指示应添加或自定义的源代码部分。 + +///////////////////////////////////////////////////////////////////////////// diff --git a/4.Software/GeekTrackSDK/UDP/UDP.vcxproj b/4.Software/GeekTrackSDK/UDP/UDP.vcxproj new file mode 100644 index 0000000..8e13a66 --- /dev/null +++ b/4.Software/GeekTrackSDK/UDP/UDP.vcxproj @@ -0,0 +1,165 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {9164B430-3793-48FE-9C4C-77745C628E5B} + Win32Proj + UDP + GeekTrackSDK + 10.0 + + + + Application + true + v142 + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + DynamicLibrary + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + ..\Src\ + + + Console + true + true + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + ..\Src\;%(AdditionalIncludeDirectories) + + + Console + true + true + true + + + + + + + + + + + + + Create + Create + Create + Create + + + + + + + \ No newline at end of file diff --git a/4.Software/GeekTrackSDK/UDP/UDP.vcxproj.filters b/4.Software/GeekTrackSDK/UDP/UDP.vcxproj.filters new file mode 100644 index 0000000..7112534 --- /dev/null +++ b/4.Software/GeekTrackSDK/UDP/UDP.vcxproj.filters @@ -0,0 +1,39 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + + + + 头文件 + + + 头文件 + + + 源文件 + + + + + 源文件 + + + 源文件 + + + \ No newline at end of file diff --git a/4.Software/GeekTrackSDK/UDP/stdafx.cpp b/4.Software/GeekTrackSDK/UDP/stdafx.cpp new file mode 100644 index 0000000..c6af952 --- /dev/null +++ b/4.Software/GeekTrackSDK/UDP/stdafx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : ֻ׼ļԴļ +// UDP.pch ΪԤͷ +// stdafx.obj ԤϢ + +#include "stdafx.h" + +// TODO: STDAFX.H +// κĸͷļڴļ diff --git a/4.Software/GeekTrackSDK/UDP/stdafx.h b/4.Software/GeekTrackSDK/UDP/stdafx.h new file mode 100644 index 0000000..baa4bbc --- /dev/null +++ b/4.Software/GeekTrackSDK/UDP/stdafx.h @@ -0,0 +1,15 @@ +// stdafx.h : ׼ϵͳļİļ +// Ǿʹõĵ +// ضĿİļ +// + +#pragma once + +#include "targetver.h" + +#include +#include + + + +// TODO: ڴ˴óҪͷļ diff --git a/4.Software/GeekTrackSDK/UDP/targetver.h b/4.Software/GeekTrackSDK/UDP/targetver.h new file mode 100644 index 0000000..7a7d2c8 --- /dev/null +++ b/4.Software/GeekTrackSDK/UDP/targetver.h @@ -0,0 +1,8 @@ +#pragma once + +// SDKDDKVer.h õ߰汾 Windows ƽ̨ + +// ҪΪǰ Windows ƽ̨Ӧó WinSDKVer.h +// WIN32_WINNT ΪҪֵ֧ƽ̨Ȼٰ SDKDDKVer.h + +#include diff --git a/4.Software/TestGeekTrackSDK/.vs/TestGeekTrack/DesignTimeBuild/.dtbcache.v2 b/4.Software/TestGeekTrackSDK/.vs/TestGeekTrack/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..07b7f9a Binary files /dev/null and b/4.Software/TestGeekTrackSDK/.vs/TestGeekTrack/DesignTimeBuild/.dtbcache.v2 differ diff --git a/4.Software/TestGeekTrackSDK/.vs/TestGeekTrack/v16/.suo b/4.Software/TestGeekTrackSDK/.vs/TestGeekTrack/v16/.suo new file mode 100644 index 0000000..ebfdaf3 Binary files /dev/null and b/4.Software/TestGeekTrackSDK/.vs/TestGeekTrack/v16/.suo differ diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack.sln b/4.Software/TestGeekTrackSDK/TestGeekTrack.sln new file mode 100644 index 0000000..f1dacbe --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.32106.194 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestGeekTrack", "TestGeekTrack\TestGeekTrack.csproj", "{A6E6A1FF-A7F9-47C5-A60F-A967E0D2ACBE}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A6E6A1FF-A7F9-47C5-A60F-A967E0D2ACBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A6E6A1FF-A7F9-47C5-A60F-A967E0D2ACBE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A6E6A1FF-A7F9-47C5-A60F-A967E0D2ACBE}.Debug|x64.ActiveCfg = Debug|x64 + {A6E6A1FF-A7F9-47C5-A60F-A967E0D2ACBE}.Debug|x64.Build.0 = Debug|x64 + {A6E6A1FF-A7F9-47C5-A60F-A967E0D2ACBE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A6E6A1FF-A7F9-47C5-A60F-A967E0D2ACBE}.Release|Any CPU.Build.0 = Release|Any CPU + {A6E6A1FF-A7F9-47C5-A60F-A967E0D2ACBE}.Release|x64.ActiveCfg = Release|x64 + {A6E6A1FF-A7F9-47C5-A60F-A967E0D2ACBE}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {EE2894FB-291B-41BB-BD41-0BFB93BC71BA} + EndGlobalSection +EndGlobal diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/Program.cs b/4.Software/TestGeekTrackSDK/TestGeekTrack/Program.cs new file mode 100644 index 0000000..ade9f63 --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/Program.cs @@ -0,0 +1,32 @@ +using System; +using System.Runtime.InteropServices; +using System.Threading; + +namespace TestGeekTrack +{ + class Program + { + public struct GeekEulerAngles + { + public float x, y, z; + }; + + [DllImport("GeekTrackSDK.dll", EntryPoint = "GeekTrack_Init", CallingConvention = CallingConvention.Cdecl)] + public extern static void GeekTrack_Init(); + + [DllImport("GeekTrackSDK.dll", EntryPoint = "GetEulerAngles", CallingConvention = CallingConvention.Cdecl)] + public extern static GeekEulerAngles GetEulerAngles(); + + static void Main(string[] args) + { + GeekTrack_Init(); + while (true) { + GeekEulerAngles angles = GetEulerAngles(); + Thread.Sleep(100); + //Debug.Log("" + + ""); + Console.WriteLine(angles.x + "," + angles.y + "," + angles.z); + } + + } + } +} diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/TestGeekTrack.csproj b/4.Software/TestGeekTrackSDK/TestGeekTrack/TestGeekTrack.csproj new file mode 100644 index 0000000..d3ac3ac --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/TestGeekTrack.csproj @@ -0,0 +1,9 @@ + + + + Exe + netcoreapp3.1 + AnyCPU;x64 + + + diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/GeekTrackSDK.dll b/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/GeekTrackSDK.dll new file mode 100644 index 0000000..01ca0bd Binary files /dev/null and b/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/GeekTrackSDK.dll differ diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.deps.json b/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.deps.json new file mode 100644 index 0000000..3a9e4e3 --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "TestGeekTrack/1.0.0": { + "runtime": { + "TestGeekTrack.dll": {} + } + } + } + }, + "libraries": { + "TestGeekTrack/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.dll b/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.dll new file mode 100644 index 0000000..de186b1 Binary files /dev/null and b/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.dll differ diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.exe b/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.exe new file mode 100644 index 0000000..40be626 Binary files /dev/null and b/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.exe differ diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.pdb b/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.pdb new file mode 100644 index 0000000..74c7a90 Binary files /dev/null and b/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.pdb differ diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.runtimeconfig.dev.json b/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.runtimeconfig.dev.json new file mode 100644 index 0000000..2556a8a --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.runtimeconfig.dev.json @@ -0,0 +1,10 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\Administrator\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\Administrator\\.nuget\\packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet" + ] + } +} \ No newline at end of file diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.runtimeconfig.json b/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.runtimeconfig.json new file mode 100644 index 0000000..bc456d7 --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/bin/x64/Debug/netcoreapp3.1/TestGeekTrack.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp3.1", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "3.1.0" + } + } +} \ No newline at end of file diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs new file mode 100644 index 0000000..ad8dfe1 --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/TestGeekTrack.AssemblyInfo.cs b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/TestGeekTrack.AssemblyInfo.cs new file mode 100644 index 0000000..24837d8 --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/TestGeekTrack.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("TestGeekTrack")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("TestGeekTrack")] +[assembly: System.Reflection.AssemblyTitleAttribute("TestGeekTrack")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/TestGeekTrack.AssemblyInfoInputs.cache b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/TestGeekTrack.AssemblyInfoInputs.cache new file mode 100644 index 0000000..799db6c --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/TestGeekTrack.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +843dad6c60e4fead376d96d09531dcc948513941 diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/TestGeekTrack.GeneratedMSBuildEditorConfig.editorconfig b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/TestGeekTrack.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..551c0a2 --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/TestGeekTrack.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,3 @@ +is_global = true +build_property.RootNamespace = TestGeekTrack +build_property.ProjectDir = C:\Users\Administrator\source\repos\TestGeekTrack\TestGeekTrack\ diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/TestGeekTrack.assets.cache b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/TestGeekTrack.assets.cache new file mode 100644 index 0000000..31857aa Binary files /dev/null and b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/TestGeekTrack.assets.cache differ diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/TestGeekTrack.csproj.AssemblyReference.cache b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/TestGeekTrack.csproj.AssemblyReference.cache new file mode 100644 index 0000000..f5e894a Binary files /dev/null and b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/Debug/netcoreapp3.1/TestGeekTrack.csproj.AssemblyReference.cache differ diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/TestGeekTrack.csproj.nuget.dgspec.json b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/TestGeekTrack.csproj.nuget.dgspec.json new file mode 100644 index 0000000..2ce0a9f --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/TestGeekTrack.csproj.nuget.dgspec.json @@ -0,0 +1,68 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\Administrator\\source\\repos\\TestGeekTrack\\TestGeekTrack\\TestGeekTrack.csproj": {} + }, + "projects": { + "C:\\Users\\Administrator\\source\\repos\\TestGeekTrack\\TestGeekTrack\\TestGeekTrack.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Administrator\\source\\repos\\TestGeekTrack\\TestGeekTrack\\TestGeekTrack.csproj", + "projectName": "TestGeekTrack", + "projectPath": "C:\\Users\\Administrator\\source\\repos\\TestGeekTrack\\TestGeekTrack\\TestGeekTrack.csproj", + "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Administrator\\source\\repos\\TestGeekTrack\\TestGeekTrack\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\" + ], + "configFilePaths": [ + "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.404\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/TestGeekTrack.csproj.nuget.g.props b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/TestGeekTrack.csproj.nuget.g.props new file mode 100644 index 0000000..a2128d2 --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/TestGeekTrack.csproj.nuget.g.props @@ -0,0 +1,20 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Administrator\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\ + PackageReference + 5.11.1 + + + + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/TestGeekTrack.csproj.nuget.g.targets b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/TestGeekTrack.csproj.nuget.g.targets new file mode 100644 index 0000000..53cfaa1 --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/TestGeekTrack.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/project.assets.json b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/project.assets.json new file mode 100644 index 0000000..c37e92a --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/project.assets.json @@ -0,0 +1,75 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v3.1": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v3.1": [] + }, + "packageFolders": { + "C:\\Users\\Administrator\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Administrator\\source\\repos\\TestGeekTrack\\TestGeekTrack\\TestGeekTrack.csproj", + "projectName": "TestGeekTrack", + "projectPath": "C:\\Users\\Administrator\\source\\repos\\TestGeekTrack\\TestGeekTrack\\TestGeekTrack.csproj", + "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Administrator\\source\\repos\\TestGeekTrack\\TestGeekTrack\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", + "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\" + ], + "configFilePaths": [ + "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.404\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/project.nuget.cache b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/project.nuget.cache new file mode 100644 index 0000000..5a3b02e --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "qlvIg+TM5E0MEMUKAiMR1453TEzA8LrcLw2IW9bRg7bQIKXb2SirN4yjeZu7H4M4LvoYm3+TTmoq5xWgu8SdVQ==", + "success": true, + "projectFilePath": "C:\\Users\\Administrator\\source\\repos\\TestGeekTrack\\TestGeekTrack\\TestGeekTrack.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs new file mode 100644 index 0000000..ad8dfe1 --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.AssemblyInfo.cs b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.AssemblyInfo.cs new file mode 100644 index 0000000..24837d8 --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("TestGeekTrack")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("TestGeekTrack")] +[assembly: System.Reflection.AssemblyTitleAttribute("TestGeekTrack")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.AssemblyInfoInputs.cache b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.AssemblyInfoInputs.cache new file mode 100644 index 0000000..799db6c --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +843dad6c60e4fead376d96d09531dcc948513941 diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.GeneratedMSBuildEditorConfig.editorconfig b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..551c0a2 --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,3 @@ +is_global = true +build_property.RootNamespace = TestGeekTrack +build_property.ProjectDir = C:\Users\Administrator\source\repos\TestGeekTrack\TestGeekTrack\ diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.assets.cache b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.assets.cache new file mode 100644 index 0000000..eaa9fb6 Binary files /dev/null and b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.assets.cache differ diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.csproj.AssemblyReference.cache b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.csproj.AssemblyReference.cache new file mode 100644 index 0000000..3cbdae1 Binary files /dev/null and b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.csproj.AssemblyReference.cache differ diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.csproj.CoreCompileInputs.cache b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..5ead525 --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +d67c78b57c03d5a8c7514079a8b0fb16bab46289 diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.csproj.FileListAbsolute.txt b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..f9cf784 --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.csproj.FileListAbsolute.txt @@ -0,0 +1,14 @@ +C:\Users\Administrator\source\repos\TestGeekTrack\TestGeekTrack\bin\x64\Debug\netcoreapp3.1\TestGeekTrack.exe +C:\Users\Administrator\source\repos\TestGeekTrack\TestGeekTrack\bin\x64\Debug\netcoreapp3.1\TestGeekTrack.deps.json +C:\Users\Administrator\source\repos\TestGeekTrack\TestGeekTrack\bin\x64\Debug\netcoreapp3.1\TestGeekTrack.runtimeconfig.json +C:\Users\Administrator\source\repos\TestGeekTrack\TestGeekTrack\bin\x64\Debug\netcoreapp3.1\TestGeekTrack.runtimeconfig.dev.json +C:\Users\Administrator\source\repos\TestGeekTrack\TestGeekTrack\bin\x64\Debug\netcoreapp3.1\TestGeekTrack.dll +C:\Users\Administrator\source\repos\TestGeekTrack\TestGeekTrack\bin\x64\Debug\netcoreapp3.1\TestGeekTrack.pdb +C:\Users\Administrator\source\repos\TestGeekTrack\TestGeekTrack\obj\x64\Debug\netcoreapp3.1\TestGeekTrack.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\Administrator\source\repos\TestGeekTrack\TestGeekTrack\obj\x64\Debug\netcoreapp3.1\TestGeekTrack.AssemblyInfoInputs.cache +C:\Users\Administrator\source\repos\TestGeekTrack\TestGeekTrack\obj\x64\Debug\netcoreapp3.1\TestGeekTrack.AssemblyInfo.cs +C:\Users\Administrator\source\repos\TestGeekTrack\TestGeekTrack\obj\x64\Debug\netcoreapp3.1\TestGeekTrack.csproj.CoreCompileInputs.cache +C:\Users\Administrator\source\repos\TestGeekTrack\TestGeekTrack\obj\x64\Debug\netcoreapp3.1\TestGeekTrack.dll +C:\Users\Administrator\source\repos\TestGeekTrack\TestGeekTrack\obj\x64\Debug\netcoreapp3.1\TestGeekTrack.pdb +C:\Users\Administrator\source\repos\TestGeekTrack\TestGeekTrack\obj\x64\Debug\netcoreapp3.1\TestGeekTrack.genruntimeconfig.cache +C:\Users\Administrator\source\repos\TestGeekTrack\TestGeekTrack\obj\x64\Debug\netcoreapp3.1\TestGeekTrack.csproj.AssemblyReference.cache diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.dll b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.dll new file mode 100644 index 0000000..de186b1 Binary files /dev/null and b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.dll differ diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.genruntimeconfig.cache b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.genruntimeconfig.cache new file mode 100644 index 0000000..d25a9de --- /dev/null +++ b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.genruntimeconfig.cache @@ -0,0 +1 @@ +87ea7d4bd8db9359841e18958166b194c069ece3 diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.pdb b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.pdb new file mode 100644 index 0000000..74c7a90 Binary files /dev/null and b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/TestGeekTrack.pdb differ diff --git a/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/apphost.exe b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/apphost.exe new file mode 100644 index 0000000..40be626 Binary files /dev/null and b/4.Software/TestGeekTrackSDK/TestGeekTrack/obj/x64/Debug/netcoreapp3.1/apphost.exe differ