SingingCat
0
application
include
addressing.h
1
#ifndef INCLUDE_ADDRESSING_H
2
#define INCLUDE_ADDRESSING_H 1
3
4
#define SOURCE_WIFI 1
5
#define SOURCE_RADIO 2
6
#define SOURCE_SERIAL 3
7
#define SOURCE_USB 4
8
#define SOURCE_LORA 5
9
#define SOURCE_BLUETOOTH 6
10
11
12
long
adr_create_new_node_id();
13
int
adr_isvalid(
long
l);
14
void
print_node_id(
long
l);
15
void
node_to_str(
long
l,
char
*buf);
16
void
pretty_node_to_str(
long
l,
char
*buf);
17
18
#endif
Generated on Tue May 28 2024 19:13:43 for SingingCat by
1.9.4