YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
main.cpp File Reference
#include <vector>
#include <cstdio>
#include <cmath>
#include <mutex>
#include <iostream>
#include <fstream>
#include <yarp/os/Log.h>
#include <yarp/os/LogStream.h>
#include "generator.h"
+ Include dependency graph for main.cpp:

Go to the source code of this file.

Macros

#define RETURN_CODE_ERROR   1
 
#define RETURN_CODE_OK   0
 

Functions

void print_help ()
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ RETURN_CODE_ERROR

#define RETURN_CODE_ERROR   1

Definition at line 20 of file main.cpp.

◆ RETURN_CODE_OK

#define RETURN_CODE_OK   0

Definition at line 21 of file main.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 59 of file main.cpp.

◆ print_help()

void print_help ( )

Definition at line 51 of file main.cpp.