![]() |
Jetson Inference
DNN Vision Library
|
#include <string>Go to the source code of this file.
Macros | |
| #define | INET4_ADDRLEN 4 |
| The size in bytes of an IPv4 address (4 bytes) This is meant to compliment POSIX's INET4_ADDRSTRLEN (16) More... | |
Functions | |
| bool | IPv4AddressFromStr (const char *str, uint32_t *ipAddress) |
| Convert an IPv4 address string in "xxx.xxx.xxx.xxx" format to binary representation. More... | |
| std::string | IPv4AddressToStr (uint32_t ipAddress) |
| Return text string of IPv4 address in "xxx.xxx.xxx.xxx" format. More... | |