minipix_uart_interface
A library and examples for the MiniPIX UART interface
gatherer_interface_linux.h File Reference
#include <gatherer_interface.h>
#include <minipix_interface_linux.h>
#include <serial_port.h>
+ Include dependency graph for gatherer_interface_linux.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SERIAL_BUFFER_SIZE   2048
 

Functions

void gatherer_linux_sendChar (const uint8_t char_out)
 
void gatherer_linux_sendString (const uint8_t *str_out, const uint16_t len)
 

Variables

SerialPort serial_port_gatherer_
 
Gatherer_Handler_t gatherer_handler_
 

Macro Definition Documentation

◆ SERIAL_BUFFER_SIZE

#define SERIAL_BUFFER_SIZE   2048

Function Documentation

◆ gatherer_linux_sendChar()

void gatherer_linux_sendChar ( const uint8_t  char_out)

◆ gatherer_linux_sendString()

void gatherer_linux_sendString ( const uint8_t *  str_out,
const uint16_t  len 
)

Variable Documentation

◆ gatherer_handler_

Gatherer_Handler_t gatherer_handler_

◆ serial_port_gatherer_

SerialPort serial_port_gatherer_