Goby3
3.1.5a
2024.05.23
|
#include <goby/util/protobuf/ais.pb.h>
Public Types | |
enum | DCCLParameters { DCCL_ID = 519, DCCL_MAX_BYTES = 1500 } |
typedef Voyage_ShipType | ShipType |
typedef Voyage_FixType | FixType |
typedef boost::units::length_dimension | to_bow_dimension |
typedef boost::units::unit< to_bow_dimension, boost::units::si::system > | to_bow_unit |
typedef boost::units::length_dimension | to_stern_dimension |
typedef boost::units::unit< to_stern_dimension, boost::units::si::system > | to_stern_unit |
typedef boost::units::length_dimension | to_port_dimension |
typedef boost::units::unit< to_port_dimension, boost::units::si::system > | to_port_unit |
typedef boost::units::length_dimension | to_starboard_dimension |
typedef boost::units::unit< to_starboard_dimension, boost::units::si::system > | to_starboard_unit |
typedef boost::units::length_dimension | draught_dimension |
typedef boost::units::unit< draught_dimension, boost::units::si::system > | draught_unit |
Public Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
Voyage () | |
virtual | ~Voyage () |
Voyage (const Voyage &from) | |
Voyage & | operator= (const Voyage &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Voyage *other) |
Voyage * | New () const final |
Voyage * | 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 Voyage &from) |
void | MergeFrom (const Voyage &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_callsign () const |
void | clear_callsign () |
const ::std::string & | callsign () const |
void | set_callsign (const ::std::string &value) |
void | set_callsign (const char *value) |
void | set_callsign (const char *value, size_t size) |
::std::string * | mutable_callsign () |
::std::string * | release_callsign () |
void | set_allocated_callsign (::std::string *callsign) |
bool | has_name () const |
void | clear_name () |
const ::std::string & | name () const |
void | set_name (const ::std::string &value) |
void | set_name (const char *value) |
void | set_name (const char *value, size_t size) |
::std::string * | mutable_name () |
::std::string * | release_name () |
void | set_allocated_name (::std::string *name) |
bool | has_destination () const |
void | clear_destination () |
const ::std::string & | destination () const |
void | set_destination (const ::std::string &value) |
void | set_destination (const char *value) |
void | set_destination (const char *value, size_t size) |
::std::string * | mutable_destination () |
::std::string * | release_destination () |
void | set_allocated_destination (::std::string *destination) |
bool | has_message_id () const |
void | clear_message_id () |
::google::protobuf::int32 | message_id () const |
void | set_message_id (::google::protobuf::int32 value) |
bool | has_mmsi () const |
void | clear_mmsi () |
::google::protobuf::int32 | mmsi () const |
void | set_mmsi (::google::protobuf::int32 value) |
bool | has_imo () const |
void | clear_imo () |
::google::protobuf::int32 | imo () const |
void | set_imo (::google::protobuf::int32 value) |
bool | has_type () const |
void | clear_type () |
::goby::util::ais::protobuf::Voyage_ShipType | type () const |
void | set_type (::goby::util::ais::protobuf::Voyage_ShipType value) |
bool | has_to_bow () const |
void | clear_to_bow () |
::google::protobuf::uint32 | to_bow () const |
void | set_to_bow (::google::protobuf::uint32 value) |
bool | has_to_stern () const |
void | clear_to_stern () |
::google::protobuf::uint32 | to_stern () const |
void | set_to_stern (::google::protobuf::uint32 value) |
bool | has_to_port () const |
void | clear_to_port () |
::google::protobuf::uint32 | to_port () const |
void | set_to_port (::google::protobuf::uint32 value) |
bool | has_to_starboard () const |
void | clear_to_starboard () |
::google::protobuf::uint32 | to_starboard () const |
void | set_to_starboard (::google::protobuf::uint32 value) |
bool | has_fix_type () const |
void | clear_fix_type () |
::goby::util::ais::protobuf::Voyage_FixType | fix_type () const |
void | set_fix_type (::goby::util::ais::protobuf::Voyage_FixType value) |
bool | has_eta_month () const |
void | clear_eta_month () |
::google::protobuf::uint32 | eta_month () const |
void | set_eta_month (::google::protobuf::uint32 value) |
bool | has_eta_day () const |
void | clear_eta_day () |
::google::protobuf::uint32 | eta_day () const |
void | set_eta_day (::google::protobuf::uint32 value) |
bool | has_eta_hour () const |
void | clear_eta_hour () |
::google::protobuf::uint32 | eta_hour () const |
void | set_eta_hour (::google::protobuf::uint32 value) |
bool | has_eta_minute () const |
void | clear_eta_minute () |
::google::protobuf::uint32 | eta_minute () const |
void | set_eta_minute (::google::protobuf::uint32 value) |
bool | has_draught () const |
void | clear_draught () |
float | draught () const |
void | set_draught (float value) |
template<typename Quantity > | |
void | set_to_bow_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | to_bow_with_units () const |
boost::units::quantity< to_bow_unit, google::protobuf::uint32 > | to_bow_with_units () const |
template<typename Quantity > | |
void | set_to_stern_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | to_stern_with_units () const |
boost::units::quantity< to_stern_unit, google::protobuf::uint32 > | to_stern_with_units () const |
template<typename Quantity > | |
void | set_to_port_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | to_port_with_units () const |
boost::units::quantity< to_port_unit, google::protobuf::uint32 > | to_port_with_units () const |
template<typename Quantity > | |
void | set_to_starboard_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | to_starboard_with_units () const |
boost::units::quantity< to_starboard_unit, google::protobuf::uint32 > | to_starboard_with_units () const |
template<typename Quantity > | |
void | set_draught_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | draught_with_units () const |
boost::units::quantity< draught_unit, float > | draught_with_units () const |
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 Voyage & | default_instance () |
static void | InitAsDefaultInstance () |
static const Voyage * | internal_default_instance () |
static bool | ShipType_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | ShipType_descriptor () |
static const ::std::string & | ShipType_Name (ShipType value) |
static bool | ShipType_Parse (const ::std::string &name, ShipType *value) |
static bool | FixType_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | FixType_descriptor () |
static const ::std::string & | FixType_Name (FixType value) |
static bool | FixType_Parse (const ::std::string &name, FixType *value) |
Friends | |
struct | ::protobuf_goby_2futil_2fprotobuf_2fais_2eproto::TableStruct |
void | swap (Voyage &a, Voyage &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) |
typedef boost::units::length_dimension goby::util::ais::protobuf::Voyage::draught_dimension |
typedef boost::units::unit<draught_dimension,boost::units::si::system> goby::util::ais::protobuf::Voyage::draught_unit |
typedef boost::units::length_dimension goby::util::ais::protobuf::Voyage::to_bow_dimension |
typedef boost::units::unit<to_bow_dimension,boost::units::si::system> goby::util::ais::protobuf::Voyage::to_bow_unit |
typedef boost::units::length_dimension goby::util::ais::protobuf::Voyage::to_port_dimension |
typedef boost::units::unit<to_port_dimension,boost::units::si::system> goby::util::ais::protobuf::Voyage::to_port_unit |
typedef boost::units::length_dimension goby::util::ais::protobuf::Voyage::to_starboard_dimension |
typedef boost::units::unit<to_starboard_dimension,boost::units::si::system> goby::util::ais::protobuf::Voyage::to_starboard_unit |
typedef boost::units::length_dimension goby::util::ais::protobuf::Voyage::to_stern_dimension |
typedef boost::units::unit<to_stern_dimension,boost::units::si::system> goby::util::ais::protobuf::Voyage::to_stern_unit |
goby::util::ais::protobuf::Voyage::Voyage | ( | ) |
|
virtual |
goby::util::ais::protobuf::Voyage::Voyage | ( | const Voyage & | from | ) |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
final |
void goby::util::ais::protobuf::Voyage::CopyFrom | ( | const Voyage & | from | ) |
|
static |
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
inlinestatic |
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
final |
void goby::util::ais::protobuf::Voyage::MergeFrom | ( | const Voyage & | from | ) |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinefinalvirtual |
Implements google::protobuf::Message.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
|
inline |
|
inline |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
void goby::util::ais::protobuf::Voyage::Swap | ( | Voyage * | other | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticconstexpr |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |