GNU Radio's TPMS Package
gr::tpms::ask_env Class Referenceabstract

Tire Pressure Monitoring System. More...

#include <ask_env.h>

Inheritance diagram for gr::tpms::ask_env:
gr::tpms::ask_env_impl

Public Types

typedef boost::shared_ptr< ask_envsptr
 

Public Member Functions

virtual void set_alpha (float var)=0
 
virtual float alpha ()=0
 

Static Public Member Functions

static sptr make (float alpha)
 

Detailed Description

Tire Pressure Monitoring System.

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<ask_env> gr::tpms::ask_env::sptr

Member Function Documentation

◆ alpha()

virtual float gr::tpms::ask_env::alpha ( )
pure virtual

Implemented in gr::tpms::ask_env_impl.

◆ make()

static sptr gr::tpms::ask_env::make ( float  alpha)
static

◆ set_alpha()

virtual void gr::tpms::ask_env::set_alpha ( float  var)
pure virtual

Implemented in gr::tpms::ask_env_impl.


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