![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
#include "cli_cmds.h"
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include "clock_utils.h"
#include "logging.h"
#include "profiles.h"
#include "ptp_core.h"
#include "ptp_profile_presets.h"
#include "ptp_types.h"
#include "settings_interface.h"
#include "minmax.h"
Go to the source code of this file.
Functions | |
void | ptp_register_cli_commands () |
void | ptp_remove_cli_commands () |
void ptp_register_cli_commands | ( | ) |
Register flexPTP CLI commands. CLI_REG_CMD must be defined and operational to make this work.
Definition at line 358 of file cli_cmds.c.
void ptp_remove_cli_commands | ( | ) |
Remove flexPTP CLI commands.
Definition at line 385 of file cli_cmds.c.