rmw  master
C API providing a middleware abstraction layer which is used to implement the rest of ROS.
Public Attributes | List of all members
rmw_request_id_t Struct Reference

An rmw service request identifier. More...

#include <types.h>

Public Attributes

int8_t writer_guid [16]
 The guid of the writer associated with this request. More...
 
int64_t sequence_number
 Sequence number of this service. More...
 

Detailed Description

An rmw service request identifier.

Member Data Documentation

◆ writer_guid

int8_t rmw_request_id_t::writer_guid[16]

The guid of the writer associated with this request.

◆ sequence_number

int64_t rmw_request_id_t::sequence_number

Sequence number of this service.


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