source: flair-dev/trunk/include/FlairMeta/UavFactory.h@ 8

Last change on this file since 8 was 7, checked in by Sanahuja Guillaume, 8 years ago

meta

File size: 545 bytes
Line 
1// created: 2016/02/05
2// filename: UavFactory.cpp
3//
4// author: Guillaume Sanahuja
5// Copyright Heudiasyc UMR UTC/CNRS 7253
6//
7// version: $Id: $
8//
9// purpose: construct a Uav based on the type name
10//
11//
12/*********************************************************************/
13
14#ifndef UAVFACTORY
15#define UAVFACTORY
16
17#include <Uav.h>
18
19flair::meta::Uav* CreateUav(flair::core::FrameworkManager* parent,std::string uav_name,std::string uav_type,flair::filter::UavMultiplex *multiplex=NULL);
20
21#endif // UAVFACTORY
Note: See TracBrowser for help on using the repository browser.