#include <L1TUtmAlgorithm.h>
Public Member Functions | |
const std::string & | getExpression () const |
const std::string & | getExpressionInCondition () const |
unsigned int | getIndex () const |
unsigned int | getModuleId () const |
unsigned int | getModuleIndex () const |
const std::string & | getName () const |
const std::vector< std::string > & | getRpnVector () const |
L1TUtmAlgorithm () | |
void | setRpnVector (const std::vector< std::string > &x) |
virtual | ~L1TUtmAlgorithm () |
Protected Attributes | |
std::string | expression_ |
std::string | expression_in_condition_ |
unsigned int | index_ |
unsigned int | module_id_ |
unsigned int | module_index_ |
std::string | name_ |
std::vector< std::string > | rpn_vector_ |
unsigned int | version |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
This class implements data structure for Algorithm
Definition at line 36 of file L1TUtmAlgorithm.h.
|
inline |
Definition at line 40 of file L1TUtmAlgorithm.h.
|
inlinevirtual |
Definition at line 45 of file L1TUtmAlgorithm.h.
|
inline |
get algorithm expression in grammar
Definition at line 54 of file L1TUtmAlgorithm.h.
References expression_.
|
inline |
get algorithm expression in condition
Definition at line 57 of file L1TUtmAlgorithm.h.
References expression_in_condition_.
|
inline |
|
inline |
|
inline |
|
inline |
get algorithm name
Definition at line 51 of file L1TUtmAlgorithm.h.
References name_.
Referenced by plotting.Plot::draw().
|
inline |
get reverse polish notion of algorithm expression in condition
Definition at line 60 of file L1TUtmAlgorithm.h.
References rpn_vector_.
|
private |
|
inline |
|
friend |
Definition at line 80 of file L1TUtmAlgorithm.h.
|
friend |
Definition at line 80 of file L1TUtmAlgorithm.h.
|
protected |
algorithm expression in grammar
Definition at line 73 of file L1TUtmAlgorithm.h.
Referenced by getExpression().
|
protected |
algorithm expression in condition
Definition at line 74 of file L1TUtmAlgorithm.h.
Referenced by getExpressionInCondition().
|
protected |
index of algorithm (global)
Definition at line 76 of file L1TUtmAlgorithm.h.
Referenced by getIndex().
|
protected |
|
protected |
index of algorithm in module (local to module id)
Definition at line 78 of file L1TUtmAlgorithm.h.
|
protected |
|
protected |
reverse polish notation of algorithm expression in condition
Definition at line 75 of file L1TUtmAlgorithm.h.
Referenced by getRpnVector(), and setRpnVector().
|
protected |