BAOS SDK
18.2.0
|
#include <GetDatapointDescription.h>
Public Types | |
enum | DescriptorFields { Id = 0, ValueType, ConfigFlags, DatapointType } |
typedef std::tuple< unsigned short, unsigned char, unsigned char, unsigned char > | Descriptor |
typedef std::vector< Descriptor > | Descriptors |
Public Types inherited from kdrive::baos::ServiceRunner | |
enum | { Timeout = ProtocolConstants::Timeout } |
typedef DataPacket::Buffer | Buffer |
Public Member Functions | |
GetDatapointDescription (std::shared_ptr< BaosConnector > connector) | |
virtual | ~GetDatapointDescription () |
void | rpc (unsigned short offset, unsigned short count, unsigned long timeout=ServiceRunner::Timeout) |
const Descriptor & | at (int index) const |
const Descriptors & | getDescriptors () const |
Public Member Functions inherited from kdrive::baos::ServiceRunner | |
virtual | ~ServiceRunner () |
unsigned short | getOffset () const |
unsigned short | getCount () const |
const Buffer & | getBuffer () const |
Additional Inherited Members | |
Protected Member Functions inherited from kdrive::baos::ServiceRunner | |
ServiceRunner (std::shared_ptr< BaosConnector > connector) | |
std::shared_ptr< BaosConnector > | getConnector (bool validate=true) const |
void | rpc (unsigned char subService, unsigned short offset, unsigned short count, unsigned long timeout) |
void | setDataResponse (std::shared_ptr< DataResponse > dataResponse) |
std::shared_ptr< DataResponse > | getDataResponse (bool validate=true) const |
typedef std::tuple<unsigned short, unsigned char, unsigned char, unsigned char> kdrive::baos::GetDatapointDescription::Descriptor |
typedef std::vector<Descriptor> kdrive::baos::GetDatapointDescription::Descriptors |
GetDatapointDescription::GetDatapointDescription | ( | std::shared_ptr< BaosConnector > | connector | ) |
|
virtual |
const GetDatapointDescription::Descriptor & GetDatapointDescription::at | ( | int | index | ) | const |
const GetDatapointDescription::Descriptors & GetDatapointDescription::getDescriptors | ( | ) | const |
void GetDatapointDescription::rpc | ( | unsigned short | offset, |
unsigned short | count, | ||
unsigned long | timeout = ServiceRunner::Timeout |
||
) |