Skip to main content

Post-processing tools 2023 R2

ensightservice::VersionReply Struct Reference

Last update: 17.04.2023

The server API version. More...

Public Types

enum  VersionEnumType { UNDEFINED = 0 , CURRENT_VERSION = 101 }
 version number More...
 

Public Attributes

int32 version = 1
 The API version number as an integer. It should be the value VersionEnumType::CURRENT_VERSION.
 

Detailed Description

The server API version.

This command returns the version number of the DynamicSceneGraphService that the server supports. The number is defined in this .proto file as VersionEnumType::CURRENT_VERSION. The protocol passes this value as an int32 so that the client can receive the value properly and then compare it to its own value of the VersionEnumType::CURRENT_VERSION enum generated by the version of the proto file it had compiled.

Definition at line 160 of file dynamic_scene_graph.proto.

Member Enumeration Documentation

◆ VersionEnumType

version number

The version type is used to determine the version number the protocol corresponds to.

Enumerator
UNDEFINED 

No version number specified.

CURRENT_VERSION 

Current version of the .proto file/protocol.

Definition at line 165 of file dynamic_scene_graph.proto.


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