This block blocks messages whose data is not in range of val_min to val_max. All parameters are given as vectors. Each index represents a dataset with given identifier (symbol) which should be tested on valid data in given range. All other data is pushed through.
More...
#include <msg_gate.h>
|
| static sptr | make (std::vector< std::string > keys, std::vector< float > val_min, std::vector< float > val_max) |
| | Return a shared_ptr to a new instance of radar::msg_gate.
|
This block blocks messages whose data is not in range of val_min to val_max. All parameters are given as vectors. Each index represents a dataset with given identifier (symbol) which should be tested on valid data in given range. All other data is pushed through.
- Parameters
-
| keys | Identifiers (symbols) of the data as vector |
| val_min | Lower limit of the gate as vector |
| val_max | Higher limit of the gate as vector |
◆ sptr
◆ make()
| sptr gr::radar::msg_gate::make |
( |
std::vector< std::string > | keys, |
|
|
std::vector< float > | val_min, |
|
|
std::vector< float > | val_max ) |
|
static |
The documentation for this class was generated from the following file: