HiveMind
Functions
SettingsContainer Namespace Reference

Functions

uint16_t getUUID ()
 Returns the UUID of the board. More...
 
uint32_t getHostPort ()
 Returns the TCP port on which the host has opened a port. More...
 
uint8_t getHostIP (char *buf, uint8_t length)
 Copies the host IP address into the given buffer. More...
 
LogLevel getLogLevel ()
 Get the log level of the application. More...
 
uint16_t getBBZVMStepDelayMs ()
 Get the delay between each steps of the vm. More...
 

Function Documentation

◆ getBBZVMStepDelayMs()

uint16_t SettingsContainer::getBBZVMStepDelayMs ( )

Get the delay between each steps of the vm.

Returns
the delay between each steps of the vm in ms
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getHostIP()

uint8_t SettingsContainer::getHostIP ( char *  buf,
uint8_t  length 
)

Copies the host IP address into the given buffer.

Parameters
bufBuffer in which to copy the IP
lengthLength of the buffer in bytes
Returns
number of bytes written or 0 if there was an error
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getHostPort()

uint32_t SettingsContainer::getHostPort ( )

Returns the TCP port on which the host has opened a port.

Returns
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getLogLevel()

LogLevel SettingsContainer::getLogLevel ( )

Get the log level of the application.

Returns
the log level
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getUUID()

uint16_t SettingsContainer::getUUID ( )

Returns the UUID of the board.

Returns
Here is the call graph for this function:
Here is the caller graph for this function: