mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Support setting of child fields from Python and pass in WbsParameters if provided
Also fixes #5354
This commit is contained in:
@@ -26,8 +26,10 @@
|
||||
|
||||
namespace caf
|
||||
{
|
||||
class PdmChildFieldHandle;
|
||||
class PdmValueField;
|
||||
class PdmObject;
|
||||
class PdmObjectHandle;
|
||||
template <typename T>
|
||||
class PdmField;
|
||||
} // namespace caf
|
||||
@@ -58,8 +60,12 @@ private:
|
||||
void assignPdmFieldValue( caf::PdmValueField* pdmValueField,
|
||||
const google::protobuf::Message& params,
|
||||
const google::protobuf::FieldDescriptor* paramDescriptor );
|
||||
void assignGrpcFieldValue( google::protobuf::Message* reply,
|
||||
const google::protobuf::FieldDescriptor* fieldDescriptor,
|
||||
const caf::PdmValueField* pdmValueField );
|
||||
void assignResultToReply( const caf::PdmObject* result, rips::CommandReply* reply );
|
||||
void assignPdmObjectValues( caf::PdmObjectHandle* pdmObject,
|
||||
const google::protobuf::Message& params,
|
||||
const google::protobuf::FieldDescriptor* paramDescriptor );
|
||||
|
||||
void assignGrpcFieldValue( google::protobuf::Message* reply,
|
||||
const google::protobuf::FieldDescriptor* fieldDescriptor,
|
||||
const caf::PdmValueField* pdmValueField );
|
||||
void assignResultToReply( const caf::PdmObject* result, rips::CommandReply* reply );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user