MIRA
Classes | Namespaces | Enumerations
FrameworkMessage.h File Reference

Message types exchanged between remote frameworks. More...

#include <boost/asio/buffer.hpp>
#include <platform/Types.h>
Include dependency graph for FrameworkMessage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FrameworkMessageHeader
 Data that is sent as header in each message between remote frameworks. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Enumerations

enum  FrameworkMessageType {
  CONNECT_MSG = 1, SERVER_AUTH_MSG, CLIENT_AUTH_MSG, CONNECT_ACCEPT_MSG,
  CONNECT_DENIED_MSG, PTP_SYNC_MSG, PTP_FOLLOW_UP_MSG, PTP_DELAY_REQUEST_MSG,
  PTP_DELAY_RESPONSE_MSG, PTP_FINISH_MSG, PUBLISH_CHANNEL_MSG, UNPUBLISH_CHANNEL_MSG,
  PUBLISH_SERVICE_MSG, UNPUBLISH_SERVICE_MSG, PUBLISH_AUTHORITY_MSG, UNPUBLISH_AUTHORITY_MSG,
  SUBSCRIBE_CHANNEL_MSG, UNSUBSCRIBE_CHANNEL_MSG, WRITE_CHANNEL_MSG, RPC_REQUEST_MSG,
  RPC_RESPONSE_MSG, REQUEST_MIGRATION_MSG, MIGRATION_MSG, MIGRATION_SINK_SUCCESS_MSG,
  MIGRATION_SINK_FAILURE_MSG, MIGRATION_FINISHED_MSG, TYPE_METADB_MSG, CHANNEL_META_MSG,
  PING_MSG, MAX_MSG_COUNT
}
 Remote framework message types. More...
 

Detailed Description

Message types exchanged between remote frameworks.

Author
Tim Langner
Date
2010/09/13