#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include "ardusim/Ardusim.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | mapFrame (std::string *name, const char *base_name, int id) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 55 of file general_purpose.cpp.
void mapFrame | ( | std::string * | name, |
const char * | base_name, | ||
int | id | ||
) |
Definition at line 46 of file general_purpose.cpp.