Changeset 31 in pacpusframework for trunk/src/RoadTime


Ignore:
Timestamp:
01/08/13 18:10:10 (11 years ago)
Author:
sgosseli
Message:

Huge commit: use the new includes style in all the files, add the license header in all the headers, and in some cpp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/RoadTime/src/road_time.c

    r3 r31  
    1 /*********************************************************************
    2 //  created:    2002/04/01 - 10:10
    3 //  filename:   road_time.c
    4 //
    5 //  author:     Gery Brissot
    6 //              Copyright Heudiasyc UMR UTC/CNRS 6599
    7 //
    8 //  version:    $Id: road_time.c 378 2008-01-30 10:53:21Z gdherbom $
    9 //
    10 //  purpose:    Dll used to timestamp data in microseconds.
    11 //              Reference time zero : 01/01/1970 00:00
    12 *********************************************************************/
    13 
    14 // road_time.c : Defines the entry point for the DLL application.
    15 //
     1/**
     2 *
     3 * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
     4 * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
     5 *
     6 * See the LICENSE file for more information or a copy at:
     7 *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
     8 *
     9 */
    1610
    1711#ifdef WIN32
    18 #include <windows.h>
     12  #include <windows.h>
    1913#endif
    2014
    21 #include "kernel/road_time.h"
     15#include <Pacpus/kernel/road_time.h>
    2216
    2317#include <memory.h>
Note: See TracChangeset for help on using the changeset viewer.