MiXiM
2.3
|
Functor which can be used as to filter for specific air frames. More...
#include <ChannelInfo.h>
Public Member Functions | |
virtual bool | pass (const airframe_ptr_t &a) const |
Return true if the air frame fits your criteria. |
Functor which can be used as to filter for specific air frames.
virtual bool ChannelInfo::airframe_filter_fctr::pass | ( | const airframe_ptr_t & | a | ) | const [inline, virtual] |
Return true if the air frame fits your criteria.
a | The air frame which should be checked. |
{ return true; }