add missing documentation

This commit is contained in:
Sven Czarnian
2021-08-19 08:21:20 +02:00
parent b453d4d8e2
commit 221d00c23a

View File

@@ -28,7 +28,13 @@ namespace aman {
ZmqContext& operator=(const ZmqContext&) = delete;
ZmqContext& operator=(ZmqContext&&) = delete;
/**
* @brief Initializes the ZMQ context
*/
void initialize();
/**
* @brief Destroys the ZMQ context and all sockets need to be closed before
*/
void deinitialize();
/**