📄 hamaro_findrise.h
字号:
/* hamaro_findrise.h */
/*+++ *******************************************************************\
*
* Abstract:
*
* Hamaro find rise edge and find rise range FSM header.
*
* Created: 07/15/2005
*
*
* Copyright and Disclaimer:
*
* ---------------------------------------------------------------
* This software is provided "AS IS" without warranty of any kind,
* either expressed or implied, including but not limited to the
* implied warranties of noninfringement, merchantability and/or
* fitness for a particular purpose.
* ---------------------------------------------------------------
*
* Author: Amar Puttur
*
* Module Revision Id:
*
* $Header: hamaro_findrise.h, 3, 2006-4-8 0:26:46, ShenWei Wang$
*
* Copyright (c) 2005 Conexant Systems, Inc.
* All rights reserved.
*
\******************************************************************* ---*/
#ifndef _HAMARO_FINDRISE_H_
#define _HAMARO_FINDRISE_H_
#include "hamaro.h"
#include "hamaro_fsm.h"
#include "hamaro_sts.h"
#if HAMARO_SCAN_THE_SKY
extern FSM rise_edge_fsm;
extern FSM rise_range_fsm;
void RISEEDGE_Start(FSM *fsm, BOOL first_time, unsigned long first_freq);
void RISERANGE_Start(FSM *fsm);
/* Other functions */
HAMARO_STS_CURVATURE_POINTS* FINDRISE_GetRiseCurvaturePoints();
unsigned long FINDRISE_GetAbsLeftEdgeFreq();
BOOL RISEEDGE_IsAbortState();
//BOOL FINDRISE_HasCompleteSpectrum();
#endif /* HAMARO_SCAN_THE_SKY */
#endif /* _HAMARO_FINDRISE_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -