F´ Flight Software - C/C++ Documentation
NASA-v1.5.0
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
c
f
h
i
l
m
n
o
p
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
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
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
c
t
u
w
Enumerations
b
c
d
e
f
g
h
i
m
o
p
q
s
t
w
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
w
Related Functions
a
b
c
f
g
h
l
p
r
s
t
Files
File List
File Members
All
_
a
b
c
d
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Functions
f
i
m
s
u
Variables
_
c
f
i
l
p
t
Typedefs
Enumerations
Enumerator
a
c
d
f
i
m
p
r
s
t
w
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:
BufferGetPortAc.cpp:6
Fw
Logger
LogAssert.hpp
Generated by
1.8.19