-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Milestone
Description
WIP
| VariableDFG | VariableCompute | ||
|---|---|---|---|
| ✓ | id::Union{UUID, Nothing} |
id::Union{UUID, Nothing} |
REMOVE |
| ✓ | label::Symbol |
label::Symbol |
label::Symbol |
| ✓ | tags::Vector{Symbol} |
tags::Set{Symbol} |
tags::Set{Symbol} |
| ☐ | timestamp::ZonedDateTime |
timestamp::ZonedDateTime |
timestamp::TimeDateZone |
| ☐ | nstime::String |
nstime::Nanosecond |
REMOVE |
| ✓ | ppes::Vector{MeanMaxPPE} |
ppeDict::Dict{Symbol, AbstractPointParametricEst} |
REMOVE |
| ✓ | blobEntries::Vector{Blobentry} |
dataDict::Dict{Symbol, Blobentry} |
blobentries::Blobentries |
| ✓ | metadata::String |
smallData::Dict{Symbol, MetadataTypes} |
bloblets::Bloblets |
| ✓ | solvable::Int |
solvable::Base.RefValue{Int} |
solvable::Base.RefValue{Int} |
| ✓ | solverData::Vector{PackedState} |
solverDataDict::Dict{Symbol, VariableState{T, P, N}} |
states::States |
| ✓ | variableType::String |
- | type::TypeMetadata |
| ✓ | _version::VersionNumber |
- |
Notes:
- Consolidate
VariableDFGandVariableCompute timestamponly, see Change toVariableDFG.missionnanosecalongside.timestamp#1087smallData->blobletssolverDataDict->statesdataDict->blobentriesnstimedifferent uses:- as 0-999_999 nanosecond part of time stamp now in
timestamp, - as steady timestamp now in
steadytime
- as 0-999_999 nanosecond part of time stamp now in
- see pr for some progress
Metadata
Metadata
Assignees
Labels
No labels