lomiri-location-service ..
An aggregating location service providing positioning and geocoding capabilities to applications.
core::dbus::Codec< com::lomiri::location::wgs84::Coordinate< T, U > > Struct Template Reference

#include <codec.h>

Collaboration diagram for core::dbus::Codec< com::lomiri::location::wgs84::Coordinate< T, U > >:

Static Public Member Functions

static void encode_argument (Message::Writer &writer, const com::lomiri::location::wgs84::Coordinate< T, U > &in)
static void decode_argument (Message::Reader &reader, com::lomiri::location::wgs84::Coordinate< T, U > &in)

Detailed Description

template<typename T, typename U>
struct core::dbus::Codec< com::lomiri::location::wgs84::Coordinate< T, U > >

Definition at line 155 of file codec.h.

Member Function Documentation

◆ decode_argument()

template<typename T, typename U>
void core::dbus::Codec< com::lomiri::location::wgs84::Coordinate< T, U > >::decode_argument ( Message::Reader & reader,
com::lomiri::location::wgs84::Coordinate< T, U > & in )
inlinestatic

Definition at line 162 of file codec.h.

References decode_argument(), and com::lomiri::location::wgs84::Coordinate< Tag, UnitType >::value.

Referenced by decode_argument().

Here is the call graph for this function:

◆ encode_argument()

template<typename T, typename U>
void core::dbus::Codec< com::lomiri::location::wgs84::Coordinate< T, U > >::encode_argument ( Message::Writer & writer,
const com::lomiri::location::wgs84::Coordinate< T, U > & in )
inlinestatic

Definition at line 157 of file codec.h.

References encode_argument(), and com::lomiri::location::wgs84::Coordinate< Tag, UnitType >::value.

Referenced by encode_argument().

Here is the call graph for this function:

The documentation for this struct was generated from the following file: