Torc
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
inputs
torcpwminput.h
Go to the documentation of this file.
1
#ifndef TORCPWMINPUT_H
2
#define TORCPWMINPUT_H
3
4
// Torc
5
#include "
torcinput.h
"
6
7
class
TorcPWMInput
:
public
TorcInput
8
{
9
Q_OBJECT
10
11
public
:
12
TorcPWMInput
(
double
Value,
const
QString &ModelId,
const
QVariantMap &Details);
13
virtual
~TorcPWMInput
() =
default
;
14
15
QStringList
GetDescription
(
void
)
override
;
16
TorcInput::Type
GetType
(
void
)
override
;
17
void
Start
(
void
)
override
;
18
double
ScaleValue
(
double
Value);
19
};
20
21
#endif // TORCPWMINPUT_H
TorcInput
Definition:
torcinput.h:14
TorcPWMInput::GetType
TorcInput::Type GetType(void) override
Definition:
torcpwminput.cpp:36
TorcPWMInput::ScaleValue
double ScaleValue(double Value)
Definition:
torcpwminput.cpp:47
TorcPWMInput
Definition:
torcpwminput.h:7
TorcPWMInput::Start
void Start(void) override
Definition:
torcpwminput.cpp:41
torcinput.h
TorcPWMInput::GetDescription
QStringList GetDescription(void) override
Definition:
torcpwminput.cpp:31
TorcPWMInput::~TorcPWMInput
virtual ~TorcPWMInput()=default
TorcInput::Type
Type
Definition:
torcinput.h:24
TorcPWMInput::TorcPWMInput
TorcPWMInput(double Value, const QString &ModelId, const QVariantMap &Details)
Definition:
torcpwminput.cpp:26
Generated on Sat Jan 5 2019 21:54:03 for Torc by
1.8.11