OSDN Git Service

Update c++/ to nxtOSEK_v212.zip (I did not check their licenses.)
authorMasaki Muranaka <monaka@monami-software.com>
Fri, 16 Apr 2010 09:06:10 +0000 (18:06 +0900)
committerMasaki Muranaka <monaka@monami-software.com>
Fri, 16 Apr 2010 09:06:10 +0000 (18:06 +0900)
commit0128ee91bacf6d7e188f1282b2284fda4c493802
tree3ca82f26e941e8d71459277a379dd5a8ce940831
parentb74c791b702c83f083ed4766a4fe0905c985eae5
Update c++/ to nxtOSEK_v212.zip (I did not check their licenses.)
28 files changed:
nxtOSEK/c++/ColorSensor.h
nxtOSEK/c++/CompassSensor.h
nxtOSEK/c++/LejosOSEKCC.h
nxtOSEK/c++/LightSensor.h
nxtOSEK/c++/Motor.h
nxtOSEK/c++/PrototypeSensor.h
nxtOSEK/c++/SonarSensor.h
nxtOSEK/c++/SoundSensor.h
nxtOSEK/c++/TouchSensor.h
nxtOSEK/c++/liblejososek.a
nxtOSEK/c++/src/Makefile
nxtOSEK/c++/src/Screen.cc [new file with mode: 0644]
nxtOSEK/c++/src/Sprite.cc [new file with mode: 0644]
nxtOSEK/c++/src/errorhook.c [deleted file]
nxtOSEK/c++/src/nxtAssert.c [new file with mode: 0644]
nxtOSEK/c++/src/posttaskhook.c [deleted file]
nxtOSEK/c++/src/pretaskhook.c [deleted file]
nxtOSEK/c++/src/robotinit.c [deleted file]
nxtOSEK/c++/src/robotterminate.c [deleted file]
nxtOSEK/c++/src/shutdownhook.c [deleted file]
nxtOSEK/c++/src/startuphook.c [deleted file]
nxtOSEK/c++/util/Defines.h [new file with mode: 0644]
nxtOSEK/c++/util/Screen.h [new file with mode: 0644]
nxtOSEK/c++/util/ScriptInterface.h [new file with mode: 0644]
nxtOSEK/c++/util/Sprite.h [new file with mode: 0644]
nxtOSEK/c++/util/Vector.h
nxtOSEK/c++/util/nxtAssert.h [new file with mode: 0644]
nxtOSEK/c++/util/nxtConfig.h [new file with mode: 0644]