Classes | Typedefs | Functions
sbgEComBinaryLogDebug.h File Reference

This file is used to parse received debug frames. More...

#include <sbgCommon.h>
#include <streamBuffer/sbgStreamBuffer.h>
Include dependency graph for sbgEComBinaryLogDebug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _SbgLogDebug0
 

Typedefs

typedef struct _SbgLogDebug0 SbgLogDebug0Data
 

Functions

SbgErrorCode sbgEComBinaryLogParseDebug0Data (SbgStreamBuffer *pInputStream, SbgLogDebug0Data *pOutputData)
 
SbgErrorCode sbgEComBinaryLogWriteDebug0Data (SbgStreamBuffer *pOutputStream, const SbgLogDebug0Data *pInputData)
 

Detailed Description

This file is used to parse received debug frames.

Author
SBG Systems (Alexis Guinamard)
Date
03 October 2013

Copyright Notice

Copyright (C) 2007-2013, SBG Systems SAS. All rights reserved.

This source code is intended for use only by SBG Systems SAS and those that have explicit written permission to use it from SBG Systems SAS.

THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.

Definition in file sbgEComBinaryLogDebug.h.

Typedef Documentation

Log structure for debug data.

Function Documentation

SbgErrorCode sbgEComBinaryLogParseDebug0Data ( SbgStreamBuffer pInputStream,
SbgLogDebug0Data pOutputData 
)

Parse data for the SBG_ECOM_LOG_DEBUG_0 message and fill the corresponding structure.

Parameters
[in]pInputStreamInput stream buffer to read the payload from.
[out]pOutputDataPointer on the output structure that stores parsed data.
Returns
SBG_NO_ERROR if the payload has been parsed.

Definition at line 13 of file sbgEComBinaryLogDebug.c.

SbgErrorCode sbgEComBinaryLogWriteDebug0Data ( SbgStreamBuffer pOutputStream,
const SbgLogDebug0Data pInputData 
)

Write data for the SBG_ECOM_LOG_DEBUG_0 message to the output stream buffer from the provided structure.

Parameters
[out]pOutputStreamOutput stream buffer to write the payload to.
[in]pInputDataPointer on the input structure that stores data to write.
Returns
SBG_NO_ERROR if the message has been generated in the provided buffer.

Definition at line 48 of file sbgEComBinaryLogDebug.c.



sbg_driver
Author(s):
autogenerated on Sun Jan 27 2019 03:42:20