Skip to content

Commit

Permalink
ecal_clang configuration switches added
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Feb 9, 2024
1 parent 8a24430 commit f19af8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/core/src/ecal_clang.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ ECAL_API void log_message(const char* message_)
}


#if ECAL_CORE_PUBLISHER
/****************************************/
/* pub_create */
/****************************************/
Expand Down Expand Up @@ -357,8 +358,10 @@ ECAL_API bool pub_rem_event_callback(ECAL_HANDLE handle_, enum eCAL_Publisher_Ev

return(pub->RemEventCallback(type_));
}
#endif // ECAL_CORE_PUBLISHER


#if ECAL_CORE_SUBSCRIBER
/****************************************/
/* sub_create */
/****************************************/
Expand Down Expand Up @@ -532,8 +535,10 @@ ECAL_API bool sub_rem_event_callback(ECAL_HANDLE handle_, enum eCAL_Subscriber_E

return(sub->RemEventCallback(type_));
}
#endif // ECAL_CORE_SUBSCRIBER


#if ECAL_CORE_SERVICE
/****************************************/
/* server_create */
/****************************************/
Expand Down Expand Up @@ -698,6 +703,7 @@ ECAL_API bool client_call_method_async(ECAL_HANDLE handle_, const char* method_n
/****************************************/
/* client_rem_response_callback */
/****************************************/
#endif // ECAL_CORE_SERVICE


#if ECAL_CORE_MONITORING
Expand Down

0 comments on commit f19af8b

Please sign in to comment.