MiXiM  2.3
ChannelInfo::airframe_filter_fctr Struct Reference

Functor which can be used as to filter for specific air frames. More...

#include <ChannelInfo.h>

List of all members.

Public Member Functions

virtual bool pass (const airframe_ptr_t &a) const
 Return true if the air frame fits your criteria.

Detailed Description

Functor which can be used as to filter for specific air frames.


Member Function Documentation

virtual bool ChannelInfo::airframe_filter_fctr::pass ( const airframe_ptr_t a) const [inline, virtual]

Return true if the air frame fits your criteria.

Parameters:
aThe air frame which should be checked.
                                                     {
      return true;
    }

The documentation for this struct was generated from the following file: