CTS-SAT-1-OBC-Firmware
Toggle main menu visibility
Loading...
Searching...
No Matches
firmware
Core
Inc
telecommands
lfs_search_telecommand_defs.h
Go to the documentation of this file.
1
#ifndef INCLUDE_GUARD__LFS_SEARCH_TELECOMMAND_DEFS
2
#define INCLUDE_GUARD__LFS_SEARCH_TELECOMMAND_DEFS
3
4
5
#include <stdint.h>
6
7
uint8_t
TCMDEXEC_fs_count_str_occurrences
(
8
const
char
*args_str,
9
char
*response_output_buf,
10
uint16_t response_output_buf_len
11
);
12
13
uint8_t
TCMDEXEC_fs_find_nth_str_occurrence
(
14
const
char
*args_str,
15
char
*response_output_buf,
16
uint16_t response_output_buf_len
17
);
18
19
uint8_t
TCMDEXEC_fs_count_hex_occurrences
(
20
const
char
*args_str,
21
char
*response_output_buf,
22
uint16_t response_output_buf_len
23
);
24
25
uint8_t
TCMDEXEC_fs_find_nth_hex_occurrence
(
26
const
char
*args_str,
27
char
*response_output_buf,
28
uint16_t response_output_buf_len
29
);
30
31
32
#endif
// INCLUDE_GUARD__LFS_SEARCH_TELECOMMAND_DEFS
TCMDEXEC_fs_find_nth_hex_occurrence
uint8_t TCMDEXEC_fs_find_nth_hex_occurrence(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Find Nth hex byte sequence occurrence in a file.
Definition
lfs_search_telecommand_defs.c:172
TCMDEXEC_fs_count_str_occurrences
uint8_t TCMDEXEC_fs_count_str_occurrences(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Count string occurrences in a file.
Definition
lfs_search_telecommand_defs.c:14
TCMDEXEC_fs_find_nth_str_occurrence
uint8_t TCMDEXEC_fs_find_nth_str_occurrence(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Find Nth string occurrence in a file.
Definition
lfs_search_telecommand_defs.c:61
TCMDEXEC_fs_count_hex_occurrences
uint8_t TCMDEXEC_fs_count_hex_occurrences(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Count hex byte sequence occurrences in a file.
Definition
lfs_search_telecommand_defs.c:124
Generated by
1.17.0