Skip to content

Commit

Permalink
Fix Date, DateTime and MonthDay (in the future they will be generated…
Browse files Browse the repository at this point in the history
… as string like classes)

Signed-off-by: Thomas Günther <tom@toms-cafe.de>
  • Loading branch information
tom-hg57 committed Nov 18, 2024
1 parent 636db8e commit 43c06f8
Show file tree
Hide file tree
Showing 17 changed files with 217 additions and 338 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ Doxyfile
.idea
cmake-build*

# vscode development
.vscode

*.swp

.cache
.cache
2 changes: 0 additions & 2 deletions CGMES_2.4.15_16FEB2016/CIMClassList.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ static std::list<BaseClassDefiner> CIMClassList = {
DCTerminal::declare(),
DCTopologicalIsland::declare(),
DCTopologicalNode::declare(),
DateTime::declare(),
DayType::declare(),
Decimal::declare(),
Diagram::declare(),
Expand Down Expand Up @@ -242,7 +241,6 @@ static std::list<BaseClassDefiner> CIMClassList = {
MechanicalLoadDynamics::declare(),
MechanicalLoadUserDefined::declare(),
Money::declare(),
MonthDay::declare(),
MutualCoupling::declare(),
NonConformLoad::declare(),
NonConformLoadGroup::declare(),
Expand Down
39 changes: 0 additions & 39 deletions CGMES_2.4.15_16FEB2016/DateTime.cpp

This file was deleted.

38 changes: 0 additions & 38 deletions CGMES_2.4.15_16FEB2016/DateTime.hpp

This file was deleted.

39 changes: 0 additions & 39 deletions CGMES_2.4.15_16FEB2016/MonthDay.cpp

This file was deleted.

38 changes: 0 additions & 38 deletions CGMES_2.4.15_16FEB2016/MonthDay.hpp

This file was deleted.

2 changes: 0 additions & 2 deletions CGMES_2.4.15_27JAN2020/CIMClassList.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ static std::list<BaseClassDefiner> CIMClassList = {
DCTerminal::declare(),
DCTopologicalIsland::declare(),
DCTopologicalNode::declare(),
DateTime::declare(),
DayType::declare(),
Decimal::declare(),
Diagram::declare(),
Expand Down Expand Up @@ -242,7 +241,6 @@ static std::list<BaseClassDefiner> CIMClassList = {
MechanicalLoadDynamics::declare(),
MechanicalLoadUserDefined::declare(),
Money::declare(),
MonthDay::declare(),
MutualCoupling::declare(),
NonConformLoad::declare(),
NonConformLoadGroup::declare(),
Expand Down
39 changes: 0 additions & 39 deletions CGMES_2.4.15_27JAN2020/DateTime.cpp

This file was deleted.

38 changes: 0 additions & 38 deletions CGMES_2.4.15_27JAN2020/DateTime.hpp

This file was deleted.

39 changes: 0 additions & 39 deletions CGMES_2.4.15_27JAN2020/MonthDay.cpp

This file was deleted.

38 changes: 0 additions & 38 deletions CGMES_2.4.15_27JAN2020/MonthDay.hpp

This file was deleted.

Loading

0 comments on commit 43c06f8

Please sign in to comment.