Speeduino
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
table3d_axis_io.h File Reference

3D table axis I/O support More...

#include "table3d_axes.h"
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

3D table axis I/O support