#include <Connectivity_SessionDefs.h>
|
| | SessionParam () |
| |
| | SessionParam (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) |
| |
| 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 |
| |
SessionParam structure derived from Param Adapter users need to pass this object to AddSessionParams() for adding session parameters
◆ SessionParam() [1/2]
| SessionParam::SessionParam |
( |
| ) |
|
|
inline |
◆ SessionParam() [2/2]
| SessionParam::SessionParam |
( |
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 |
◆ getCP()
| map_t SessionParam::getCP |
( |
| ) |
const |
getCP method
- Returns
- control param schema in form of map_t
The documentation for this struct was generated from the following file: