Bits and Droids connector
Connect your microcontroller to handle MFS2020 commands.
Loading...
Searching...
No Matches
models
commands
activeoutputs.h
Go to the documentation of this file.
1
#ifndef ACTIVEOUTPUTS_H
2
#define ACTIVEOUTPUTS_H
3
4
#include <QMap>
5
6
7
8
class
ActiveOutputs
9
{
10
public
:
11
ActiveOutputs
();
12
void
changeOutputState
(
int
index);
13
private
:
14
QMap<int, bool>
activeOutputsMap
;
15
};
16
17
#endif
// ACTIVEOUTPUTS_H
ActiveOutputs
Definition:
activeoutputs.h:9
ActiveOutputs::activeOutputsMap
QMap< int, bool > activeOutputsMap
Definition:
activeoutputs.h:14
ActiveOutputs::changeOutputState
void changeOutputState(int index)
Definition:
activeoutputs.cpp:14
ActiveOutputs::ActiveOutputs
ActiveOutputs()
Definition:
activeoutputs.cpp:11
Generated by
1.9.5