#include <DefaultVariable.h>
Inheritance diagram for SctData::DefaultVariable:
Public Member Functions | |
virtual double | getLinkActualPoint (double logicalPt, const ModuleConfiguration &config, unsigned int link) const throw () |
virtual double | getChipActualPoint (double logicalPt, const ModuleConfiguration &config, unsigned int chip) const throw () |
virtual double | getChannelActualPoint (double logicalPt, const ModuleConfiguration &config, unsigned int channel) const throw () |
virtual double | getLinkLogicalPoint (double actualPt, const ModuleConfiguration &config, unsigned int link) const throw () |
virtual double | getChipLogicalPoint (double actualPt, const ModuleConfiguration &config, unsigned int chip) const throw () |
virtual double | getChannelLogicalPoint (double actualPt, const ModuleConfiguration &config, unsigned int channel) const throw () |
virtual double | getChipActualPoint (const ModuleConfiguration &config, unsigned int chip) const throw () |
Obviously, these can't work for a DefaultVariable. | |
virtual void | setChipActualPoint (double actualPt, ModuleConfiguration &config, unsigned int chip) const throw () |
Static Public Member Functions | |
shared_ptr< ConfigurationVariable > | instance (unsigned int typeRep) |
Get the ConfigurationVariable that corresponds to the given typeRep May not be a ConfigurationVariable. | |
Private Member Functions | |
DefaultVariable (unsigned int typeRep) | |
Only the ConfigurationVariable is allowed to create these as they must be created on the heap. | |
Friends | |
class | ConfigurationVariableIOHelper |
The actual<->logical mapping is therefore actual=logical. It can also be used as an implementation class for variables that have that same mapping.
Definition at line 15 of file DefaultVariable.h.
|
Only the ConfigurationVariable is allowed to create these as they must be created on the heap.
Definition at line 5 of file DefaultVariable.cpp. |
|
Obviously, these can't work for a DefaultVariable.
Implements SctData::ConfigurationVariable. Definition at line 37 of file DefaultVariable.cpp. |
|
Get the ConfigurationVariable that corresponds to the given typeRep May not be a ConfigurationVariable.
Definition at line 7 of file DefaultVariable.cpp. |