X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=protocols%2Fpirprotocol.h;h=d59952b7c690d442ac351576da295294cf271d49;hb=HEAD;hp=fc77f8c2fcc2c8fb1d814038afe85d4150af4cb5;hpb=f3809ec697222bd9ad47c725bb72dd7272fd594b;p=pierogi diff --git a/protocols/pirprotocol.h b/protocols/pirprotocol.h index fc77f8c..d59952b 100644 --- a/protocols/pirprotocol.h +++ b/protocols/pirprotocol.h @@ -49,6 +49,16 @@ public: unsigned int gSpace, bool iclflag); + unsigned int getCarrierFrequency() const; + + void setCarrierFrequency( + unsigned int cf); + + unsigned int getDutyCycle() const; + + void setDutyCycle( + unsigned int dc); + void addKey( PIRKeyName key, unsigned long data, @@ -111,12 +121,6 @@ public: unsigned int firstCommand, unsigned int secondCommand); - void setCarrierFrequency( - unsigned int freq); - - void setDutyCycle( - unsigned int dc); - void setMinimumRepetitions( unsigned int minrep);