Changeset 31 in pacpussensors for trunk/CanGateway
- Timestamp:
- Jan 17, 2014, 6:18:04 PM (11 years ago)
- Location:
- trunk/CanGateway
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CanGateway/CMakeLists.txt
r11 r31 34 34 # Link directories 35 35 # ======================================== 36 link_directories( ${PACPUS_LIB_DIR} 36 link_directories( 37 ${PACPUS_LIB_DIR} 37 38 ${CanGateway_SOURCE_DIR}/driver/libs 38 39 ) 40 39 41 40 42 pacpus_plugin(PLUGIN_CPP PLUGIN_H ${PROJECT_NAME} ) … … 121 123 set(LIBS 122 124 # add your specific libraries to link here 123 vcandm32.lib 124 vxlapi.lib 125 126 optimized vcandm32.lib debug vcandm32.lib 127 optimized vxlapi.lib debug vxlapi.lib 125 128 ) 126 129 endif(WIN32) … … 129 132 set(LIBS 130 133 # add your specific libraries to link here 131 # pcan134 # pcan 132 135 ) 133 136 endif(UNIX) … … 140 143 ${PACPUS_DEPENDENCIES_LIB} 141 144 ${LIBS} 142 # PacpusTools145 # optimized PacpusTools debug PacpusTools_d 143 146 ) 144 147 pacpus_folder(${PROJECT_NAME} "components") -
trunk/CanGateway/CanFrameBase.h
r29 r31 16 16 #define CANFRAMEBASE_H 17 17 18 #include " driver/CanDriverBase.h"18 #include "../driver/CanDriverBase.h" 19 19 20 20 namespace pacpus { -
trunk/CanGateway/structureCan.h
r29 r31 1 1 // ********************************************************************* 2 2 // created: 2008/2/28 - 16:24 3 // filename: structureCan .h3 // filename: structureCanCarmen.h 4 4 // 5 5 // author: Gerald Dherbomez 6 // Copyright Heudiasyc UMR UTC/CNRS 72536 // Copyright Heudiasyc UMR UTC/CNRS 6599 7 7 // 8 8 // version: $Id: $ 9 9 // 10 // purpose: Description of the CAN structures 10 // purpose: Description of the CAN structures for Carmen 11 11 // 12 // to add: 13 // 094 - comodos 14 // 612 - eclairage 15 // 208 - couple 16 // 349 - couple boite vitesse 17 // 552 - heure 18 // 19 // to verify: 20 // 350 and 319 not present in real time acquisition 12 21 // ********************************************************************* 13 22 14 #ifndef __STRUCTURECAN_H__15 #define __STRUCTURECAN_H__23 #ifndef STRUCTURECANCARMEN_H 24 #define STRUCTURECANCARMEN_H 16 25 17 26 #include <cstddef>
Note:
See TracChangeset
for help on using the changeset viewer.