Bits and Droids connector
Connect your microcontroller to handle MFS2020 commands.
Loading...
Searching...
No Matches
models
library
platform.h
Go to the documentation of this file.
1
#ifndef PLATFORM_H
2
#define PLATFORM_H
3
#include<iostream>
4
#include <QString>
5
6
class
Platform
7
{
8
private
:
9
int
baudRate
;
10
QString
name
;
11
bool
skipHardwareSerial
;
12
public
:
13
Platform
(
int
baudRate
, QString
name
,
bool
skipHardwareSerial
);
14
15
};
16
17
#endif
// PLATFORM_H
Platform
Definition:
platform.h:7
Platform::baudRate
int baudRate
Definition:
platform.h:9
Platform::skipHardwareSerial
bool skipHardwareSerial
Definition:
platform.h:11
Platform::name
QString name
Definition:
platform.h:10
Generated by
1.9.5