Goby3
3.1.5a
2024.05.23
|
#include <goby/middleware/frontseat/waveglider/waveglider_sv2_frontseat_driver.pb.h>
Public Types | |
enum | DCCLParameters { DCCL_ID = 8258049, DCCL_MAX_BYTES = 557 } |
Public Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
SV2ReplyStatus () | |
virtual | ~SV2ReplyStatus () |
SV2ReplyStatus (const SV2ReplyStatus &from) | |
SV2ReplyStatus & | operator= (const SV2ReplyStatus &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (SV2ReplyStatus *other) |
SV2ReplyStatus * | New () const final |
SV2ReplyStatus * | New (::google::protobuf::Arena *arena) const final |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const SV2ReplyStatus &from) |
void | MergeFrom (const SV2ReplyStatus &from) |
void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
int | GetCachedSize () const final |
::google::protobuf::Metadata | GetMetadata () const final |
bool | has_header () const |
void | clear_header () |
const ::goby::middleware::frontseat::protobuf::SV2Header & | header () const |
::goby::middleware::frontseat::protobuf::SV2Header * | release_header () |
::goby::middleware::frontseat::protobuf::SV2Header * | mutable_header () |
void | set_allocated_header (::goby::middleware::frontseat::protobuf::SV2Header *header) |
bool | has_footer () const |
void | clear_footer () |
const ::goby::middleware::frontseat::protobuf::SV2Footer & | footer () const |
::goby::middleware::frontseat::protobuf::SV2Footer * | release_footer () |
::goby::middleware::frontseat::protobuf::SV2Footer * | mutable_footer () |
void | set_allocated_footer (::goby::middleware::frontseat::protobuf::SV2Footer *footer) |
bool | has_original_msg_type () const |
void | clear_original_msg_type () |
::google::protobuf::uint32 | original_msg_type () const |
void | set_original_msg_type (::google::protobuf::uint32 value) |
bool | has_number_of_devices_responding () const |
void | clear_number_of_devices_responding () |
::google::protobuf::uint32 | number_of_devices_responding () const |
void | set_number_of_devices_responding (::google::protobuf::uint32 value) |
bool | has_number_of_devices_in_message () const |
void | clear_number_of_devices_in_message () |
::google::protobuf::uint32 | number_of_devices_in_message () const |
void | set_number_of_devices_in_message (::google::protobuf::uint32 value) |
bool | has_version () const |
void | clear_version () |
::google::protobuf::uint32 | version () const |
void | set_version (::google::protobuf::uint32 value) |
bool | has_board_addr () const |
void | clear_board_addr () |
::google::protobuf::uint32 | board_addr () const |
void | set_board_addr (::google::protobuf::uint32 value) |
bool | has_alarms () const |
void | clear_alarms () |
::google::protobuf::uint32 | alarms () const |
void | set_alarms (::google::protobuf::uint32 value) |
bool | has_leak_sensor_1 () const |
void | clear_leak_sensor_1 () |
::google::protobuf::uint32 | leak_sensor_1 () const |
void | set_leak_sensor_1 (::google::protobuf::uint32 value) |
bool | has_leak_sensor_2 () const |
void | clear_leak_sensor_2 () |
::google::protobuf::uint32 | leak_sensor_2 () const |
void | set_leak_sensor_2 (::google::protobuf::uint32 value) |
bool | has_humid_temp () const |
void | clear_humid_temp () |
::google::protobuf::uint32 | humid_temp () const |
void | set_humid_temp (::google::protobuf::uint32 value) |
bool | has_relative_humidity () const |
void | clear_relative_humidity () |
::google::protobuf::uint32 | relative_humidity () const |
void | set_relative_humidity (::google::protobuf::uint32 value) |
bool | has_pressure_temp () const |
void | clear_pressure_temp () |
::google::protobuf::uint32 | pressure_temp () const |
void | set_pressure_temp (::google::protobuf::uint32 value) |
bool | has_pressure () const |
void | clear_pressure () |
::google::protobuf::uint32 | pressure () const |
void | set_pressure (::google::protobuf::uint32 value) |
Public Member Functions inherited from google::protobuf::Message | |
Message () | |
virtual | ~Message () |
virtual void | CopyFrom (const Message &from) |
virtual void | MergeFrom (const Message &from) |
void | CheckInitialized () const |
void | FindInitializationErrors (std::vector< string > *errors) const |
string | InitializationErrorString () const |
virtual void | DiscardUnknownFields () |
virtual size_t | SpaceUsedLong () const |
int | SpaceUsed () const |
string | DebugString () const |
string | ShortDebugString () const |
string | Utf8DebugString () const |
void | PrintDebugString () const |
bool | ParseFromFileDescriptor (int file_descriptor) |
bool | ParsePartialFromFileDescriptor (int file_descriptor) |
bool | ParseFromIstream (std::istream *input) |
bool | ParsePartialFromIstream (std::istream *input) |
bool | SerializeToFileDescriptor (int file_descriptor) const |
bool | SerializePartialToFileDescriptor (int file_descriptor) const |
bool | SerializeToOstream (std::ostream *output) const |
bool | SerializePartialToOstream (std::ostream *output) const |
virtual string | GetTypeName () const |
virtual void | CheckTypeAndMergeFrom (const MessageLite &other) |
virtual bool | MergePartialFromCodedStream (io::CodedInputStream *input) |
virtual void | SerializeWithCachedSizes (io::CodedOutputStream *output) const |
const Descriptor * | GetDescriptor () const |
virtual const Reflection * | GetReflection () const final |
Public Member Functions inherited from google::protobuf::MessageLite | |
MessageLite () | |
virtual | ~MessageLite () |
virtual ::google::protobuf::Arena * | GetArena () const |
virtual void * | GetMaybeArenaPointer () const |
bool | ParseFromCodedStream (io::CodedInputStream *input) |
bool | ParsePartialFromCodedStream (io::CodedInputStream *input) |
bool | ParseFromZeroCopyStream (io::ZeroCopyInputStream *input) |
bool | ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input) |
bool | ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
bool | ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
bool | ParseFromString (const string &data) |
bool | ParsePartialFromString (const string &data) |
bool | ParseFromArray (const void *data, int size) |
bool | ParsePartialFromArray (const void *data, int size) |
bool | MergeFromCodedStream (io::CodedInputStream *input) |
bool | SerializeToCodedStream (io::CodedOutputStream *output) const |
bool | SerializePartialToCodedStream (io::CodedOutputStream *output) const |
bool | SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
bool | SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
bool | SerializeToString (string *output) const |
bool | SerializePartialToString (string *output) const |
bool | SerializeToArray (void *data, int size) const |
bool | SerializePartialToArray (void *data, int size) const |
string | SerializeAsString () const |
string | SerializePartialAsString () const |
bool | AppendToString (string *output) const |
bool | AppendPartialToString (string *output) const |
int | ByteSize () const |
virtual uint8 * | SerializeWithCachedSizesToArray (uint8 *target) const |
virtual uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const SV2ReplyStatus & | default_instance () |
static void | InitAsDefaultInstance () |
static const SV2ReplyStatus * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const int | kHeaderFieldNumber = 1 |
static const int | kFooterFieldNumber = 100 |
static const int | kOriginalMsgTypeFieldNumber = 2 |
static const int | kNumberOfDevicesRespondingFieldNumber = 3 |
static const int | kNumberOfDevicesInMessageFieldNumber = 4 |
static const int | kVersionFieldNumber = 10 |
static const int | kBoardAddrFieldNumber = 11 |
static const int | kAlarmsFieldNumber = 12 |
static const int | kLeakSensor1FieldNumber = 13 |
static const int | kLeakSensor2FieldNumber = 14 |
static const int | kHumidTempFieldNumber = 15 |
static const int | kRelativeHumidityFieldNumber = 16 |
static const int | kPressureTempFieldNumber = 17 |
static const int | kPressureFieldNumber = 18 |
Friends | |
struct | ::protobuf_goby_2fmiddleware_2ffrontseat_2fwaveglider_2fwaveglider_5fsv2_5ffrontseat_5fdriver_2eproto::TableStruct |
void | swap (SV2ReplyStatus &a, SV2ReplyStatus &b) |
Additional Inherited Members | |
Static Protected Member Functions inherited from google::protobuf::MessageLite | |
template<typename T > | |
::google::protobuf::internal::RepeatedPtrFieldBase * | CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated) |
template<typename T > | |
static const ::google::protobuf::internal::RepeatedPtrFieldBase & | CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated) |
template<typename T > | |
static T * | CreateMaybeMessage (Arena *arena) |
Definition at line 1182 of file waveglider_sv2_frontseat_driver.pb.h.
Enumerator | |
---|---|
DCCL_ID | |
DCCL_MAX_BYTES |
Definition at line 1384 of file waveglider_sv2_frontseat_driver.pb.h.
goby::middleware::frontseat::protobuf::SV2ReplyStatus::SV2ReplyStatus | ( | ) |
|
virtual |
goby::middleware::frontseat::protobuf::SV2ReplyStatus::SV2ReplyStatus | ( | const SV2ReplyStatus & | from | ) |
|
inline |
Definition at line 4092 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4068 of file waveglider_sv2_frontseat_driver.pb.h.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 4088 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4064 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4256 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 3910 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4160 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4112 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4136 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4016 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 3992 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 3968 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4232 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4208 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4184 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4040 of file waveglider_sv2_frontseat_driver.pb.h.
|
final |
void goby::middleware::frontseat::protobuf::SV2ReplyStatus::CopyFrom | ( | const SV2ReplyStatus & | from | ) |
|
static |
|
static |
|
inline |
Definition at line 4263 of file waveglider_sv2_frontseat_driver.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 1254 of file waveglider_sv2_frontseat_driver.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 4079 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4055 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4247 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 3901 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4151 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4103 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4127 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4007 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 3983 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 3959 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4223 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4199 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4175 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4031 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 3917 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4164 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
|
inlinestatic |
Definition at line 1219 of file waveglider_sv2_frontseat_driver.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 4116 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4140 of file waveglider_sv2_frontseat_driver.pb.h.
|
final |
void goby::middleware::frontseat::protobuf::SV2ReplyStatus::MergeFrom | ( | const SV2ReplyStatus & | from | ) |
|
final |
|
inline |
Definition at line 4276 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 3930 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 1211 of file waveglider_sv2_frontseat_driver.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 1233 of file waveglider_sv2_frontseat_driver.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 1237 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4020 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 3996 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 1189 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 3972 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4236 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4212 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4188 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4269 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 3923 of file waveglider_sv2_frontseat_driver.pb.h.
|
final |
|
inline |
Definition at line 4096 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4285 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 3939 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4072 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4168 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4120 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4144 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4024 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4000 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 3976 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4240 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4216 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4192 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4048 of file waveglider_sv2_frontseat_driver.pb.h.
void goby::middleware::frontseat::protobuf::SV2ReplyStatus::Swap | ( | SV2ReplyStatus * | other | ) |
|
inline |
Definition at line 1208 of file waveglider_sv2_frontseat_driver.pb.h.
|
inline |
Definition at line 4044 of file waveglider_sv2_frontseat_driver.pb.h.
|
friend |
Definition at line 1436 of file waveglider_sv2_frontseat_driver.pb.h.
|
friend |
Definition at line 1227 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 1338 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 1331 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 1291 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 1279 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 1359 of file waveglider_sv2_frontseat_driver.pb.h.
|
staticconstexpr |
Definition at line 1223 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 1345 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 1352 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 1317 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 1310 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 1303 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 1380 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 1373 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 1366 of file waveglider_sv2_frontseat_driver.pb.h.
|
static |
Definition at line 1324 of file waveglider_sv2_frontseat_driver.pb.h.