![]() |
LibMultiSense
LibMultiSense Documentation
|
#include <AckMessage.hh>
Public Types | |
typedef int32_t | AckStatus |
Public Member Functions | |
Ack (utility::BufferStreamReader &r, VersionType v) | |
Ack (IdType c=0, AckStatus s=Status_Ok) | |
template<class Archive > | |
void | serialize (Archive &message, const VersionType version) |
Public Attributes | |
IdType | command |
AckStatus | status |
Static Public Attributes | |
static CRL_CONSTEXPR IdType | ID = ID_ACK |
static CRL_CONSTEXPR VersionType | VERSION = 1 |
static CRL_CONSTEXPR AckStatus | Status_Ok = 0 |
static CRL_CONSTEXPR AckStatus | Status_TimedOut = -1 |
static CRL_CONSTEXPR AckStatus | Status_Error = -2 |
static CRL_CONSTEXPR AckStatus | Status_Failed = -3 |
static CRL_CONSTEXPR AckStatus | Status_Unsupported = -4 |
static CRL_CONSTEXPR AckStatus | Status_Unknown = -5 |
static CRL_CONSTEXPR AckStatus | Status_Exception = -6 |
Definition at line 47 of file AckMessage.hh.
typedef int32_t crl::multisense::details::wire::Ack::AckStatus |
Definition at line 52 of file AckMessage.hh.
|
inline |
Definition at line 71 of file AckMessage.hh.
Definition at line 72 of file AckMessage.hh.
|
inline |
Definition at line 78 of file AckMessage.hh.
IdType crl::multisense::details::wire::Ack::command |
Definition at line 65 of file AckMessage.hh.
|
static |
Definition at line 49 of file AckMessage.hh.
AckStatus crl::multisense::details::wire::Ack::status |
Definition at line 66 of file AckMessage.hh.
|
static |
Definition at line 59 of file AckMessage.hh.
|
static |
Definition at line 63 of file AckMessage.hh.
|
static |
Definition at line 60 of file AckMessage.hh.
|
static |
Definition at line 57 of file AckMessage.hh.
|
static |
Definition at line 58 of file AckMessage.hh.
|
static |
Definition at line 62 of file AckMessage.hh.
|
static |
Definition at line 61 of file AckMessage.hh.
|
static |
Definition at line 50 of file AckMessage.hh.