Interface to Allows conversion from one reading type to another. More...
#include <Reading.h>
Public Member Functions | |
virtual Reading * | Convert (Reading *in)=0 |
virtual ReadingType_t | TypeIn ()=0 |
virtual ReadingType_t | TypeOut ()=0 |
Static Public Member Functions | |
static ReadingConverter * | ReadingConverterFactory (std::string name) |
Interface to Allows conversion from one reading type to another.
****************************************************************
virtual Reading* cop::ReadingConverter::Convert | ( | Reading * | in | ) | [pure virtual] |
ReadingConverter * ReadingConverter::ReadingConverterFactory | ( | std::string | name | ) | [static] |
Definition at line 99 of file Reading.cpp.
virtual ReadingType_t cop::ReadingConverter::TypeIn | ( | ) | [pure virtual] |
virtual ReadingType_t cop::ReadingConverter::TypeOut | ( | ) | [pure virtual] |