mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4416 First implementation of gRPC-based Python interface
First implementation with Asynchronous gRPC server, a few services and some client python code.
This commit is contained in:
@@ -34,9 +34,13 @@ class RicfSetTimeStep : public RicfCommandObject
|
||||
public:
|
||||
RicfSetTimeStep();
|
||||
|
||||
void setCaseId(int caseId);
|
||||
void setTimeStepIndex(int timeStepIndex);
|
||||
|
||||
void execute() override;
|
||||
|
||||
private:
|
||||
|
||||
caf::PdmField<int> m_caseId;
|
||||
caf::PdmField<int> m_timeStepIndex;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user