Skip to main content

Post-processing tools 2023 R2

EnSightSubscription

Last update: 17.04.2023

Client-side, reverse gRPC service. More...

Functions

rpc ensightservice::EnSightSubscription::PublishImage (stream ImageReply) returns(GenericResponse)
 
rpc ensightservice::EnSightSubscription::PublishEvent (EventReply eventreply) returns(GenericResponse)
 

Detailed Description

Client-side, reverse gRPC service.

Definition of the client-side, reverse gRPC service that EnSight will connect to in response to a stream subscription request.

Function Documentation

◆ PublishEvent()

rpc ensightservice::EnSightSubscription::PublishEvent ( EventReply  eventreply)

Publish an event to the remote server

Returns
GenericResponse

Definition at line 140 of file ensight.proto.

◆ PublishImage()

rpc ensightservice::EnSightSubscription::PublishImage ( stream  ImageReply)

Publish a single image (possibly in chucks) to the remote server

Parameters
ImageReplyThe stream of ImageReply objects
Returns
GenericResponse

Definition at line 136 of file ensight.proto.