Go to the documentation of this file.
18 #ifndef IGN_TRANSPORT_HELPERS_HH_
19 #define IGN_TRANSPORT_HELPERS_HH_
27 #include "ignition/transport/Export.hh"
45 #define ign_strcat strcat_s
46 #define ign_strcpy strcpy_s
47 #define ign_sprintf sprintf_s
48 #define ign_strdup _strdup
50 #define ign_strcat std::strcat
51 #define ign_strcpy std::strcpy
52 #define ign_sprintf std::sprintf
53 #define ign_strdup strdup
Definition: AdvertiseOptions.hh:28
static const uint64_t kUnthrottled
Constant used when not interested in throttling.
Definition: Helpers.hh:34
bool env(const std::string &_name, std::string &_value)
Find the environment variable '_name' and return its value.