blob: c1bc457695af13d8dda699f008c5c49935537e22 [file] [log] [blame]
Brian Silverman66f079a2013-08-26 16:24:30 -07001#ifndef AOS_CRIO_IP_H_
2#define AOS_CRIO_IP_H_
3
4#include <inetLib.h>
5
6#include "aos/aos_stdint.h"
7
8namespace aos {
9namespace util {
10
11// Retrieves the IP address of this cRIO and stores it in *address.
12// Loops infinitely until it succeeds.
13in_addr GetOwnIPAddress();
14
15} // namespace util
16} // namespace aos
17
18#endif // AOS_CRIO_IP_H_