MACE  1.0.0
 All Classes Namespaces Files Functions Variables Enumerations Defines
Namespaces | Functions
libs/cmt/include/mace/cmt/asio/udp/socket.hpp File Reference

defines cooperative / synchronous receive_from() and send_to() for boost::asio::ip::udp::socket More...

#include <boost/asio.hpp>

Go to the source code of this file.

Namespaces

namespace  mace::cmt
 All types that are part of the MACE Cooperative Multi-Tasking Library.
namespace  mace::cmt::asio
 defines mace::cmt wrappers for boost::asio functions.

Functions

size_t mace::cmt::asio::udp::receive_from (boost::asio::ip::udp::socket &s, char *data, size_t data_len, boost::asio::ip::udp::endpoint &ep)
size_t mace::cmt::asio::udp::send_to (boost::asio::ip::udp::socket &s, const char *data, size_t data_len, const boost::asio::ip::udp::endpoint &ep)

Detailed Description

Definition in file socket.hpp.