Rev 4695 | Rev 4723 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4695 | Rev 4704 | ||
---|---|---|---|
Line 42... | Line 42... | ||
42 | 42 | ||
43 | #include "../structures/measured_strings.h" |
43 | #include "../structures/measured_strings.h" |
44 | 44 | ||
45 | #include "device.h" |
45 | #include "device.h" |
46 | 46 | ||
- | 47 | /** @name ARP module interface |
|
- | 48 | * This interface is used by other modules. |
|
- | 49 | */ |
|
- | 50 | /*@{*/ |
|
- | 51 | ||
47 | /** Registers the new device and the requesting protocol service. |
52 | /** Registers the new device and the requesting protocol service. |
48 | * Determines the device broadcast address, its address lengths and packet size. |
53 | * Determines the device broadcast address, its address lengths and packet size. |
49 | * @param arp_phone The ARP module phone used for (semi)remote calls. Input parameter. |
54 | * @param arp_phone The ARP module phone used for (semi)remote calls. Input parameter. |
50 | * @param device_id The new device identifier. Input parameter. |
55 | * @param device_id The new device identifier. Input parameter. |
51 | * @param protocol The requesting protocol service. Input parameter. |
56 | * @param protocol The requesting protocol service. Input parameter. |
Line 113... | Line 118... | ||
113 | * @returns The current task identifier if called by the bundle module. |
118 | * @returns The current task identifier if called by the bundle module. |
114 | * @returns 0 if called by the remote module. |
119 | * @returns 0 if called by the remote module. |
115 | */ |
120 | */ |
116 | task_id_t arp_task_get_id( void ); |
121 | task_id_t arp_task_get_id( void ); |
117 | 122 | ||
- | 123 | /*@}*/ |
|
- | 124 | ||
118 | #endif |
125 | #endif |
119 | 126 | ||
120 | /** @} |
127 | /** @} |
121 | */ |
128 | */ |