FARGOS/VISTA Object Management Environment Core  ..
FARGOS/VISTA Object Management Environment Core Table of Contents
IO_metaBlock_header Struct Reference

Structure to hold meta-data related to a block of received data. More...

#include <io_processor.hpp>

Public Attributes

uint16_t headerLen
 length of the header More...
 
uint16_t fromLen
 
uint64_t receiveTimeSeconds
 receive time in seconds More...
 
uint64_t receiveTimeNanoseconds
 receive time fractional nanoseconds More...
 
char fromAddress [32]
 sockaddr_t of source More...
 

Detailed Description

Structure to hold meta-data related to a block of received data.

Member Data Documentation

◆ fromAddress

char IO_metaBlock_header::fromAddress[32]

sockaddr_t of source

Referenced by IO_Processor::recvConsume().

◆ fromLen

uint16_t IO_metaBlock_header::fromLen

length of fromAddress

Referenced by IO_Processor::recvConsume().

◆ headerLen

uint16_t IO_metaBlock_header::headerLen

length of the header

Referenced by IO_Processor::recvConsume().

◆ receiveTimeNanoseconds

uint64_t IO_metaBlock_header::receiveTimeNanoseconds

receive time fractional nanoseconds

Referenced by IO_Processor::recvConsume().

◆ receiveTimeSeconds

uint64_t IO_metaBlock_header::receiveTimeSeconds

receive time in seconds

Referenced by IO_Processor::recvConsume().


The documentation for this struct was generated from the following file:
Generated: Fri Jul 31 2020 18:19:16
Support Information