summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormasterm <devnull@localhost>2007-02-03 18:26:02 +0100
committermasterm <devnull@localhost>2007-02-03 18:26:02 +0100
commit5843f35538639ccfdfcb2d77f11a25bbb7661e4b (patch)
tree625aa884409d325755e879c6a62ac938513ee7ed
parente5096e87c60f60e0663f02d65a6e3c128e97f612 (diff)
downloadrc2007-soccer-5843f35538639ccfdfcb2d77f11a25bbb7661e4b.tar
rc2007-soccer-5843f35538639ccfdfcb2d77f11a25bbb7661e4b.zip
+++ some code preparations for the hardware interface
-rw-r--r--source/Concept/Framework/Concept.vcproj18
-rw-r--r--source/Concept/Framework/RoboCode.sln5
-rw-r--r--source/Concept/Framework/atmega128io.cpp1
-rw-r--r--source/Concept/Framework/atmega128io.h9
4 files changed, 32 insertions, 1 deletions
diff --git a/source/Concept/Framework/Concept.vcproj b/source/Concept/Framework/Concept.vcproj
index 61c34c2..1559721 100644
--- a/source/Concept/Framework/Concept.vcproj
+++ b/source/Concept/Framework/Concept.vcproj
@@ -202,6 +202,24 @@
</Filter>
</Filter>
</Filter>
+ <Filter
+ Name="Hardware Interface"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\atmega128io.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\atmega128io.h">
+ </File>
+ </Filter>
+ </Filter>
</Files>
<Globals>
</Globals>
diff --git a/source/Concept/Framework/RoboCode.sln b/source/Concept/Framework/RoboCode.sln
index 59f2d66..bfc6895 100644
--- a/source/Concept/Framework/RoboCode.sln
+++ b/source/Concept/Framework/RoboCode.sln
@@ -1,9 +1,12 @@
Microsoft Visual Studio Solution File, Format Version 8.00
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Concept", "Concept\Concept.vcproj", "{556125BE-937F-4A2B-89C7-B086575BE0F0}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Concept", "Concept.vcproj", "{556125BE-937F-4A2B-89C7-B086575BE0F0}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
+ GlobalSection(DPCodeReviewSolutionGUID) = preSolution
+ DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
+ EndGlobalSection
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
diff --git a/source/Concept/Framework/atmega128io.cpp b/source/Concept/Framework/atmega128io.cpp
new file mode 100644
index 0000000..cf8fb98
--- /dev/null
+++ b/source/Concept/Framework/atmega128io.cpp
@@ -0,0 +1 @@
+#include "atmega128io.h" \ No newline at end of file
diff --git a/source/Concept/Framework/atmega128io.h b/source/Concept/Framework/atmega128io.h
new file mode 100644
index 0000000..46d0f69
--- /dev/null
+++ b/source/Concept/Framework/atmega128io.h
@@ -0,0 +1,9 @@
+#ifndef _ATMEGA128IO_H
+#define _ATMEGA128IO_H
+
+namespace hardware
+{
+
+};
+
+#endif \ No newline at end of file