Braille Glove
 
All Classes Functions Variables
Loading...
Searching...
No Matches
WifiMaster Class Reference

< Include for TCP server More...

#include <WifiMaster.h>

Public Member Functions

 WifiMaster (GloveModel gloveModel)
 Constructs a WifiMaster object with a given glove model.
 
void setup ()
 Standard setup function for the Wi-Fi master.
 
void loop ()
 Standard loop function for the Wi-Fi master.
 
void sendVectorToSlave (const std::vector< int > &reorderedValues, const ChordingScheme status, int repeat)
 Sends a vector to the slave device, including a repeat count for longer patterns.
 
void sendVectorToSlave (const std::vector< int > &reorderedValues, const ChordingScheme status)
 Sends a vector to the slave device for a short pattern (no repeat).
 

Detailed Description

< Include for TCP server

This class handles the communication and Wi-Fi functionality for the master device, including website setup, response handling, and communication between the master and slave devices.

Constructor & Destructor Documentation

◆ WifiMaster()

WifiMaster::WifiMaster ( GloveModel gloveModel)

Constructs a WifiMaster object with a given glove model.

Parameters
gloveModelThe glove model to be used for actuator control and pattern execution.

Member Function Documentation

◆ loop()

void WifiMaster::loop ( )

Standard loop function for the Wi-Fi master.

Continuously handles communication and controls actuators.

◆ sendVectorToSlave() [1/2]

void WifiMaster::sendVectorToSlave ( const std::vector< int > & reorderedValues,
const ChordingScheme status )

Sends a vector to the slave device for a short pattern (no repeat).

Parameters
reorderedValuesThe vector of reordered values representing the pattern.
statusThe current chording scheme status.

◆ sendVectorToSlave() [2/2]

void WifiMaster::sendVectorToSlave ( const std::vector< int > & reorderedValues,
const ChordingScheme status,
int repeat )

Sends a vector to the slave device, including a repeat count for longer patterns.

Parameters
reorderedValuesThe vector of reordered values representing the pattern.
statusThe current chording scheme status.
repeatThe number of times to repeat the pattern if it is long.

◆ setup()

void WifiMaster::setup ( )

Standard setup function for the Wi-Fi master.

Sets up Wi-Fi, ESP-NOW, and the web server.


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