MCU
Loading...
Searching...
No Matches
Functions | Variables
EthParams Namespace Reference

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
 

Function Documentation

◆ default_gateway()

const IPAddress EthParams::default_gateway ( 192  ,
168  ,
,
 
)

◆ default_MCU_ip()

const IPAddress EthParams::default_MCU_ip ( 192  ,
168  ,
,
30   
)

◆ default_netmask()

const IPAddress EthParams::default_netmask ( 255  ,
255  ,
255  ,
 
)

◆ default_TCU_ip()

const IPAddress EthParams::default_TCU_ip ( 192  ,
168  ,
,
69   
)

Variable Documentation

◆ default_buffer_size

const uint16_t EthParams::default_buffer_size = 512

Definition at line 22 of file InterfaceParams.h.

◆ default_MCU_MAC_address

uint8_t EthParams::default_MCU_MAC_address[6]
Initial value:
=
{0x04, 0xe9, 0xe5, 0x10, 0x1f, 0x22}

Definition at line 10 of file InterfaceParams.h.

◆ default_protobuf_recv_port

const uint16_t EthParams::default_protobuf_recv_port = 2000

Definition at line 17 of file InterfaceParams.h.

◆ default_protobuf_send_port

const uint16_t EthParams::default_protobuf_send_port = 2001

Definition at line 16 of file InterfaceParams.h.