ModelSpace
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
c
d
f
g
l
m
n
o
p
r
s
t
w
Functions
Variables
Enumerations
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
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
▼
ModelSpace
►
Clockwerk Doxygen Landing Page
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
clockwerk
▼
src
►
architecture
►
core
▼
data_management
DataIO.hpp
DataIOBase.h
GraphTreeObject.h
signalutils.h
►
gnc
►
logging
►
six_dof_dynamics
►
utils
clockwerk.h
►
cpp
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Pages
Loading...
Searching...
No Matches
signalutils.h
1
/******************************************************************************
2
* Copyright (c) ATTX LLC 2024. All Rights Reserved.
3
*
4
* This software and associated documentation (the "Software") are the
5
* proprietary and confidential information of ATTX, LLC. The Software is
6
* furnished under a license agreement between ATTX and the user organization
7
* and may be used or copied only in accordance with the terms of the agreement.
8
* Refer to 'license/attx_license.adoc' for standard license terms.
9
*
10
* EXPORT CONTROL NOTICE: THIS SOFTWARE MAY INCLUDE CONTENT CONTROLLED UNDER THE
11
* INTERNATIONAL TRAFFIC IN ARMS REGULATIONS (ITAR) OR THE EXPORT ADMINISTRATION
12
* REGULATIONS (EAR99). No part of the Software may be used, reproduced, or
13
* transmitted in any form or by any means, for any purpose, without the express
14
* written permission of ATTX, LLC.
15
******************************************************************************/
16
/*
17
File to hold signal utilities
18
19
Author: Alex Reynolds
20
*/
21
#
ifndef
DATA_MANAGEMENT_SIGNAL_UTILS_H
22
#
define
DATA_MANAGEMENT_SIGNAL_UTILS_H
23
24
#
include
"DataIOBase.h"
25
26
namespace
clockwerk {
27
28
/// @brief Function to tie two signals together
29
/// @param upstream The upstream (i.e. output) signal to connect
30
/// @param downstream The downstream (i.e. input) signal to connect
31
void
connectSignals(clockwerk::
DataIOBase
&upstream, clockwerk::
DataIOBase
&downstream);
32
33
/// @brief Function to disconnect a DataIO object from its parent
34
/// @param obj The object to disconnect from upstream
35
void
disconnect(clockwerk::
DataIOBase
&obj);
36
37
}
38
39
#
endif
clockwerk::DataIOBase
The Data IO Base class is designed to provide the basic interface of the Data IO class (see documenta...
Definition
DataIOBase.h:54
clockwerk
src
data_management
signalutils.h
Generated by
1.9.8