ZIO
Python and C++ interface to ZeroMQ and Zyre
|
#include "zio/message.hpp"
Go to the source code of this file.
Namespaces | |
zio | |
implementation of ZIO data flow protocol endpoints | |
zio::tens | |
Functions | |
const char * | zio::tens::type_name (const std::type_info &t) |
template<typename Type > | |
const char * | zio::tens::dtype () |
void | zio::tens::append (Message &msg, message_t &&data, const std::vector< size_t > &shape, size_t word_size, const char *tn) |
template<typename ElementType > | |
void | zio::tens::append (Message &msg, const ElementType *data, const std::vector< size_t > &shape) |
const zio::message_t & | zio::tens::at (const Message &msg, size_t index) |
Variables | |
const char * | zio::tens::form = "TENS" |