LRAUV  revA
main.cpp File Reference

Main. More...

#include "data/Slate.h"
#include "supervisor/Supervisor.h"
#include "utils/Str.h"
#include <stdlib.h>
#include <unistd.h>
Include dependency graph for main.cpp:

Functions

int main (int argc, char **argv)
 The entry point for the software. More...
 
bool run_code (int argc, char **argv)
 

Detailed Description

Main.

Copyright (c) 2007 MBARI MBARI Proprietary Information. All Rights Reserved

Function Documentation

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().