Speeduino
|
3D table axis I/O support More...
#include "table3d_axes.h"
Go to the source code of this file.
Classes | |
struct | table3d_axis_io_converter |
Convert a 16-bit value to/from a byte. Useful for I/O. More... | |
Typedefs | |
typedef uint8_t | byte |
Byte type. This is not defined in any C or C++ standard header. | |
typedef byte(* | pToByteConverter) (int16_t value) |
Models int16->byte conversion. | |
typedef int16_t(* | pFromByteConverter) (byte in) |
Models byte->int16 conversion. | |
Functions | |
table3d_axis_io_converter | get_table3d_axis_converter (axis_domain domain) |
Obtain a converter instance for a given axis domain. | |
3D table axis I/O support