00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef _def_h_DEFINED
00018 #define _def_h_DEFINED
00019
00020
00021
00022
00023 const char* const objectName = "TelepatiUdp";
00024
00025
00026
00027
00028 const int numOfSubject = 1;
00029 const int numOfObserver = 1;
00030
00031
00032
00033
00034 const char* const subjectService[numOfSubject] =
00035 {
00036 "TelepatiUdp.ReceiveMsg.byte.S"
00037 };
00038
00039 const char* const observerService[numOfObserver] =
00040 {
00041 "TelepatiUdp.SendMsg.byte.O"
00042 };
00043
00044
00045
00046
00047 const int sbjReceiveMsg = 0;
00048
00049
00050
00051
00052 const int obsSendMsg = 0;
00053
00054
00055 #endif // _def_h_DEFINED