13#include "crabmeat-common.h"
14#include "string/cbm_string.h"
15#include "comm/cbm_comm.h"
21 kcomm_t() : msgbrk_id( invalid_lid) {}
23 char const * _path, lid_t
const & _id)
24 : msgbrk_id( invalid_lid)
27 uri_t( uri_t::make_uri( _path, _id));
31 this->deregister_message_handler();
38 cbm::string_t uri()
const {
return this->m_uri.uri(); }
40 lerr_t register_message_handler(
41 message_handler_function_t ,
void * );
42 void deregister_message_handler();
43 lerr_t send_message( msg_t *, reply_t * = NULL);
44 lerr_t bcast_message( msg_t *,
int * );
The "Service Registry" holds information about available services (e.g., models, readers,...
Definition Lresources.h:51