Bits and Droids connector
Connect your microcontroller to handle MFS2020 commands.
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
ComBundle Class Reference

#include <ComBundle.h>

Public Member Functions

 ComBundle (QString port)
 
void setOutputs (QMap< int, Output * >)
 
bool isOutputInBundle (int id)
 
SerialPortgetSerialPort ()
 
char & getReceivedStringAddress ()
 

Private Attributes

SerialPortport
 
char receivedString [255]
 
QMap< int, Output * > outputs
 

Constructor & Destructor Documentation

◆ ComBundle()

ComBundle::ComBundle ( QString  port)

Member Function Documentation

◆ getReceivedStringAddress()

char & ComBundle::getReceivedStringAddress ( )
inline

◆ getSerialPort()

SerialPort * ComBundle::getSerialPort ( )
inline

◆ isOutputInBundle()

bool ComBundle::isOutputInBundle ( int  id)

◆ setOutputs()

void ComBundle::setOutputs ( QMap< int, Output * >  )
inline

Member Data Documentation

◆ outputs

QMap<int, Output *> ComBundle::outputs
private

◆ port

SerialPort* ComBundle::port
private

◆ receivedString

char ComBundle::receivedString[255]
private

The documentation for this class was generated from the following files: