blob: c1bc457695af13d8dda699f008c5c49935537e22 [file] [log] [blame]
#ifndef AOS_CRIO_IP_H_
#define AOS_CRIO_IP_H_
#include <inetLib.h>
#include "aos/aos_stdint.h"
namespace aos {
namespace util {
// Retrieves the IP address of this cRIO and stores it in *address.
// Loops infinitely until it succeeds.
in_addr GetOwnIPAddress();
} // namespace util
} // namespace aos
#endif // AOS_CRIO_IP_H_