LRAUV  revA
Supervisor.h File Reference

Contains the Supervisor class declaration. More...

#include "component/SyncComponent.h"
#include "logger/DecimationLogWriter.h"
#include "logger/Logger.h"
#include "logger/Reporter.h"
#include "module/ModuleLoader.h"
#include "supervisor/CommandLine.h"
#include "supervisor/Maintainer.h"
#include <dirent.h>
Include dependency graph for Supervisor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Supervisor
 The supervisor is the "main" component in the vehicle software. More...
 

Macros

#define DIRENT_CONST   const
 

Typedefs

typedef int(* FileFilterType) (DIRENT_CONST struct dirent *)
 Helper typedef for GetToShoreFilename() and GetLatestLogFilename() More...
 

Detailed Description

Contains the Supervisor class declaration.

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

Macro Definition Documentation

#define DIRENT_CONST   const

Typedef Documentation

typedef int( * FileFilterType) (DIRENT_CONST struct dirent *)

Helper typedef for GetToShoreFilename() and GetLatestLogFilename()