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
Warnings.cpp
Go to the documentation of this file.
1
// ======================================================================
2
// \title Warnings.cpp
3
// \author bocchino
4
// \brief cpp file for FileDownlink::Warnings
5
//
6
// \copyright
7
// Copyright 2009-2015, by the California Institute of Technology.
8
// ALL RIGHTS RESERVED. United States Government Sponsorship
9
// acknowledged.
10
//
11
// ======================================================================
12
13
#include <stdio.h>
14
15
#include <
Svc/FileDownlink/FileDownlink.hpp
>
16
#include <
Fw/Types/Assert.hpp
>
17
#include <
Fw/Types/BasicTypes.hpp
>
18
19
namespace
Svc
{
20
21
void
FileDownlink::Warnings ::
22
fileOpenError(
void
)
23
{
24
this->fileDownlink->log_WARNING_HI_FileDownlink_FileOpenError(
25
this->fileDownlink->file.sourceName
26
);
27
this->warning();
28
}
29
30
void
FileDownlink::Warnings ::
31
fileRead(
void
)
32
{
33
this->fileDownlink->log_WARNING_HI_FileDownlink_FileReadError(
34
this->fileDownlink->file.sourceName
35
);
36
this->warning();
37
}
38
39
}
Assert.hpp
FileDownlink.hpp
Svc
Definition:
ActiveLoggerComponentAc.cpp:22
BasicTypes.hpp
Declares ISF basic types.
Svc
FileDownlink
Warnings.cpp
Generated by
1.8.19