ensightservice::SceneClientCommand Struct Reference
Last update: 16.07.2025Aggregate command sent by a dynamic scene graph client. More...
Public Types | |
| enum | ClientCommandType { INIT = 0 , UPDATE = 1 } |
Public Attributes | |
| ClientCommandType | command_type = 1 |
| The command type. | |
| union { | |
| SceneClientInit init = 2 | |
| Init a session/request a scene graph update. | |
| SceneClientUpdate update = 3 | |
| Modify an EnSight session. | |
| } | ClientCommand |
Detailed Description
Aggregate command sent by a dynamic scene graph client.
This command represents a union of two different base commands: SceneClientInit and SceneClientUpdate. To use the message, set the command_type to the type of the message and fill in the appropriate ClientCommand sub-message.
Definition at line 204 of file dynamic_scene_graph.proto.
Member Enumeration Documentation
◆ ClientCommandType
The type of the ClientCommand oneof that has been set
Definition at line 207 of file dynamic_scene_graph.proto.
Member Data Documentation
◆
| union { ... } ensightservice::SceneClientCommand::ClientCommand |
message union
The documentation for this struct was generated from the following file:
- D:/ANSYSDev/NoBackup/branches/EnSight-Second-Coming/ensight/client/rpc_interface/dynamic_scene_graph.proto