GITLAB

에프에이리눅스 / 1611_0007_prime_oven

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • 1611_0007_prime_oven
  • app
  • gui
  • oven_control
  • dirtylevel.h
  • f4f894f09   청결/관리 상태 저장 값 Getter/Setter 추가 Browse Code »
    김태훈
    2017-05-22 20:54:52 +0900  
dirtylevel.h 300 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#ifndef DIRTYLEVEL_H
#define DIRTYLEVEL_H

#include <QtCore>

namespace DirtyLevel {
void cookStart();
void cookEnd();
void wash(int type);

int dirty();
int state();

int cookingTime();
void setCookingTime(qint64 secs);
int cookingCount();
void setCookingCount(int count);
}

#endif // DIRTYLEVEL_H