#include <Connectivity_SessionDefs.h>
|
| CapabilityParam () |
|
| CapabilityParam (std::string paramName, std::string type, std::string defaultVal, std::list< std::string > &allowedVals, std::string description, bool required) |
|
map_t | getCP () const |
|
| 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 |
|
CapabilityParam structure derived from Param
CapabilityParam::CapabilityParam |
( |
| ) |
|
|
inline |
CapabilityParam::CapabilityParam |
( |
std::string |
paramName, |
|
|
std::string |
type, |
|
|
std::string |
defaultVal, |
|
|
std::list< std::string > & |
allowedVals, |
|
|
std::string |
description, |
|
|
bool |
required |
|
) |
| |
|
inline |
map_t CapabilityParam::getCP |
( |
| ) |
const |
getCP method
- Returns
- control param schema in form of map_t
The documentation for this struct was generated from the following file: