Skip to content

Commit 14474eb

Browse files
committed
fix: Updated header file for channel.hpp
1 parent c010851 commit 14474eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

data_tamer_cpp/include/data_tamer/channel.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ class LogChannel : public std::enable_shared_from_this<LogChannel>
153153
*/
154154
void addDataSink(std::shared_ptr<DataSinkBase> sink);
155155

156+
/**
157+
* @brief removeDataSink remove a sink, i.e. a class collecting our snapshots.
158+
*/
159+
void removeDataSink(std::shared_ptr<DataSinkBase> sink);
160+
156161
/**
157162
* @brief takeSnapshot copies the current value of all your registered values
158163
* and send an instance of Snapshot to all your Sinks.

0 commit comments

Comments
 (0)