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
Log.hpp
Go to the documentation of this file.
1
6
#ifndef _Log_hpp_
7
#define _Log_hpp_
8
9
#include <
Fw/Types/BasicTypes.hpp
>
10
#include <
Fw/Logger/Logger.hpp
>
11
12
namespace
Os
{
13
class
Log
:
public
Fw::Logger
{
14
public
:
18
Log
();
19
36
void
log
(
37
const
char
* fmt,
38
POINTER_CAST a0 = 0,
39
POINTER_CAST a1 = 0,
40
POINTER_CAST a2 = 0,
41
POINTER_CAST a3 = 0,
42
POINTER_CAST a4 = 0,
43
POINTER_CAST a5 = 0,
44
POINTER_CAST a6 = 0,
45
POINTER_CAST a7 = 0,
46
POINTER_CAST a8 = 0,
47
POINTER_CAST a9 = 0
48
);
49
};
50
}
51
52
#endif
Os
Definition:
File.cpp:7
Os::Log::log
void log(const char *fmt, POINTER_CAST a0=0, POINTER_CAST a1=0, POINTER_CAST a2=0, POINTER_CAST a3=0, POINTER_CAST a4=0, POINTER_CAST a5=0, POINTER_CAST a6=0, POINTER_CAST a7=0, POINTER_CAST a8=0, POINTER_CAST a9=0)
Definition:
LogPrintf.cpp:19
Fw::Logger
Definition:
Logger.hpp:15
Os::Log::Log
Log()
Definition:
LogPrintf.cpp:11
BasicTypes.hpp
Declares ISF basic types.
Os::Log
Definition:
Log.hpp:13
Logger.hpp
Os
Log.hpp
Generated by
1.8.17