|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
Fixed-capacity byte buffer for one direction of the process image. More...
#include <process_image.h>
Public Attributes | |
| uint32_t | size = 0 |
| std::array< uint8_t, mm::comm::kMaxProcessImageBytes > | bytes {} |
Fixed-capacity byte buffer for one direction of the process image.
The RT-thread scratch the exchange composes into (outputs) and receives into (inputs) each cycle before the cycle is appended to the recorder ring. Sized to mm::comm::kMaxProcessImageBytes; size is the number of valid leading bytes for the current mapping.
| std::array<uint8_t, mm::comm::kMaxProcessImageBytes> mm::node::ProcessBuffer::bytes {} |
| uint32_t mm::node::ProcessBuffer::size = 0 |