Power related commands.
More...
#include <cli_power.h>
|
static BaseType_t | enter_cli (char *pcWriteBuffer, size_t xWriteBufferLen, const char *pcCommandString) |
| Command-line interface command for working with the power buses. More...
|
|
|
static const std::string | cmd = "pwr" |
| Power related commands in the CLI begin with "pwr". More...
|
|
◆ enter_cli()
BaseType_t CLIPower::enter_cli |
( |
char * |
pcWriteBuffer, |
|
|
size_t |
xWriteBufferLen, |
|
|
const char * |
pcCommandString |
|
) |
| |
|
static |
Command-line interface command for working with the power buses.
- Note
- Intervals are specified in seconds.
- Parameters
-
pcWriteBuffer | The buffer to write the command's output to. |
xWriteBufferLen | The length of the write buffer. |
pcCommandString | The command string to be parsed. |
- Returns
- pdTRUE if there are more responses to come, pdFALSE if this is the final response.
◆ cmd
const std::string CLIPower::cmd = "pwr" |
|
inlinestatic |
Power related commands in the CLI begin with "pwr".
The documentation for this class was generated from the following files: