cisst-saw
|
#include <cisstCommon/cmnDataFunctions.h>
#include <cisstCommon/cmnDataFunctionsEnumMacros.h>
#include <cisstCommon/cmnClassServices.h>
#include <cisstCommon/cmnClassRegisterMacros.h>
#include <cisstMultiTask/mtsGenericObjectProxy.h>
#include <cisstMultiTask/mtsForwardDeclarations.h>
#include <cisstMultiTask/mtsExport.h>
Go to the source code of this file.
Classes | |
class | mtsComponentState |
class | cmnData< mtsComponentState > |
Macros | |
#define | _cisstMultiTask_mtsComponentState_h |
Typedefs | |
typedef mtsGenericObjectProxy < mtsComponentState > | mtsComponentStateProxy |
Functions | |
CMN_DECLARE_SERVICES_INSTANTIATION (mtsComponentStateProxy) | |
void CISST_EXPORT | cmnSerializeRaw (std::ostream &outputStream, const mtsComponentState &object) |
void CISST_EXPORT | cmnDeSerializeRaw (std::istream &inputStream, mtsComponentState &placeHolder) |
std::ostream & | operator<< (std::ostream &outputStream, const mtsComponentState &data) |
std::string CISST_EXPORT | cmnDataHumanReadable_mtsComponentState_Enum (const mtsComponentState::Enum &data) |
CMN_DATA_SPECIALIZATION_FOR_ENUM_USER_HUMAN_READABLE (mtsComponentState::Enum, int, cmnDataHumanReadable_mtsComponentState_Enum) | |
#define _cisstMultiTask_mtsComponentState_h |
CMN_DATA_SPECIALIZATION_FOR_ENUM_USER_HUMAN_READABLE | ( | mtsComponentState::Enum | , |
int | , | ||
cmnDataHumanReadable_mtsComponentState_Enum | |||
) |
CMN_DECLARE_SERVICES_INSTANTIATION | ( | mtsComponentStateProxy | ) |
std::string CISST_EXPORT cmnDataHumanReadable_mtsComponentState_Enum | ( | const mtsComponentState::Enum & | data | ) |
void CISST_EXPORT cmnDeSerializeRaw | ( | std::istream & | inputStream, |
mtsComponentState & | placeHolder | ||
) |
void CISST_EXPORT cmnSerializeRaw | ( | std::ostream & | outputStream, |
const mtsComponentState & | object | ||
) |
|
inline |