| /**
|
| *
|
| * @file TraceShare.h
|
| * @brief
|
| * This file is part of tools.
|
| * TraceÍ·Îļþ
|
| *
|
| * @details
|
| * @author Tools Team.
|
| * @email
|
| * @copyright Copyright (C) 2013 Sanechips Technology Co., Ltd.
|
| * @warning
|
| * @date 2019/02/02
|
| * @version 1.1
|
| * @pre
|
| * @post
|
| *
|
| * @par
|
| * Change History :
|
| * ---------------------------------------------------------------------------
|
| * date version author description
|
| * ---------------------------------------------------------------------------
|
| * 2012/12/27 1.0 lu.xieji Create file
|
| * 2019/02/02 1.1 jiang.fenglin ÐÞ¸Ä×¢ÊÍ·½Ê½Îªdoxygen
|
| * ---------------------------------------------------------------------------
|
| *
|
| *
|
| */
|
|
|
| #ifndef TRACESHARE_H_
|
| #define TRACESHARE_H_
|
|
|
| #include "zcat/zcat.h"
|
| #include "zcat/zcat_dbg.h"
|
| #include "zcat/zcat_event.h"
|
| #include "zcat/zcat_ipppp.h"
|
| #include "zcat/zcat_print.h"
|
| #include "zcat/zcat_sig.h"
|
| #include "CpTrace.h"
|
|
|
| #endif
|
|
|