huli il y a 4 ans
Parent
commit
5336b850ae
2 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 1 1
      communication/communication_socket_base.h
  2. 3 1
      test/test_parkspace_sample.cpp

+ 1 - 1
communication/communication_socket_base.h

@@ -29,7 +29,7 @@
 #include "../communication/communication_message.h"
 
 #include "../message/message_base.pb.h"
-#include "../message/measure_message.pb.h"
+//#include "../message/measure_message.pb.h"
 
 
 

+ 3 - 1
test/test_parkspace_sample.cpp

@@ -10,7 +10,7 @@
 
 int main()
 {
-
+	//huli 20210129
 	//20200129test
     google::InitGoogleLogging("parkspace_allocator");
     google::SetStderrLogging(google::INFO);
@@ -29,6 +29,8 @@ int main()
     config.set_db_name("test");
     config.set_db_conn_pool_size(5);
     p_parkspace_allocator->parkspace_allocator_init(4, config);
+
+
     p_parkspace_allocation_communicater->communication_connect("tcp://192.168.2.183:30000");
     p_parkspace_allocation_communicater->communication_bind("tcp://192.168.2.113:30005");
     // p_parkspace_allocation_communicater->communication_bind("tcp://192.168.2.125:7001");