Documented channel class.
This commit is contained in:
parent
04388c04b8
commit
7dc2795f15
@ -26,6 +26,10 @@
|
|||||||
|
|
||||||
namespace neocomm {
|
namespace neocomm {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Represents the channel of a given node. Can be used
|
||||||
|
* to send and receive messages.
|
||||||
|
*/
|
||||||
class channel {
|
class channel {
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user