OTX-Runtime for C++
|
|
Represents OutParameter of a Procedure. The parameter is identical to a related parameter in OTX standard ISO 13209. A detailed specification can be found there. More...
#include <IProcedureOutParameter.h>
Additional Inherited Members | |
Public Member Functions inherited from OpenTestSystem::Otx::Runtime::Api::Otx::IProcedureParameter | |
virtual std::string | GetDataType () const =0 |
Gets DataType. More... | |
virtual std::shared_ptr< Object > | GetInitValue () const =0 |
Gets initial value. More... | |
virtual std::string | GetName () const =0 |
Gets Parameter name. More... | |
virtual std::shared_ptr< IProcedure > | GetProcedure () const =0 |
Gets Procedure that contains the Parameter. More... | |
virtual std::string | GetSpecification () const =0 |
Gets Parameter specification. More... | |
virtual std::shared_ptr< Object > | GetValue () const =0 |
Gets value. More... | |
Represents OutParameter of a Procedure. The parameter is identical to a related parameter in OTX standard ISO 13209. A detailed specification can be found there.