ev3duder
0.3.0
EV3 Downloader/Uploader
|
call ev3 shell via rbf file More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "defs.h"
#include "error.h"
#include "funcs.h"
Go to the source code of this file.
Functions | |
size_t | mkrbf (char **buf, const char *cmd) |
Offline functionality. Generates bytecode for executing a binary executable. More... | |
call ev3 shell via rbf file
Definition in file mkrbf.c.
size_t mkrbf | ( | char ** | buf, |
const char * | cmd | ||
) |
Offline functionality. Generates bytecode for executing a binary executable.
fill *buf
with a rbf file executing cmd
[out] | buf | buffer with the bytecode |
[in] | cmd | the command to be executed |
bytes_written | buffer size |