Struct astutedds::rtps::ParsedTypeLookupReply
ClassList > astutedds > rtps > ParsedTypeLookupReply
#include <type_lookup_wire.hpp>
Classes
| Type | Name |
|---|---|
| struct | NestedFieldSchema Sub-schema for one TK_STRUCTURE (0x34) field. |
Public Attributes
| Type | Name |
|---|---|
| std::vector< uint8_t > | fieldKinds |
| std::vector< std::string > | fieldNames |
| std::vector< NestedFieldSchema > | nestedSchemas Populated when the sender included an @id=3 nested-schema blob. |
| uint64_t | relatedRequestSeqNum = {0} |
| std::string | typeName |
Public Attributes Documentation
variable fieldKinds
std::vector<uint8_t> astutedds::rtps::ParsedTypeLookupReply::fieldKinds;
TypeKind byte (xtypes::TypeKind) per field, in the same order as fieldNames. Empty when the sender did not include kind information (e.g. a non-AstuteDDS implementation).
variable fieldNames
std::vector<std::string> astutedds::rtps::ParsedTypeLookupReply::fieldNames;
variable nestedSchemas
Populated when the sender included an @id=3 nested-schema blob.
std::vector<NestedFieldSchema> astutedds::rtps::ParsedTypeLookupReply::nestedSchemas;
variable relatedRequestSeqNum
uint64_t astutedds::rtps::ParsedTypeLookupReply::relatedRequestSeqNum;
variable typeName
std::string astutedds::rtps::ParsedTypeLookupReply::typeName;
The documentation for this class was generated from the following file include/astutedds/rtps/type_lookup_wire.hpp