| | |
| | | |
| | | typedef boost::uuids::uuid MQId; |
| | | |
| | | const MQId &BHTopicBus(); |
| | | const MQId &BHTopicReqRepCenter(); |
| | | const MQId &BHUniCenter(); |
| | | const MQId &BHTopicBusAddress(); |
| | | const MQId &BHTopicCenterAddress(); |
| | | const MQId &BHUniCenterAddress(); |
| | | |
| | | const int kBHCenterPort = 24287; |
| | | const char kTopicSep = '.'; |
| | |
| | | |
| | | bhome_shm::SharedMemory &BHomeShm(); |
| | | typedef std::string Topic; |
| | | |
| | | void SetLastError(const int ec, const std::string &msg); |
| | | void GetLastError(int &ec, std::string &msg); |
| | | //TODO center can check shm for previous crash. |
| | | |
| | | #endif // end of include guard: DEFS_KP8LKGD0 |