SEPIA
Software documentation for the APEX SEPIA receivers
statusled.h
1
/* Copyright 2017 Michael Olberg <michael.olberg@chalmers.se> */
2
#ifndef STATUSLED_H
3
#define STATUSLED_H
4
5
#include "led.h"
6
7
class
StatusLED :
public
LED
8
{
9
Q_OBJECT
10
11
public
:
12
explicit
StatusLED(QWidget* parent = 0);
13
14
public
slots:
15
void
setOn();
16
void
setOff();
17
void
setReady(
bool
flag);
18
void
setError();
19
void
setAlarm();
20
};
21
22
#endif // STATUSLED_H
GUI
statusled.h
Generated on Fri Mar 22 2019 10:01:48 for SEPIA by
1.8.13