Goby3 3.2.3
2025.05.13
|
#include <goby/middleware/protobuf/gpsd.pb.h>
Public Types | |
enum | : int { kSatelliteFieldNumber = 12 , kDeviceFieldNumber = 1 , kTimeFieldNumber = 2 , kGdopFieldNumber = 3 , kHdopFieldNumber = 4 , kPdopFieldNumber = 5 , kTdopFieldNumber = 6 , kVdopFieldNumber = 7 , kXdopFieldNumber = 8 , kYdopFieldNumber = 9 , kNsatFieldNumber = 10 , kUsatFieldNumber = 11 } |
typedef boost::units::time_dimension | time_dimension |
typedef boost::units::unit< time_dimension, boost::units::si::system > | time_unit |
Public Member Functions | |
SkyView () | |
~SkyView () override | |
PROTOBUF_CONSTEXPR | SkyView (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
SkyView (const SkyView &from) | |
SkyView (SkyView &&from) noexcept | |
SkyView & | operator= (const SkyView &from) |
SkyView & | operator= (SkyView &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (SkyView *other) |
void | UnsafeArenaSwap (SkyView *other) |
SkyView * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const SkyView &from) |
void | MergeFrom (const SkyView &from) |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
int | satellite_size () const |
void | clear_satellite () |
::goby::middleware::protobuf::gpsd::Satellite * | mutable_satellite (int index) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::middleware::protobuf::gpsd::Satellite > * | mutable_satellite () |
const ::goby::middleware::protobuf::gpsd::Satellite & | satellite (int index) const |
::goby::middleware::protobuf::gpsd::Satellite * | add_satellite () |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::middleware::protobuf::gpsd::Satellite > & | satellite () const |
bool | has_device () const |
void | clear_device () |
const std::string & | device () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_device (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_device () |
PROTOBUF_NODISCARD std::string * | release_device () |
void | set_allocated_device (std::string *device) |
bool | has_time () const |
void | clear_time () |
double | time () const |
void | set_time (double value) |
bool | has_gdop () const |
void | clear_gdop () |
double | gdop () const |
void | set_gdop (double value) |
bool | has_hdop () const |
void | clear_hdop () |
double | hdop () const |
void | set_hdop (double value) |
bool | has_pdop () const |
void | clear_pdop () |
double | pdop () const |
void | set_pdop (double value) |
bool | has_tdop () const |
void | clear_tdop () |
double | tdop () const |
void | set_tdop (double value) |
bool | has_vdop () const |
void | clear_vdop () |
double | vdop () const |
void | set_vdop (double value) |
bool | has_xdop () const |
void | clear_xdop () |
double | xdop () const |
void | set_xdop (double value) |
bool | has_ydop () const |
void | clear_ydop () |
double | ydop () const |
void | set_ydop (double value) |
bool | has_nsat () const |
void | clear_nsat () |
double | nsat () const |
void | set_nsat (double value) |
bool | has_usat () const |
void | clear_usat () |
double | usat () const |
void | set_usat (double value) |
template<typename Quantity > | |
void | set_time_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | time_with_units () const |
boost::units::quantity< time_unit, double > | time_with_units () const |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_device (ArgT0 &&arg0, ArgT... args) |
Static Public Member Functions | |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const SkyView & | default_instance () |
static const SkyView * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
SkyView (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Friends | |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
struct | ::TableStruct_goby_2fmiddleware_2fprotobuf_2fgpsd_2eproto |
void | swap (SkyView &a, SkyView &b) |
typedef boost::units::time_dimension goby::middleware::protobuf::gpsd::SkyView::time_dimension |
typedef boost::units::unit<time_dimension,boost::units::si::system> goby::middleware::protobuf::gpsd::SkyView::time_unit |
anonymous enum : int |
|
inline |
|
override |
|
explicit |
goby::middleware::protobuf::gpsd::SkyView::SkyView | ( | const SkyView & | from | ) |
|
inlinenoexcept |
|
explicitprotected |
|
final |
|
final |
|
inline |
|
final |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void goby::middleware::protobuf::gpsd::SkyView::CopyFrom | ( | const SkyView & | from | ) |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inlinefinal |
|
final |
|
inlinestatic |
|
final |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinefinal |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void goby::middleware::protobuf::gpsd::SkyView::set_device | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
static |
|
staticconstexpr |