AceSmartSoft API Documentation
Public Types | Public Member Functions | List of all members
SmartACE::ParamResponseType Class Reference

#include <smartEnumParamResponseType.hh>

Public Types

enum  literal { BUSY = CommParameterIDL::LITERAL_BUSY, INVALID = CommParameterIDL::LITERAL_INVALID, OK = CommParameterIDL::LITERAL_OK }
 

Public Member Functions

 ParamResponseType ()
 
 ParamResponseType (literal t)
 
 operator literal () const
 
 ParamResponseType (CommParameterIDL::ENUM_ParamResponseType t)
 
bool operator== (ParamResponseType &t)
 
CommParameterIDL::ENUM_ParamResponseType get_value_idl ()
 
literal get_value () const
 
std::string get_string () const
 

Member Enumeration Documentation

◆ literal

Enumerator
BUSY 
INVALID 
OK 

Constructor & Destructor Documentation

◆ ParamResponseType() [1/3]

SmartACE::ParamResponseType::ParamResponseType ( )
inline

◆ ParamResponseType() [2/3]

SmartACE::ParamResponseType::ParamResponseType ( literal  t)
inline

◆ ParamResponseType() [3/3]

SmartACE::ParamResponseType::ParamResponseType ( CommParameterIDL::ENUM_ParamResponseType  t)
inline

Member Function Documentation

◆ get_string()

std::string SmartACE::ParamResponseType::get_string ( ) const
inline

◆ get_value()

literal SmartACE::ParamResponseType::get_value ( ) const
inline

◆ get_value_idl()

CommParameterIDL::ENUM_ParamResponseType SmartACE::ParamResponseType::get_value_idl ( )
inline

◆ operator literal()

SmartACE::ParamResponseType::operator literal ( ) const
inline

◆ operator==()

bool SmartACE::ParamResponseType::operator== ( ParamResponseType t)
inline

The documentation for this class was generated from the following file: