Classes | Typedefs | Enumerations | Functions
sbgEComCmdAdvanced.h File Reference

This file implements SbgECom commands related to advanced settings. More...

#include "sbgEComCmdCommon.h"
Include dependency graph for sbgEComCmdAdvanced.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _SbgEComAdvancedConf
 

Typedefs

typedef struct _SbgEComAdvancedConf SbgEComAdvancedConf
 
typedef enum _SbgEComTimeReferenceSrc SbgEComTimeReferenceSrc
 

Enumerations

enum  _SbgEComTimeReferenceSrc { SBG_ECOM_TIME_REF_DISABLED = 0, SBG_ECOM_TIME_REF_SYNC_IN_A, SBG_ECOM_TIME_REF_UTC_GPS_1 }
 

Functions

SbgErrorCode sbgEComCmdAdvancedGetConf (SbgEComHandle *pHandle, SbgEComAdvancedConf *pConf)
 
SbgErrorCode sbgEComCmdAdvancedSetConf (SbgEComHandle *pHandle, const SbgEComAdvancedConf *pConf)
 

Detailed Description

This file implements SbgECom commands related to advanced settings.

Author
SBG Systems (Maxime Renaudet)
Date
11 June 2014

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 sbgEComCmdAdvanced.h.

Typedef Documentation

Structure containing all the info for advanced configuration.

List of available time reference source.

Enumeration Type Documentation

List of available time reference source.

Enumerator
SBG_ECOM_TIME_REF_DISABLED 

The device is running it's internal clock without any time reference.

SBG_ECOM_TIME_REF_SYNC_IN_A 

The main port sync in A is used as a time reference.

SBG_ECOM_TIME_REF_UTC_GPS_1 

The GPS 1 module is used to provide both time reference and UTC data.

Definition at line 33 of file sbgEComCmdAdvanced.h.

Function Documentation

SbgErrorCode sbgEComCmdAdvancedGetConf ( SbgEComHandle pHandle,
SbgEComAdvancedConf pConf 
)

Retrieve the advanced configurations.

Parameters
[in]pHandleA valid sbgECom handle.
[out]pConfPointer to a SbgEComAdvancedConf to contain the current configuration.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 14 of file sbgEComCmdAdvanced.c.

SbgErrorCode sbgEComCmdAdvancedSetConf ( SbgEComHandle pHandle,
const SbgEComAdvancedConf pConf 
)

Set the advanced configurations.

Parameters
[in]pHandleA valid sbgECom handle.
[in]pConfPointer to a SbgEComAdvancedConf that contains the new configuration.
Returns
SBG_NO_ERROR if the command has been executed successfully.

Definition at line 94 of file sbgEComCmdAdvanced.c.



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