Ok, found the code you referred to. I had considered putting the changes there before, but figured it would be easier elsewhere.
I'm looking at adding this code to DatabaseBuffers.cpp:
++ case(GroupVariation::Group50Var1):
++ return this->SelectAllUsing<AbsoluteTime>(StaticAbsoluteTimeVariation::Group50Var1);
case(GroupVariation::Group50Var4):
return this->SelectAllUsing<TimeAndInterval>(StaticTimeAndIntervalVariation::Group50Var4);
Problem is, I'll have to create a StaticAbsoluteTimeVariation. In looking at StaticTimeAndIntervalVariation (is this really a Static), I noticed the header has:
// This file is auto-generated. Do not edit manually
Is there a master configuration file somewhere that needs to be changed to create this new StaticAbsoluteTimeVariation class?