Changeset 31 in pacpussensors for trunk/CanGateway


Ignore:
Timestamp:
01/17/14 18:18:04 (10 years ago)
Author:
phudelai
Message:

ok

Location:
trunk/CanGateway
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/CanGateway/CMakeLists.txt

    r11 r31  
    3434# Link directories
    3535# ========================================
    36 link_directories( ${PACPUS_LIB_DIR}
     36link_directories(
     37        ${PACPUS_LIB_DIR}
    3738        ${CanGateway_SOURCE_DIR}/driver/libs
    3839)
     40
    3941
    4042pacpus_plugin(PLUGIN_CPP PLUGIN_H ${PROJECT_NAME} )
     
    121123    set(LIBS
    122124        # 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
    125128    )
    126129endif(WIN32)
     
    129132    set(LIBS
    130133        # add your specific libraries to link here
    131        # pcan
     134        # pcan
    132135    )
    133136endif(UNIX)
     
    140143        ${PACPUS_DEPENDENCIES_LIB}
    141144        ${LIBS}
    142 #       PacpusTools
     145#       optimized PacpusTools debug PacpusTools_d
    143146)
    144147pacpus_folder(${PROJECT_NAME} "components")
  • trunk/CanGateway/CanFrameBase.h

    r29 r31  
    1616#define CANFRAMEBASE_H
    1717
    18 #include "driver/CanDriverBase.h"
     18#include "../driver/CanDriverBase.h"
    1919
    2020namespace pacpus {
  • trunk/CanGateway/structureCan.h

    r29 r31  
    11// *********************************************************************
    22//  created:    2008/2/28 - 16:24
    3 //  filename:   structureCan.h
     3//  filename:   structureCanCarmen.h
    44//
    55//  author:     Gerald Dherbomez
    6 //              Copyright Heudiasyc UMR UTC/CNRS 7253
     6//              Copyright Heudiasyc UMR UTC/CNRS 6599
    77//
    88//  version:    $Id: $
    99//
    10 //  purpose:    Description of the CAN structures
     10//  purpose:    Description of the CAN structures for Carmen
    1111//
     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
    1221// *********************************************************************
    1322
    14 #ifndef __STRUCTURECAN_H__
    15 #define __STRUCTURECAN_H__
     23#ifndef STRUCTURECANCARMEN_H
     24#define STRUCTURECANCARMEN_H
    1625
    1726#include <cstddef>
Note: See TracChangeset for help on using the changeset viewer.