|
PVData C++ 8.0.7
|
Create pvRequest structure for Channel methods. More...
#include <copy/pv/createRequest.h>
Public Types | |
| typedef std::tr1::shared_ptr< CreateRequest > | shared_pointer |
| typedef std::tr1::shared_ptr< const CreateRequest > | const_shared_pointer |
| typedef std::tr1::weak_ptr< CreateRequest > | weak_pointer |
| typedef std::tr1::weak_ptr< const CreateRequest > | const_weak_pointer |
Public Member Functions | |
| 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.
| std::tr1::shared_ptr<const CreateRequest> epics::pvData::CreateRequest::const_shared_pointer |
Definition at line 33 of file createRequest.h.
| std::tr1::weak_ptr<const CreateRequest> epics::pvData::CreateRequest::const_weak_pointer |
Definition at line 33 of file createRequest.h.
| std::tr1::shared_ptr<CreateRequest> epics::pvData::CreateRequest::shared_pointer |
Definition at line 33 of file createRequest.h.
| std::tr1::weak_ptr<CreateRequest> epics::pvData::CreateRequest::weak_pointer |
Definition at line 33 of file createRequest.h.
|
inline |
Definition at line 39 of file createRequest.h.
|
inlineprotected |
Definition at line 55 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.
|
protected |
Definition at line 56 of file createRequest.h.