|
LRAUV
revA
|
Main. More...
#include "data/Slate.h"#include "supervisor/Supervisor.h"#include "utils/Str.h"#include <stdlib.h>#include <unistd.h>
Functions | |
| int | main (int argc, char **argv) |
| The entry point for the software. More... | |
| bool | run_code (int argc, char **argv) |
Main.
Copyright (c) 2007 MBARI MBARI Proprietary Information. All Rights Reserved
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
The entry point for the software.
Creates a supervisor and runs it.
References Supervisor::ClearArgs(), Supervisor::GetArgc(), Supervisor::GetArgv(), Supervisor::IsRestart(), and run_code().
| bool run_code | ( | int | argc, |
| char ** | argv | ||
| ) |