Sternum Embedded SDK
transmission_port.h
Go to the documentation of this file.
1 #ifndef __STERNUM_TRANSMISSION_PORT_H__
2 #define __STERNUM_TRANSMISSION_PORT_H__
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #include <stdint.h>
9 #include <stdlib.h>
10 
27 extern signed long int sternum_port_transmit(const void *data, size_t count);
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
33 #endif /* __STERNUM_TRANSMISSION_PORT_H__ */
signed long int sternum_port_transmit(const void *data, size_t count)
Sternum's port to write to the communication channel.