F´ Flight Software - C/C++ Documentation
NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
g
h
i
m
o
p
r
s
t
v
w
Variables
Typedefs
a
b
c
e
f
g
h
l
n
o
p
r
s
t
w
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
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
w
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
Functions
f
i
m
p
r
s
t
u
Variables
Typedefs
a
b
c
e
f
i
n
p
s
u
Enumerations
Enumerator
Macros
_
a
c
d
f
g
h
i
l
m
p
r
s
t
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
LinuxTimeImpl.hpp
Go to the documentation of this file.
1
/*
2
* TestTelemRecvImpl.hpp
3
*
4
* Created on: Mar 28, 2014
5
* Author: tcanham
6
*/
7
8
#ifndef LINUXTIMEIMPL_HPP_
9
#define LINUXTIMEIMPL_HPP_
10
11
#include <Svc/Time/TimeComponentAc.hpp>
12
13
namespace
Svc
{
14
15
class
LinuxTimeImpl
:
public
TimeComponentBase {
16
public
:
17
LinuxTimeImpl
(
const
char
* compName);
18
virtual
~LinuxTimeImpl
();
19
void
init
(
NATIVE_INT_TYPE
instance);
20
protected
:
21
void
timeGetPort_handler
(
22
NATIVE_INT_TYPE
portNum,
23
Fw::Time
&time
24
);
25
private
:
26
};
27
28
}
29
30
#endif
/* LINUXTIMEIMPL_HPP_ */
NATIVE_INT_TYPE
PlatformIntType NATIVE_INT_TYPE
Definition
BasicTypes.h:51
Fw::Time
Definition
Time.hpp:9
Svc::LinuxTimeImpl
Definition
LinuxTimeImpl.hpp:15
Svc::LinuxTimeImpl::timeGetPort_handler
void timeGetPort_handler(NATIVE_INT_TYPE portNum, Fw::Time &time)
Definition
DarwinTimeImpl.cpp:20
Svc::LinuxTimeImpl::~LinuxTimeImpl
virtual ~LinuxTimeImpl()
Definition
DarwinTimeImpl.cpp:17
Svc::LinuxTimeImpl::init
void init(NATIVE_INT_TYPE instance)
Definition
DarwinTimeImpl.cpp:29
Svc
Definition
ActiveRateGroupCfg.hpp:18
Svc
LinuxTime
LinuxTimeImpl.hpp
Generated by
1.9.7