satnogs-rotator-firmware
Public Member Functions | Private Member Functions | List of all members
easycomm Class Reference

Class that functions for easycomm 3 implementation. More...

#include <easycomm.h>

Public Member Functions

void easycomm_init ()
 Initialize the RS485 bus. More...
 
void easycomm_proc ()
 Get the commands from RS485 and response to the client. More...
 

Private Member Functions

bool isNumber (char *input)
 

Detailed Description

Class that functions for easycomm 3 implementation.

Definition at line 31 of file easycomm.h.

Member Function Documentation

◆ easycomm_init()

void easycomm::easycomm_init ( )
inline

Initialize the RS485 bus.

Definition at line 39 of file easycomm.h.

References BAUDRATE, and rs485::begin().

Referenced by setup().

Here is the call graph for this function:

◆ easycomm_proc()

void easycomm::easycomm_proc ( )
inline

◆ isNumber()

bool easycomm::isNumber ( char *  input)
inlineprivate

Definition at line 378 of file easycomm.h.

Referenced by easycomm_proc().


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