Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

VehPoseDest Class Reference
[Reconfigurable Interface Example: VehPose]

The VehPoseDest interface example. More...

#include <VehPoseDest.h>

Inheritance diagram for VehPoseDest:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~VehPoseDest ()
 Empty virtual destructor for VehPoseDest.
virtual bool outputPose (utils::Time time, const VehPose &veh_pose)=0
 Outputs the a set of road points tagged with a time.

Static Public Member Functions

static const char * intfName ()
 Get the interface name.
static VehPoseDestcreate (const char *spec, utils::SymbolTable *globals=(0L))
 Create interface from string if not in symbol table already, put in symbol table afterwards under intfName()+Intf.
static VehPoseDestcreate (utils::ConfigFile &params, utils::SymbolTable *globals=(0L))
 Create interface from file if not in symbol table already, put in symbol table afterwards under intfName().
static VehPoseDestinterface (const char *spec, utils::SymbolTable *globals=(0L))
 Create interface from string if not in symbol table already.
static VehPoseDestinterface (utils::ConfigFile &params, utils::SymbolTable *globals=(0L))
 Create interface from params if not in symbol table already.
static VehPoseDestgenerate (const char *spec, utils::SymbolTable *globals=(0L))
 Create interface from string.
static VehPoseDestgenerate (utils::ConfigFile &params, utils::SymbolTable *globals=(0L))
 Create interface from a parameter file.
static VehPoseDestGeneratorgenerator (utils::SymbolTable *globals)
 Get the interface generator.
static VehPoseDestgetIntf (utils::SymbolTable *globals)
 Get the last result of create.
static void clear (utils::SymbolTable *globals)
 Clear the interface out of the symbol table.

Detailed Description

The VehPoseDest interface example.

An abstract interface to output 3D road information through an STL vector of 3D points

Definition at line 23 of file VehPoseDest.h.


Constructor & Destructor Documentation

virtual VehPoseDest::~VehPoseDest  )  [inline, virtual]
 

Empty virtual destructor for VehPoseDest.

For C++ syntax reasons, it is a good idea to explicitly define a virtual destructor, even if empty like this one, to any abstract class like this.

Definition at line 29 of file VehPoseDest.h.


Member Function Documentation

virtual bool VehPoseDest::outputPose utils::Time  time,
const VehPose veh_pose
[pure virtual]
 

Outputs the a set of road points tagged with a time.

Parameters:
[in] time The time at which the road information was collected.
[in] veh_pose The 3D pose of the vehicle at time
Returns:
true if the pose has been outputted successfully.

Implemented in LoggerVehPoseDest, and ShmemVehPoseDest.

Referenced by OutputVehPoseSource::getCurPose(), and OutputVehPoseSource::getPose().


The documentation for this class was generated from the following file:
Generated on Fri Jun 16 13:21:26 2006 for ModUtils by  doxygen 1.4.4