Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 02e2d372e70a6dc13ba791b2d50c3b9b0e673019 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                                 
                                           


                                             



                                                
/*******************************************************************************
 * Copyright (c) 2013 protos software gmbh (http://www.protos.de).
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * CONTRIBUTORS:
 * 		Juergen Haug (initial contribution)
 *
 *******************************************************************************/
#ifndef SRC_COMMON_ETDATATYPESCPP_HPP_
#define SRC_COMMON_ETDATATYPESCPP_HPP_


#include "etDatatypes.h"

#include "common/containers/StaticArray.h"
#include "common/containers/StaticString.h"

typedef etRuntime::StaticString<32> string32;

#include "etUnit/etUnit.h" // TODO move to tests
#include <string>

#endif /* SRC_COMMON_ETDATATYPESCPP_HPP_ */

Back to the top