Changeset 29 in pacpussensors for trunk/CanGateway


Ignore:
Timestamp:
12/16/13 15:54:00 (11 years ago)
Author:
DHERBOMEZ Gérald
Message:

Modifications of canGateway component.

Location:
trunk/CanGateway
Files:
6 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CanGateway/CanFrameBase.h

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

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