shell handling functions for file-related commands
More...
#include <avr/pgmspace.h>
#include "shell.h"
Go to the source code of this file.
Detailed Description
shell handling functions for file-related commands
Define Documentation
#define SHELL_FS_FUNCTIONS |
Value:&shellfs_mount, \
&shellfs_umount, \
&shellfs_ls, \
&shellfs_cat, \
&shellfs_cat, \
&shellfs_put, \
&shellfs_rm, \
&shellfs_mv, \
&shellfs_mkdir, \
&shellfs_loggpx, \
&shellfs_logopen, \
&shellfs_logclose, \
&shellfs_gpsmode, \
&shellfs_setbaud, \
&shellfs_modoff, \
&shellfs_send, \
&shellfs_pos
Value:SHELLFS_MOUNT, \
SHELLFS_UMOUNT, \
SHELLFS_LS, \
SHELLFS_CAT, \
SHELLFS_GET, \
SHELLFS_PUT, \
SHELLFS_RM, \
SHELLFS_MV, \
SHELLFS_MKDIR, \
SHELLFS_LOGGPX, \
SHELLFS_LOGOPEN, \
SHELLFS_LOGCLOSE, \
SHELLFS_GPSMODE, \
SHELLFS_SETBAUD, \
SHELLFS_MODOFF, \
SHELLFS_SEND, \
SHELLFS_POS
Function Documentation
int record_hlog |
( |
void * |
, |
|
|
uint8_t |
, |
|
|
char * |
, |
|
|
char * |
, |
|
|
const char * |
| |
|
) |
| | |
put waypoint record onto mass storage
- Parameters:
-
| parser | pointer to gps_parser |
| cancel | flag to mark a waypoint as invalid |
| name | descriptive name of this waypoint |
| data | XML string to write w/i <extensions> tags |
| filename | name of the log file to write to |
- Returns:
- error