OSDN Git Service

Add c++/. Their licenses seems to be mixed. See also LEGAL file.
authorMasaki Muranaka <monaka@monami-software.com>
Thu, 15 Apr 2010 06:24:29 +0000 (15:24 +0900)
committerMasaki Muranaka <monaka@monami-software.com>
Thu, 15 Apr 2010 06:24:29 +0000 (15:24 +0900)
commitfaac8add53ae8276fd04cb9e789683ab9a66490c
tree0f78660abc1026e10fce7e8182551884a8ba78dd
parent95430142b1598017746b290516a7fb2273106f7d
Add c++/. Their licenses seems to be mixed. See also LEGAL file.
38 files changed:
nxtOSEK/LEGAL
nxtOSEK/c++/AccelSensor.h [new file with mode: 0644]
nxtOSEK/c++/ColorSensor.h [new file with mode: 0644]
nxtOSEK/c++/CompassSensor.h [new file with mode: 0644]
nxtOSEK/c++/LejosOSEKCC.h [new file with mode: 0644]
nxtOSEK/c++/LightSensor.h [new file with mode: 0644]
nxtOSEK/c++/Motor.h [new file with mode: 0644]
nxtOSEK/c++/PSPNx.h [new file with mode: 0644]
nxtOSEK/c++/PrototypeSensor.h [new file with mode: 0644]
nxtOSEK/c++/SonarSensor.h [new file with mode: 0644]
nxtOSEK/c++/SoundSensor.h [new file with mode: 0644]
nxtOSEK/c++/TouchSensor.h [new file with mode: 0644]
nxtOSEK/c++/boost/checked_delete.hpp [new file with mode: 0644]
nxtOSEK/c++/boost/scoped_array.hpp [new file with mode: 0644]
nxtOSEK/c++/boost/scoped_ptr.hpp [new file with mode: 0644]
nxtOSEK/c++/liblejososek.a [new file with mode: 0644]
nxtOSEK/c++/src/AccelSensor.cc [new file with mode: 0644]
nxtOSEK/c++/src/ColorSensor.cc [new file with mode: 0644]
nxtOSEK/c++/src/CompassSensor.cc [new file with mode: 0644]
nxtOSEK/c++/src/LightSensor.cc [new file with mode: 0644]
nxtOSEK/c++/src/Makefile [new file with mode: 0644]
nxtOSEK/c++/src/Motor.cc [new file with mode: 0644]
nxtOSEK/c++/src/PSPNx.cc [new file with mode: 0644]
nxtOSEK/c++/src/PrototypeSensor.cc [new file with mode: 0644]
nxtOSEK/c++/src/SonarSensor.cc [new file with mode: 0644]
nxtOSEK/c++/src/SoundSensor.cc [new file with mode: 0644]
nxtOSEK/c++/src/TouchSensor.cc [new file with mode: 0644]
nxtOSEK/c++/src/errorhook.c [new file with mode: 0644]
nxtOSEK/c++/src/posttaskhook.c [new file with mode: 0644]
nxtOSEK/c++/src/pretaskhook.c [new file with mode: 0644]
nxtOSEK/c++/src/robotinit.c [new file with mode: 0644]
nxtOSEK/c++/src/robotterminate.c [new file with mode: 0644]
nxtOSEK/c++/src/sensormonitor.cc [new file with mode: 0644]
nxtOSEK/c++/src/shutdownhook.c [new file with mode: 0644]
nxtOSEK/c++/src/sleep.cc [new file with mode: 0644]
nxtOSEK/c++/src/startuphook.c [new file with mode: 0644]
nxtOSEK/c++/src/timerint.cc [new file with mode: 0644]
nxtOSEK/c++/util/Vector.h [new file with mode: 0644]