Trident IoT SDK
 
Loading...
Searching...
No Matches
tr_cli_buffer.h File Reference

code for buffering bytes to be sent to the CLI utility More...

#include <stdint.h>
+ Include dependency graph for tr_cli_buffer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  tr_cli_buffer_stats_t
 

Functions

void tr_cli_buffer_init (void)
 
void tr_cli_buffer_byte (uint8_t new_input_char)
 
void tr_cli_buffer_process_bytes (void)
 
void tr_cli_buffer_clear_stats (void)
 
tr_cli_buffer_stats_t tr_cli_buffer_get_stats (void)
 

Detailed Description

code for buffering bytes to be sent to the CLI utility


SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com


Function Documentation

◆ tr_cli_buffer_byte()

void tr_cli_buffer_byte ( uint8_t new_input_char)

◆ tr_cli_buffer_clear_stats()

void tr_cli_buffer_clear_stats ( void )

◆ tr_cli_buffer_get_stats()

tr_cli_buffer_stats_t tr_cli_buffer_get_stats ( void )

◆ tr_cli_buffer_init()

void tr_cli_buffer_init ( void )

FUNCTIONS


◆ tr_cli_buffer_process_bytes()

void tr_cli_buffer_process_bytes ( void )