MX Foundation 4
MXF_EMBEDDED_RX_INFO Struct Reference

Embedded Message Reception Information Structure. More...

#include <mxf_embedded.h>

Data Structures

struct  Filter
 
struct  Trigger
 

Data Fields

uint32 channelClass
 
uint32 moduleType
 
uint32 moduleIndex
 
uint32 portIndex
 
uint64 handle
 
void * rec
 
uint64 * reserved
 
uint32 reserved2 [5]
 

Detailed Description

Field Documentation

uint32 MXF_EMBEDDED_RX_INFO::channelClass

Channel class of RX channel.

Examples:
ar429_embedded_side_discrete.c.
uint32 MXF_EMBEDDED_RX_INFO::moduleType

Module type.

uint32 MXF_EMBEDDED_RX_INFO::moduleIndex

Module index of RX channel.

uint32 MXF_EMBEDDED_RX_INFO::portIndex

Port index of RX channel.

uint64 MXF_EMBEDDED_RX_INFO::handle

Reserved for future use.

void* MXF_EMBEDDED_RX_INFO::rec

Record pointer. The record format depends on the channel class. The records are packed in the buffer. mxfEmbeddedNextRecordPtrGet() must be used to navigate from one record to the other in the buffer.

Examples:
ar429_embedded_side_discrete.c.
uint64* MXF_EMBEDDED_RX_INFO::reserved

Reserved for future use.

uint32 MXF_EMBEDDED_RX_INFO::reserved2[5]

Reserved for future use.

Updated 10/23/2023