INTRODUCTION
Overview
Download and Install
Documentation
Publications

REPOSITORY
Libraries

DEVELOPER
Dev Guide
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         
basicexample/util.h
1/*
2 * GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
3 * http://gearbox.sf.net/
4 * Copyright (c) 2008-2010 Gearbox Team
5 *
6 * This copy of Gearbox is licensed to you under the terms described in
7 * the LICENSE file included in this distribution.
8 *
9 */
10
11#ifndef BASICEXAMPLE_UTILITY_H
12#define BASICEXAMPLE_UTILITY_H
13
14#include <basicexample/defs.h>
15
16namespace basicexample
17{
18
20bool someBasicFunction( int );
21
22}
23
24#endif
Namespace for the basic build system example.
bool someBasicFunction(int i)
Cool basic fuction.
Definition basicexample/util.cpp:16
 

Generated for GearBox by  doxygen 1.4.5