Skip to content

Commit

Permalink
Explicit Scope for Captures Fields
Browse files Browse the repository at this point in the history
Per discussion in sigmf#124 this makes the scope of captures fields
explicitly defined.

Signed-off-by: Jacob Gilbert <[email protected]>
  • Loading branch information
Jacob Gilbert committed May 27, 2021
1 parent a4f1c65 commit 8eeff93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sigmf-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,9 @@ Capture segment objects are composed of name/value pairs.

Each capture segment object must contain a `core:sample_start` name/value pair,
which indicates the first index at which the rest of the segment's name/value
pairs apply.
pairs apply. The fields that are described within a `captures` segment are
scoped to that segment only and must be declared again if they are valid in
subsequent segments.

The following names are specified in the `core` namespace and should be used in
capture segment objects:
Expand Down

0 comments on commit 8eeff93

Please sign in to comment.