Changeset 41 in flair-src for trunk/lib/FlairMeta/src/UavFactory.h


Ignore:
Timestamp:
06/28/16 15:20:04 (8 years ago)
Author:
Sanahuja Guillaume
Message:

m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairMeta/src/UavFactory.h

    r15 r41  
    2525                            flair::filter::UavMultiplex *multiplex = NULL);
    2626
     27void RegisterUavCreator(flair::meta::Uav*(*func)(flair::core::FrameworkManager *parent,
     28                                   std::string uav_name, std::string uav_type,
     29                                   flair::filter::UavMultiplex *multiplex));
    2730#endif // UAVFACTORY
Note: See TracChangeset for help on using the changeset viewer.