MeteoIODoc  MeteoIODoc-2.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mio::ProcessingProperties Class Reference

#include <ProcessingBlock.h>

Public Types

enum  proc_stage { none, first, second, both }
 

Public Member Functions

 ProcessingProperties ()
 
const std::string toString () const
 

Public Attributes

Duration time_before
 
Duration time_after
 
size_t points_before
 
size_t points_after
 
proc_stage stage
 

Member Enumeration Documentation

Enumerator
none 

never activate this block

first 

activate at first stage

second 

activate at second stage

both 

activate at both first and second stage

Constructor & Destructor Documentation

mio::ProcessingProperties::ProcessingProperties ( )
inline

Member Function Documentation

const std::string mio::ProcessingProperties::toString ( ) const

Member Data Documentation

size_t mio::ProcessingProperties::points_after
size_t mio::ProcessingProperties::points_before
proc_stage mio::ProcessingProperties::stage
Duration mio::ProcessingProperties::time_after
Duration mio::ProcessingProperties::time_before

The documentation for this class was generated from the following files: