Changeset 2 in pacpussensors for trunk/CanGateway/driver


Ignore:
Timestamp:
06/05/13 17:36:22 (11 years ago)
Author:
DHERBOMEZ Gérald
Message:

correction of minor bugs (include and link). Build on Windows OK.

Location:
trunk/CanGateway/driver
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/CanGateway/driver/CanDriverBase.h

    r1 r2  
    1717#define _CANDRIVERBASE_H_
    1818
    19 #include "kernel/road_time.h"
    20 #include "PacpusTools/BinaryDecoder.h"
    21 #include "structure/structureCanCarmen.h"
     19#include "Pacpus/kernel/road_time.h"
     20#include "Pacpus/PacpusTools/BinaryDecoder.h"
     21
    2222
    2323/*
  • trunk/CanGateway/driver/VectorCanDriver.cpp

    r1 r2  
    1818#include <stdio.h>
    1919#include <string>
    20 
     20#include "../CanFrame.h"
    2121
    2222#define WAIT_RECEIVING_FRAME_TIMEOUT 1000
  • trunk/CanGateway/driver/XLVectorCanDriver.cpp

    r1 r2  
    1111#include <string>
    1212
    13 #include "kernel/Log.h"
     13#include "Pacpus/kernel/Log.h"
     14#include "../CanFrame.h"
    1415
    1516using namespace pacpus;
Note: See TracChangeset for help on using the changeset viewer.