Motion Master 6.0.0-alpha.50
Next-generation motion control software
Loading...
Searching...
No Matches
mm::node::DumpHeader Struct Reference

The embedded process-image header: everything needed to decode the rows offline. More...

#include <process_data_dump.h>

Collaboration diagram for mm::node::DumpHeader:
[legend]

Public Attributes

uint32_t inputBytes = 0
 Per-row input region size (the published image's input size).
 
uint32_t outputBytes = 0
 Per-row output region size.
 
std::vector< DumpDevicedevices
 

Detailed Description

The embedded process-image header: everything needed to decode the rows offline.

Member Data Documentation

◆ devices

std::vector<DumpDevice> mm::node::DumpHeader::devices

◆ inputBytes

uint32_t mm::node::DumpHeader::inputBytes = 0

Per-row input region size (the published image's input size).

◆ outputBytes

uint32_t mm::node::DumpHeader::outputBytes = 0

Per-row output region size.


The documentation for this struct was generated from the following file: