minipix_uart_interface
A library and examples for the MiniPIX UART interface
gatherer_interface_linux.h
Go to the documentation of this file.
1 #ifndef GATHERER_INTERFACE_LINUX_H
2 #define GATHERER_INTERFACE_LINUX_H
3 
4 #include <gatherer_interface.h>
5 
6 // need to be able to call the interfaces routines to control the MiniPIX
8 
9 #include <serial_port.h>
10 #define SERIAL_BUFFER_SIZE 2048
12 
14 
15 // Linux-specific functions
16 void gatherer_linux_sendChar(const uint8_t char_out);
17 void gatherer_linux_sendString(const uint8_t *str_out, const uint16_t len);
18 
19 #endif // GATHERER_INTERFACE_LINUX_H
gatherer_linux_sendChar
void gatherer_linux_sendChar(const uint8_t char_out)
Definition: gatherer_interface_linux.cpp:11
serial_port_gatherer_
SerialPort serial_port_gatherer_
Definition: gatherer_interface_linux.cpp:3
gatherer_handler_
Gatherer_Handler_t gatherer_handler_
Definition: minipix_interface_linux.cpp:6
Gatherer_Handler_t
Definition: gatherer_interface.h:51
SerialPort
Definition: serial_port.h:16
gatherer_linux_sendString
void gatherer_linux_sendString(const uint8_t *str_out, const uint16_t len)
Definition: gatherer_interface_linux.cpp:20
serial_port.h
minipix_interface_linux.h