Documented channel class.

This commit is contained in:
Nicolás Ortega Froysa
2018-09-04 15:59:03 +02:00
parent 04388c04b8
commit 7dc2795f15

View File

@ -26,6 +26,10 @@
namespace neocomm {
/**
* @brief Represents the channel of a given node. Can be used
* to send and receive messages.
*/
class channel {
public:
/**