F´ Flight Software - C/C++ Documentation
NASA-v2.0.1
A framework for building embedded system applications to NASA flight quality standards.
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
g
h
i
m
r
s
t
v
w
Variables
Typedefs
Enumerations
Enumerator
a
b
f
h
i
n
o
p
s
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
b
d
e
f
g
h
i
l
m
n
p
q
s
t
u
v
w
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
l
m
n
o
p
q
r
s
t
w
Related Functions
Files
File List
File Members
All
_
a
b
c
d
f
g
h
i
k
l
m
n
p
r
s
t
u
v
Functions
f
i
m
s
u
Variables
Typedefs
Enumerations
Enumerator
c
d
f
m
p
r
s
t
Macros
a
c
d
f
g
h
i
k
l
m
n
p
r
s
t
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
LogAssert.hpp
Go to the documentation of this file.
1
/*
2
* LogAssert.hpp
3
*
4
* Created on: Sep 9, 2016
5
* Author: tcanham
6
* Note: this file was originally a log assert file, under Fw::Types. It now made generic
7
* to log asserts to Fw::Logger
8
*/
9
10
#ifndef LOGGER_LOGASSERT_HPP_
11
#define LOGGER_LOGASSERT_HPP_
12
13
#include <
Fw/Types/Assert.hpp
>
14
15
namespace
Fw
{
16
17
class
LogAssertHook
:
public
Fw::AssertHook {
18
public
:
19
LogAssertHook
();
20
virtual
~LogAssertHook
();
21
void
reportAssert
(
22
FILE_NAME_ARG file,
23
NATIVE_UINT_TYPE
lineNo,
24
NATIVE_UINT_TYPE
numArgs,
25
AssertArg
arg1,
26
AssertArg
arg2,
27
AssertArg
arg3,
28
AssertArg
arg4,
29
AssertArg
arg5,
30
AssertArg
arg6
31
);
32
void
printAssert
(
const
I8
* msg);
33
void
doAssert
(
void
);
34
};
35
36
}
37
38
#endif
/* VXWORKSLOGASSERT_HPP_ */
Fw::LogAssertHook
Definition:
LogAssert.hpp:17
Fw::LogAssertHook::printAssert
void printAssert(const I8 *msg)
Fw::LogAssertHook::LogAssertHook
LogAssertHook()
Fw::LogAssertHook::~LogAssertHook
virtual ~LogAssertHook()
Assert.hpp
I8
int8_t I8
8-bit signed integer
Definition:
BasicTypes.hpp:75
NATIVE_UINT_TYPE
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
Definition:
BasicTypes.hpp:30
Fw::LogAssertHook::doAssert
void doAssert(void)
Fw::LogAssertHook::reportAssert
void reportAssert(FILE_NAME_ARG file, NATIVE_UINT_TYPE lineNo, NATIVE_UINT_TYPE numArgs, AssertArg arg1, AssertArg arg2, AssertArg arg3, AssertArg arg4, AssertArg arg5, AssertArg arg6)
AssertArg
#define AssertArg
Definition:
FpConfig.hpp:51
Fw
Definition:
Buffer.cpp:21
Fw
Logger
LogAssert.hpp
Generated by
1.8.17