1 #ifndef CHANNEL_INCLUDED
2 #define CHANNEL_INCLUDED
29 static std::vector<container_type>
m_buf;
64 void set_thread(
int,
const std::valarray<int>&,
65 const std::valarray<int>&,
const std::valarray<int>&);
std::valarray< bgnet_IDs > m_bgnet_ids_thread
std::valarray< element_type > container_type
static const int max_dimension
void set_thread(int, const std::valarray< int > &, const std::valarray< int > &, const std::valarray< int > &)
const element_type * ptr(int offset)
static void increment_channel_set_id()
To be called before defining new set of channels for a operator.
Channel class for asynchronous communication.
element_type & operator[](unsigned int idx)
static std::vector< container_type > m_buf
const element_type * ptr()
static int m_set_id
identifies set of channels.
Implementation of Communicator with BGNET library.