1 #ifndef OpenTestSystem_Otx_Runtime_Api_Custom_CustomScreenImplementation_IScreenParameter_H
2 #define OpenTestSystem_Otx_Runtime_Api_Custom_CustomScreenImplementation_IScreenParameter_H
9 namespace OpenTestSystem {
namespace Otx {
namespace Runtime {
namespace Api {
namespace DataTypes {
14 namespace OpenTestSystem {
namespace Otx {
namespace Runtime {
namespace Api {
namespace Custom {
namespace CustomScreenImplementation {
Base of ScreenParameters.
Definition: IScreenParameter.h:19
virtual std::shared_ptr< Object > GetInitValue()=0
Gets initial value.
virtual std::string GetDataType()=0
Gets the data type of the parameter as a string.
virtual std::string GetName()=0
Gets name.
virtual int GetMappingIndex()=0
Gets mapping index.
virtual std::string GetSpecification()=0
Gets specification.
virtual std::string GetMappingName()=0
Gets mapping name.
Represents base of OTX DataTypes.
Definition: Object.h:17
Namespace which contains all supported data types
Definition: IRuntimeManager.h:28
Namespace containing all objects related to testing inside automotive industry