PhotonVision C++
dev-v2025.0.0-beta-8-2-gbd1c5c03
Loading...
Searching...
No Matches
PhotonPipelineMetadataStruct.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) Photon Vision.
3
*
4
* This program is free software: you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation, either version 3 of the License, or
7
* (at your option) any later version.
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program. If not, see <https://www.gnu.org/licenses/>.
16
*/
17
18
#pragma once
19
20
// THIS FILE WAS AUTO-GENERATED BY ./photon-serde/generate_messages.py. DO NOT MODIFY
21
22
// Includes for dependant types
23
#include <stdint.h>
24
25
26
namespace
photon
{
27
28
struct
PhotonPipelineMetadata_PhotonStruct
{
29
int64_t
sequenceID
;
30
int64_t
captureTimestampMicros
;
31
int64_t
publishTimestampMicros
;
32
int64_t
timeSinceLastPong
;
33
34
friend
bool
operator==
(
PhotonPipelineMetadata_PhotonStruct
const
&,
PhotonPipelineMetadata_PhotonStruct
const
&) =
default
;
35
};
36
37
}
// namespace photon
photon
Definition
VisionEstimation.h:32
photon::PhotonPipelineMetadata_PhotonStruct
Definition
PhotonPipelineMetadataStruct.h:28
photon::PhotonPipelineMetadata_PhotonStruct::sequenceID
int64_t sequenceID
Definition
PhotonPipelineMetadataStruct.h:29
photon::PhotonPipelineMetadata_PhotonStruct::operator==
friend bool operator==(PhotonPipelineMetadata_PhotonStruct const &, PhotonPipelineMetadata_PhotonStruct const &)=default
photon::PhotonPipelineMetadata_PhotonStruct::captureTimestampMicros
int64_t captureTimestampMicros
Definition
PhotonPipelineMetadataStruct.h:30
photon::PhotonPipelineMetadata_PhotonStruct::publishTimestampMicros
int64_t publishTimestampMicros
Definition
PhotonPipelineMetadataStruct.h:31
photon::PhotonPipelineMetadata_PhotonStruct::timeSinceLastPong
int64_t timeSinceLastPong
Definition
PhotonPipelineMetadataStruct.h:32
generated
main
native
include
photon
struct
PhotonPipelineMetadataStruct.h
Generated by
1.12.0