PCMPremeditations.h

Go to the documentation of this file.
00001 
00002 //
00003 // This source file is a part of ParCompMark
00004 //
00005 // for latest info see http://parcompmark.sourceforge.net
00006 
00007 //
00008 // Copyright (C) 2006  IT2 ParCompMark Dev. Team
00009 // 
00010 // This program is free software; you can redistribute it and/or
00011 // modify it under the terms of the GNU General Public License
00012 // as published by the Free Software Foundation; either version 2
00013 // of the License, or (at your option) any later version.
00014 // 
00015 // This program is distributed in the hope that it will be useful,
00016 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00017 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00018 // GNU General Public License for more details.
00019 // 
00020 // You should have received a copy of the GNU General Public License
00021 // along with this program; if not, write to the Free Software
00022 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
00023 
00026 
00027 //
00028 // Note: All class headers include this header file.
00029 //       You can place common settings here.
00030 //       This file is generated only once at the first `make code' command.
00031 //
00032 
00033 #ifndef __PCM_PREMEDITATIONS_H__
00034 #define __PCM_PREMEDITATIONS_H__
00035 
00036 // Include project configuration
00037 #include "PCMConfig.h"
00038 
00039 // Place any common settings here! ( which can not be descripted in Project.xml )
00040 # include <asm/types.h>
00041 namespace ParCompMark {
00043     typedef __u8 u8;
00045     typedef __s8 s8;
00047     typedef __u16 u16;
00049     typedef __s16 s16;
00051     typedef __u32 u32;
00053     typedef __s32 s32;
00055     typedef __u64 u64;
00057     typedef __s64 s64;
00058 
00060     typedef double Real;
00061 }
00062 
00063 // Squirrel C++ binder constant type support
00064 #define SQPLUS_CONST_OPT
00065 
00066 // Include declaration of all classes of the project
00067 // ( Needed by pointer definition )
00068 #include "PCMClasses.h"
00069 
00070 #endif
00071