F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
Toggle main menu visibility
Main Page
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
c
d
e
g
i
m
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Enumerator
a
c
e
f
h
i
m
n
o
p
s
u
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
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Typedefs
c
e
p
s
t
u
Enumerations
b
c
d
g
h
l
m
o
p
s
t
u
w
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Related Symbols
a
b
c
d
f
g
h
l
p
r
s
t
u
v
Files
File List
File Members
All
_
a
b
c
d
f
g
h
i
l
m
n
p
q
r
s
t
u
v
Functions
c
i
m
s
u
Variables
b
c
d
i
p
s
Typedefs
b
c
d
f
i
m
n
p
q
r
s
t
u
Enumerations
Enumerator
a
b
c
d
f
g
h
p
r
s
t
Macros
_
a
c
d
f
h
l
m
p
r
s
u
v
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Loading...
Searching...
No Matches
LinuxTimerComponentImpl.hpp
Go to the documentation of this file.
1
// ======================================================================
2
// \title LinuxTimerImpl.hpp
3
// \author tim
4
// \brief hpp file for LinuxTimer component implementation class
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
#ifndef LinuxTimer_HPP
14
#define LinuxTimer_HPP
15
16
#include "
Os/Mutex.hpp
"
17
#include "
Svc/LinuxTimer/LinuxTimerComponentAc.hpp
"
18
19
namespace
Svc
{
20
21
class
LinuxTimerComponentImpl
:
22
public
LinuxTimerComponentBase
23
{
24
25
public
:
26
27
// ----------------------------------------------------------------------
28
// Construction, initialization, and destruction
29
// ----------------------------------------------------------------------
30
33
LinuxTimerComponentImpl
(
34
const
char
*
const
compName
35
);
36
39
~LinuxTimerComponentImpl
();
40
42
void
startTimer
(
NATIVE_INT_TYPE
interval);
43
45
void
quit
();
46
47
PRIVATE:
48
49
Os::Mutex
m_mutex;
50
51
volatile
bool
m_quit;
52
53
Os::RawTime
m_rawTime;
54
55
56
};
21
class
LinuxTimerComponentImpl
: {
…
};
57
58
}
// end namespace Svc
59
60
#endif
NATIVE_INT_TYPE
PlatformIntType NATIVE_INT_TYPE
Definition
BasicTypes.h:55
LinuxTimerComponentAc.hpp
Mutex.hpp
Os::Mutex
Definition
Mutex.hpp:50
Os::RawTime
Definition
RawTime.hpp:99
Svc::LinuxTimerComponentBase
Auto-generated base for LinuxTimer component.
Definition
LinuxTimerComponentAc.hpp:24
Svc::LinuxTimerComponentImpl
Definition
LinuxTimerComponentImpl.hpp:23
Svc::LinuxTimerComponentImpl::quit
void quit()
Quit timer.
Definition
LinuxTimerComponentImplCommon.cpp:38
Svc::LinuxTimerComponentImpl::~LinuxTimerComponentImpl
~LinuxTimerComponentImpl()
Definition
LinuxTimerComponentImplCommon.cpp:33
Svc::LinuxTimerComponentImpl::startTimer
void startTimer(NATIVE_INT_TYPE interval)
Start timer.
Definition
LinuxTimerComponentImplTaskDelay.cpp:20
Svc
Definition
ActiveRateGroupCfg.hpp:18
Svc
LinuxTimer
LinuxTimerComponentImpl.hpp
Generated by
1.9.8