PVData C++
8.0.6
|
Create pvRequest structure for Channel methods. More...
#include <copy/pv/createRequest.h>
Public Member Functions | |
POINTER_DEFINITIONS (CreateRequest) | |
PVStructure::shared_pointer | createRequest (std::string const &request) |
std::string | getMessage () |
Static Public Member Functions | |
static CreateRequest::shared_pointer | create () |
Protected Attributes | |
std::string | message |
Create pvRequest structure for Channel methods.
Many methods of the Channel class of pvAccess have an argument PVStructurePtr const * pvRequest. This class provides a method that creates a valid pvRequest.
Definition at line 31 of file createRequest.h.
|
static |
Create s new instance of CreateRequest
PVStructure::shared_pointer epics::pvData::CreateRequest::createRequest | ( | std::string const & | request | ) |
Create a request structure for the create calls in Channel. See the package overview documentation for details.
request | The field request. See the package overview documentation for details. |
|
inline |
Get the error message of createRequest returns NULL return the error message
Definition at line 53 of file createRequest.h.