code::SSAPScitDataTableRUFormatter Class Reference

List of all members.

Detailed Description

This class acts to take data from ssap in the form of buffers (created from NX files) and construct a ScitDataTable.

Author:
: Jason Lynn
Version:
:
Id
code_SSAPScitDataTableRUFormatter.h,v 1.4 2009/06/02 20:17:54 lakshman Exp


Public Member Functions

 SSAPScitDataTableRUFormatter ()
 Initialize whatever needs initializing.
virtual SmartPtr< DataType > createDataObject (const std::vector< Buffer > &) const
 Build a ScitDataTable from a vector of buffers and return a DataType pointer to it.
virtual void getBuffersToBuild (std::vector< std::string > &) const
 Fill a vector of strings; list the buffers this Formatter needs to construct the data object.
virtual ~SSAPScitDataTableRUFormatter ()
 Reproduce responsibly.
Buffer createBuffer (const DataType &) const
 Only because I have to.

Static Public Member Functions

static void introduceSelf ()
 Introduce SSAPScitDataTableRUFormatter to the entire system.


Constructor & Destructor Documentation

code::SSAPScitDataTableRUFormatter::SSAPScitDataTableRUFormatter (  ) 

Initialize whatever needs initializing.

virtual code::SSAPScitDataTableRUFormatter::~SSAPScitDataTableRUFormatter (  )  [inline, virtual]

Reproduce responsibly.


Member Function Documentation

Buffer code::SSAPScitDataTableRUFormatter::createBuffer ( const DataType &   )  const

Only because I have to.

virtual SmartPtr< DataType > code::SSAPScitDataTableRUFormatter::createDataObject ( const std::vector< Buffer > &   )  const [virtual]

Build a ScitDataTable from a vector of buffers and return a DataType pointer to it.

This function is inherited from Formatter.

Parameters:
vector of bufs vector of buffers containing imageheader and scit table information.
Returns:
smart pointer to DataType

virtual void code::SSAPScitDataTableRUFormatter::getBuffersToBuild ( std::vector< std::string > &   )  const [virtual]

Fill a vector of strings; list the buffers this Formatter needs to construct the data object.

For example, the ScitDataTableFormatter needs the buffers corresponding to the image header and the scit table file.

static void code::SSAPScitDataTableRUFormatter::introduceSelf (  )  [static]

Introduce SSAPScitDataTableRUFormatter to the entire system.

IMPORTANT: The SSAPScitDataTableRUFormatter introduces itself using TypeName::ScitTable, so that it may be chosen based on the use of the ScitTable product from ssap. After the Scit DataTable object is made, it will be used to write out a XML file corresponding to itself. Then, the Index will be notified that the latest Scit DataHistory is ready to be constructed, since the DataHistoryFormatter knows to grab all ScitDataTables from the last hour. The Index is also notified that the latest ScitDataTable is available, for algs who want the latest table only. (So, intro as ScitTable, notify as Scit DataHistory -> crazy but useful).


Generated on Fri May 4 13:40:22 2012 for WDSS-IIw2algs by  doxygen 1.4.7