#include <Connectivity_SessionDefs.h>
|
| Param () |
|
| Param (const std::string ¶mName, const std::string &type, const std::string &defaultVal, std::list< std::string > &allowedVals, const std::string &description, bool required, bool referenceOnly) |
|
const std::string | toString () |
|
map_t | getCP (const std::string &eventType) const |
|
Param structure to hold all the information of a session. This is base class for SessionParam and CapabilityParam.
Param::Param |
( |
const std::string & |
paramName, |
|
|
const std::string & |
type, |
|
|
const std::string & |
defaultVal, |
|
|
std::list< std::string > & |
allowedVals, |
|
|
const std::string & |
description, |
|
|
bool |
required, |
|
|
bool |
referenceOnly |
|
) |
| |
|
inline |
Parameterized Param constructor
map_t Param::getCP |
( |
const std::string & |
eventType | ) |
const |
getCP method
- Parameters
-
eventType | Type of event for which control param is required. |
- Returns
- control param schema in form of map_t
const std::string Param::toString |
( |
| ) |
|
|
inline |
toString method for Param class
std::list<std::string> Param::m_allowedVals |
std::string Param::m_defaultVal |
std::string Param::m_description |
std::string Param::m_name |
bool Param::m_referenceOnly |
Parameter required or not
std::string Param::m_type |
The documentation for this struct was generated from the following file: