GM6000 Digital Heater Controller
Branch: main
SDX-1330
Main Page
Namespaces
Components
Files
File List
File Members
Cpl
System
_assert
c_assert.h
Go to the documentation of this file.
1
#ifndef Cpl_System_Assert_C_Assert_
2
#define Cpl_System_Assert_C_Assert_
3
/*-----------------------------------------------------------------------------
4
* This file is part of the Colony.Core Project. The Colony.Core Project is an
5
* open source project with a BSD type of licensing agreement. See the license
6
* agreement (license.txt) in the top/ directory or on the Internet at
7
* http://integerfox.com/colony.core/license.txt
8
*
9
* Copyright (c) 2014-2022 John T. Taylor
10
*
11
* Redistributions of the source code must retain the above copyright notice.
12
*----------------------------------------------------------------------------*/
13
/** @file */
14
15
#include <stdbool.h>
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
21
22
/** These method is 'C wrapper' that calls Cpl::System::FatalError handler when
23
the assert fails. The C Wrapper is need to as not to pollute the Platform
24
mapping header files with C++ headers that cause compile issues when the
25
underlying Platform is C based RTOS (e.g. FreeRTOS)
26
27
*/
28
void
cpl_system_assert_c_wrapper
(
bool
true_expression,
const
char
* file,
unsigned
line,
const
char
* func );
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
#endif
// end header latch
35
cpl_system_assert_c_wrapper
void cpl_system_assert_c_wrapper(bool true_expression, const char *file, unsigned line, const char *func)
These method is 'C wrapper' that calls Cpl::System::FatalError handler when the assert fails.
Generated on Sat Jan 18 2025 22:23:55 for GM6000 Digital Heater Controller by
1.9.8