Note: Goby version 1 (shown here) is now considered obsolete. Please use version 2 for new projects, and consider upgrading old projects.

Goby Underwater Autonomy Project  Series: 1.1, revision: 163, released on 2013-02-06 14:23:27 -0500
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
Functions
goby::acomms::protobuf Namespace Reference

Contains Google Protocol Buffers messages and helper functions. See specific .proto files for definition of the actual messages (e.g. modem_message.proto). More...

Functions

bool operator< (const std::map< int, protobuf::Slot >::iterator &a, const std::map< int, protobuf::Slot >::iterator &b)
bool operator== (const protobuf::Slot &a, const protobuf::Slot &b)
 Are two Slots equal?
bool operator< (const goby::acomms::protobuf::QueueKey &a, const goby::acomms::protobuf::QueueKey &b)
bool operator> (const goby::acomms::protobuf::QueueKey &a, const goby::acomms::protobuf::QueueKey &b)
bool operator>= (const goby::acomms::protobuf::QueueKey &a, const goby::acomms::protobuf::QueueKey &b)
bool operator<= (const goby::acomms::protobuf::QueueKey &a, const goby::acomms::protobuf::QueueKey &b)
bool operator== (const goby::acomms::protobuf::QueueKey &a, const goby::acomms::protobuf::QueueKey &b)

Detailed Description

Contains Google Protocol Buffers messages and helper functions. See specific .proto files for definition of the actual messages (e.g. modem_message.proto).

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends