class FileItemParser_Clock

Internal utility for parsing Clock data lines. More...

Full nameTSE3::FileItemParser_Clock
Definition#include <FileBlockParser.h>
Template formFileItemParser_Clock<class T>
InheritsTSE3::FileItemParser [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

A TSE3 utility class.

A utility class implementing a specific type of FileItemParser. This class will call a member function with signature void setXXX(Clock) with the numeric value of the data string in a similar manner to FileItemParser_OnOff.

This FileItemParser looks partically identical to the _Number version.

 FileItemParser_Clock (T *obj, fn_t mfun)

FileItemParser_Clock

void  parse (const std::string &data)

parse

Reimplemented from FileItemParser for internal purposes..