|
Wasatch.VCPP 1.0.19
Visual C++ driver for Wasatch Photonics spectrometers
|
This is the complete list of members for WasatchVCPP::ParseData, including all inherited members.
| toBool(const std::vector< uint8_t > &buf, int index=0) (defined in WasatchVCPP::ParseData) | WasatchVCPP::ParseData | static |
| toFloat(const std::vector< uint8_t > &buf, int index=0) (defined in WasatchVCPP::ParseData) | WasatchVCPP::ParseData | static |
| toInt16(const std::vector< uint8_t > &buf, int index=0, bool bigEndian=false) | WasatchVCPP::ParseData | static |
| toInt32(const std::vector< uint8_t > &buf, int index=0, bool bigEndian=false) | WasatchVCPP::ParseData | static |
| toString(const std::vector< uint8_t > &buf, int index=0, int len=0) (defined in WasatchVCPP::ParseData) | WasatchVCPP::ParseData | static |
| toUInt16(const std::vector< uint8_t > &buf, int index=0, bool bigEndian=false) | WasatchVCPP::ParseData | static |
| toUInt24(const std::vector< uint8_t > &buf, int index=0, bool bigEndian=false) | WasatchVCPP::ParseData | static |
| toUInt32(const std::vector< uint8_t > &buf, int index=0, bool bigEndian=false) | WasatchVCPP::ParseData | static |
| toUInt40(const std::vector< uint8_t > &buf, int index=0, bool bigEndian=false) | WasatchVCPP::ParseData | static |
| toUInt8(const std::vector< uint8_t > &buf, int index=0) (defined in WasatchVCPP::ParseData) | WasatchVCPP::ParseData | static |
| writeBool(bool value, std::vector< uint8_t > &buf, int index) (defined in WasatchVCPP::ParseData) | WasatchVCPP::ParseData | static |
| writeFloat(float value, std::vector< uint8_t > &buf, int index) (defined in WasatchVCPP::ParseData) | WasatchVCPP::ParseData | static |
| writeInt16(int16_t value, std::vector< uint8_t > &buf, int index) (defined in WasatchVCPP::ParseData) | WasatchVCPP::ParseData | static |
| writeInt32(int32_t value, std::vector< uint8_t > &buf, int index) (defined in WasatchVCPP::ParseData) | WasatchVCPP::ParseData | static |
| writeString(const std::string &value, std::vector< uint8_t > &buf, int index, int maxLen) | WasatchVCPP::ParseData | static |
| writeUInt16(uint16_t value, std::vector< uint8_t > &buf, int index) (defined in WasatchVCPP::ParseData) | WasatchVCPP::ParseData | static |
| writeUInt32(uint32_t value, std::vector< uint8_t > &buf, int index) (defined in WasatchVCPP::ParseData) | WasatchVCPP::ParseData | static |
| writeUInt8(uint8_t value, std::vector< uint8_t > &buf, int index) (defined in WasatchVCPP::ParseData) | WasatchVCPP::ParseData | static |