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

Header record for a binary output log line. More...

#include <logging_api.hpp>

Public Attributes

uint32_t argType
 type of argument More...
 
uint32_t argLength
 actual length of argument More...
 
uint32_t offsetNextArg
 offset to the next argument More...
 
unsigned char headerLen
 length of this header structure More...
 
unsigned char _reserved [3]
 

Detailed Description

Header record for a binary output log line.

NOTE: these fields must be unambiguous in size and type, and consistently interpreted regardless of compiler or target platform.

Member Data Documentation

◆ _reserved

unsigned char LogLineBinaryValueHeader::_reserved[3]

◆ argLength

uint32_t LogLineBinaryValueHeader::argLength

actual length of argument

Referenced by ReadBinaryLog::outputAssembledLine(), and ReadBinaryLog::processBuffer().

◆ argType

uint32_t LogLineBinaryValueHeader::argType

type of argument

Referenced by ReadBinaryLog::processBuffer().

◆ headerLen

unsigned char LogLineBinaryValueHeader::headerLen

length of this header structure

Referenced by ReadBinaryLog::processBuffer().

◆ offsetNextArg

uint32_t LogLineBinaryValueHeader::offsetNextArg

offset to the next argument

Referenced by ReadBinaryLog::processBuffer().


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