Changeset 50 in flair-dev for trunk/include/FlairFilter/UavMultiplex.h
- Timestamp:
- May 31, 2017, 3:54:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairFilter/UavMultiplex.h
r13 r50 19 19 namespace flair { 20 20 namespace core { 21 class FrameworkManager;22 21 class io_data; 23 22 } … … 41 40 * \brief Constructor 42 41 * 43 * Construct a uav multiplexing 44 * 45 * \param parent parent 42 * Construct a uav multiplexing. It will be child of the FrameworkManager. 43 * 46 44 * \param name name 47 45 */ 48 UavMultiplex( const core::FrameworkManager *parent,std::string name);46 UavMultiplex(std::string name); 49 47 50 48 /*!
Note:
See TracChangeset
for help on using the changeset viewer.