21#ifndef DATA_MANAGEMENT_SIGNAL_UTILS_H
22#define DATA_MANAGEMENT_SIGNAL_UTILS_H
31 void connectSignals(clockwerk::DataIOBase &upstream, clockwerk::DataIOBase &downstream);
Definition CircularBuffer.hpp:28
void disconnect(clockwerk::DataIOBase &obj)
Function to disconnect a DataIO object from its parent.
Definition signalutils.cpp:25
void connectSignals(clockwerk::DataIOBase &upstream, clockwerk::DataIOBase &downstream)
Function to tie two signals together.
Definition signalutils.cpp:21