|
MCU
|
Functions | |
| const IPAddress | default_MCU_ip (192, 168, 1, 30) |
| const IPAddress | default_TCU_ip (192, 168, 1, 69) |
| const IPAddress | default_netmask (255, 255, 255, 0) |
| const IPAddress | default_gateway (192, 168, 0, 1) |
Variables | |
| uint8_t | default_MCU_MAC_address [6] |
| const uint16_t | default_protobuf_send_port = 2001 |
| const uint16_t | default_protobuf_recv_port = 2000 |
| const uint16_t | default_buffer_size = 512 |
| const IPAddress EthParams::default_gateway | ( | 192 | , |
| 168 | , | ||
| 0 | , | ||
| 1 | |||
| ) |
| const IPAddress EthParams::default_MCU_ip | ( | 192 | , |
| 168 | , | ||
| 1 | , | ||
| 30 | |||
| ) |
| const IPAddress EthParams::default_netmask | ( | 255 | , |
| 255 | , | ||
| 255 | , | ||
| 0 | |||
| ) |
| const IPAddress EthParams::default_TCU_ip | ( | 192 | , |
| 168 | , | ||
| 1 | , | ||
| 69 | |||
| ) |
| const uint16_t EthParams::default_buffer_size = 512 |
Definition at line 22 of file InterfaceParams.h.
| uint8_t EthParams::default_MCU_MAC_address[6] |
Definition at line 10 of file InterfaceParams.h.
| const uint16_t EthParams::default_protobuf_recv_port = 2000 |
Definition at line 17 of file InterfaceParams.h.
| const uint16_t EthParams::default_protobuf_send_port = 2001 |
Definition at line 16 of file InterfaceParams.h.