Changeset 350 in pacpusframework for trunk/include/Pacpus
- Timestamp:
- Oct 15, 2015, 2:40:14 PM (9 years ago)
- Location:
- trunk/include/Pacpus
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/PacpusTools/PosixShMem.h
r162 r350 34 34 virtual void *read(); 35 35 /// @todo Documentation 36 virtual void read(void * mem, int size); 37 /// @todo Documentation 36 38 virtual void write(void *data, int size, unsigned long offset = 0); 37 39 /// @todo Documentation -
trunk/include/Pacpus/kernel/DbiteFileTypes.h
r324 r350 82 82 , FLUENCE_ZE_REAR_WHEELSPEED 83 83 , FLUENCE_ZE_LOWSPEED 84 , ZOE_STEERINGWHEEL //begin copy from 0.1.x 85 , ZOE_KINEMATICS 86 , ZOE_GEARS 87 , ZOE_FRONT_WHEELSPEED 88 , ZOE_REAR_WHEELSPEED 89 , ZOE_VEHICLESTATE 90 , ZOE_INITION 91 , PROVEL_MABXFEEDBACK 92 , PROVEL_MABXDIAG 93 , PROVEL_MABX100MS //end copy from 0.1.x 84 94 , RADAR_TRW_AC20 = 3000 85 95 , SMS_RADAR = 4000 // by Arthur Miranda 2012-02-23 (PAMU Project)
Note:
See TracChangeset
for help on using the changeset viewer.