RKH
Loading...
Searching...
No Matches
rkhtrc.h
Go to the documentation of this file.
1/*
2 * --------------------------------------------------------------------------
3 *
4 * Framework RKH
5 * -------------
6 *
7 * State-machine framework for reactive embedded systems
8 *
9 * Copyright (C) 2010 Leandro Francucci.
10 * All rights reserved. Protected by international copyright laws.
11 *
12 *
13 * RKH is free software: you can redistribute it and/or modify it under the
14 * terms of the GNU General Public License as published by the Free Software
15 * Foundation, either version 3 of the License, or (at your option) any
16 * later version.
17 *
18 * RKH is distributed in the hope that it will be useful, but WITHOUT ANY
19 * WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
21 * more details.
22 *
23 * You should have received a copy of the GNU General Public License along
24 * with RKH, see copying.txt file.
25 *
26 * Contact information:
27 * RKH site: http://vortexmakes.com/que-es/
28 * RKH GitHub: https://github.com/vortexmakes/RKH
29 * RKH Sourceforge: https://sourceforge.net/projects/rkh-reactivesys/
30 * e-mail: lf@vortexmakes.com
31 * ---------------------------------------------------------------------------
32 */
33
233/* -------------------------- Development history -------------------------- */
234/*
235 * 2015.10.24 LeFr v2.4.05 Initial version
236 */
237
238/* -------------------------------- Authors -------------------------------- */
239/*
240 * LeFr Leandro Francucci lf@vortexmakes.com
241 */
242
243/* --------------------------------- Notes --------------------------------- */
244/* --------------------------------- Module -------------------------------- */
245#ifndef __RKHTRC_H__
246#define __RKHTRC_H__
247
248/* ----------------------------- Include files ----------------------------- */
249#include "rkhtrc_record.h"
250#include "rkhtrc_filter.h"
251
252/* ---------------------- External C language linkage ---------------------- */
253#ifdef __cplusplus
254 extern "C" {
255#endif
256
257/* --------------------------------- Macros -------------------------------- */
258/* -------------------------------- Constants ------------------------------ */
259/* ------------------------------- Data types ------------------------------ */
260/* -------------------------- External variables --------------------------- */
261/* -------------------------- Function prototypes -------------------------- */
262/* -------------------- External C language linkage end -------------------- */
263
264#ifdef __cplusplus
265}
266#endif
267
268/* ------------------------------ Module end ------------------------------- */
269
270#endif
271
272/* ------------------------------ End of file ------------------------------ */
Specifies the runtime filter operations for the trace facility.
Defines the trace records.