Skip to content

Commit

Permalink
NTTable helper actually claim to be NTTable...
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Sep 6, 2023
1 parent e9ecf7e commit 9a50df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ TypeDef NTTable::build() const
columns.emplace_back(col.code, col.name);
}

TypeDef def(TypeCode::Struct, "", {
TypeDef def(TypeCode::Struct, "epics:nt/NTTable:1.0", {
members::StringA("labels"),
members::Struct("value", columns),
members::String("descriptor"), // ???
Expand Down

0 comments on commit 9a50df3

Please sign in to comment.