Skip to content

Commit

Permalink
make log time and receive time synonyms (#897)
Browse files Browse the repository at this point in the history
### Changelog

clarify that "log time" is the same as "receive time"

### Docs

foxglove/docs#498

### Description

work towards standardizing on "log time" as the default nomenclature
  • Loading branch information
indirectlylit authored Dec 11, 2024
1 parent 52bc82a commit 5efa728
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,12 +598,12 @@ All integer types explicitly specified (uint32, uint64, etc.) in this section ar
- Provides a raw message payload, encoded as specified in the Advertise corresponding to the channel.
- Subscription id must correspond to a Subscribe that was previously sent.

| Bytes | Type | Description |
| --------------- | ------- | ------------------------------- |
| 1 | opcode | 0x01 |
| 4 | uint32 | subscription id |
| 8 | uint64 | receive timestamp (nanoseconds) |
| remaining bytes | uint8[] | message payload |
| Bytes | Type | Description |
| --------------- | ------- | ----------------------------------- |
| 1 | opcode | 0x01 |
| 4 | uint32 | subscription id |
| 8 | uint64 | log/receive timestamp (nanoseconds) |
| remaining bytes | uint8[] | message payload |

### Time

Expand Down

0 comments on commit 5efa728

Please sign in to comment.