source: trunk/Platforms/Test/include/test.h @ 88

Last change on this file since 88 was 88, checked in by rosiere, 16 years ago

Almost complete design
with Test and test platform

  • Property svn:keywords set to Id
File size: 614 bytes
Line 
1#ifndef Plateforms_Test_h
2#define Plateforms_Test_h
3/*
4 * $Id: test.h 88 2008-12-10 18:31:39Z rosiere $
5 *
6 * [ Description ]
7 *
8 * Platforms : Morpheo + Environment
9 */
10
11#include "Morpheo.h"
12#include <iostream>
13
14int test(std::string filename_simulator,
15         std::string filename_generator,
16         std::string filename_instance ,
17         std::string filename_software ,
18         uint32_t    nb_cache_dedicated,
19         uint32_t    nb_cache_shared   ,
20         uint32_t    cache_size        ,
21         uint32_t    cache_ratio       ,
22         morpheo::behavioural::custom::custom_information_t (*get_custom_information) (void)
23         );
24
25#endif
Note: See TracBrowser for help on using the repository browser.