ev3duder  0.3.0
EV3 Downloader/Uploader
run.c File Reference

runs rbf file via VM facilities More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <hidapi/hidapi.h>
#include "defs.h"
#include "packets.h"
#include "error.h"
#include "funcs.h"
#include "ev3_io.h"

Go to the source code of this file.

Functions

int run (const char *exec, unsigned timeout)
 run rbf file More...
 

Detailed Description

runs rbf file via VM facilities

Author
Ahmad Fatoum

Definition in file run.c.

Function Documentation

int run ( const char *  exec,
unsigned  timeout 
)

run rbf file

run remote .rbf file rem via VM

Parameters
[in]pathpath to file to execute
Return values
erroraccording to enum ERR
See also
http://ev3.fantastic.computer/doxygen/buildinapps.html
mkrbf()

Definition at line 30 of file run.c.