My Project
Loading...
Searching...
No Matches
rule Class Reference

#include <rule.h>

Public Member Functions

 rule (float max_co2, float max_temp, float min_temp, float max_noise, QTime start, QTime stop)
 rule ()
QJsonObject toJSON () const

Static Public Member Functions

static rule fromJSON (const QJsonObject &obj)

Public Attributes

QTime start
QTime stop
float max_co2
float max_temp
float min_temp
float max_noise

Constructor & Destructor Documentation

◆ rule() [1/2]

rule::rule ( float max_co2,
float max_temp,
float min_temp,
float max_noise,
QTime start,
QTime stop )

◆ rule() [2/2]

rule::rule ( )

Member Function Documentation

◆ fromJSON()

rule rule::fromJSON ( const QJsonObject & obj)
static

◆ toJSON()

QJsonObject rule::toJSON ( ) const

Member Data Documentation

◆ max_co2

float rule::max_co2

◆ max_noise

float rule::max_noise

◆ max_temp

float rule::max_temp

◆ min_temp

float rule::min_temp

◆ start

QTime rule::start

◆ stop

QTime rule::stop

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