Changeset 50 in flair-dev for trunk/include/FlairFilter/X4X8Multiplex.h
- Timestamp:
- May 31, 2017, 3:54:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairFilter/X4X8Multiplex.h
r13 r50 59 59 * \brief Constructor 60 60 * 61 * Construct a X4 and X8 multiplexing 61 * Construct a X4 and X8 multiplexing. It will be child of the FrameworkManager. 62 62 * 63 * \param parent parent64 63 * \param name name 65 64 * \param type type 66 65 */ 67 X4X8Multiplex(const core::FrameworkManager *parent, std::string name, 68 UavType_t type); 66 X4X8Multiplex(std::string name, UavType_t type); 69 67 70 68 /*!
Note:
See TracChangeset
for help on using the changeset viewer.