MX Foundation 4
MXF_ATTRIBUTE_INFO Struct Reference

Attribute Information Data Structure.

#include <mxf_attributes.h>

Data Fields

uint64 type
 
uint64 properties
 
char name [32]
 
char unit [32]
 

Field Documentation

uint64 MXF_ATTRIBUTE_INFO::type

Attribute format:

MXF_ATTRIBUTE_INFO_TYPE_UINT64: Unsigned attribute.
MXF_ATTRIBUTE_INFO_TYPE_DOUBLE: Floating-point attribute.
uint64 MXF_ATTRIBUTE_INFO::properties

Attribute properties:

MXF_ATTRIBUTE_INFO_PROPERTY_READONLY: Read-only attribute.
MXF_ATTRIBUTE_INFO_PROPERTY_HARDSET: Attribute also needs hardware setting (jumper).
MXF_ATTRIBUTE_INFO_PROPERTY_INIT: Attribute needs to be set at initialization time by attribute call back handler mxfSystemInitAttributeUint64CallbackHandler().
char MXF_ATTRIBUTE_INFO::name[32]

Attribute name.

char MXF_ATTRIBUTE_INFO::unit[32]

Attribute unit.

Updated 10/23/2023