cisst-saw
Loading...
Searching...
No Matches
mtsEventHandlerList Class Reference

#include <mtsParameterTypesOld.h>

Inheritance diagram for mtsEventHandlerList:
mtsGenericObject cmnGenericObject

Public Types

typedef EventHandlerInfo< mtsCommandVoidInfoVoid
typedef EventHandlerInfo< mtsCommandWriteBaseInfoWrite

Public Member Functions

 mtsEventHandlerList ()
 mtsEventHandlerList (mtsInterfaceProvided *provided)
 ~mtsEventHandlerList ()
void ToStream (std::ostream &outputStream) const override
void SerializeRaw (std::ostream &outputStream) const override
void DeSerializeRaw (std::istream &inputStream) override
Public Member Functions inherited from mtsGenericObject
 mtsGenericObject (void)
 mtsGenericObject (double timestamp, bool automaticTimestamp, bool valid)
 mtsGenericObject (const mtsGenericObject &other)
virtual ~mtsGenericObject (void)
mtsGenericObjectoperator= (const mtsGenericObject &other)
bool SetTimestampIfAutomatic (double timestamp)
virtual void ToStreamRaw (std::ostream &outputStream, const char delimiter=' ', bool headerOnly=false, const std::string &headerPrefix="") const
virtual bool FromStreamRaw (std::istream &inputStream, const char delimiter=' ')
size_t ScalarNumber (void) const
bool ScalarNumberIsFixed (void) const
Public Member Functions inherited from cmnGenericObject
virtual ~cmnGenericObject (void)
virtual const cmnClassServicesBaseServices (void) const =0
bool ReconstructFrom (const cmnGenericObject &other)
std::string ToString (void) const
virtual cmnLogger::StreamBufTypeGetLogMultiplexer (void) const
virtual double Scalar (const size_t CMN_UNUSED(index)) const CISST_THROW(std
virtual std::string ScalarDescription (const size_t CMN_UNUSED(index), const std::string &CMN_UNUSED(userDescription)) const

Public Attributes

mtsInterfaceProvidedProvided
std::vector< InfoVoidVoidEvents
std::vector< InfoWriteWriteEvents

Member Typedef Documentation

◆ InfoVoid

typedef EventHandlerInfo<mtsCommandVoid> mtsEventHandlerList::InfoVoid

◆ InfoWrite

Constructor & Destructor Documentation

◆ mtsEventHandlerList() [1/2]

mtsEventHandlerList::mtsEventHandlerList ( )
inline

◆ mtsEventHandlerList() [2/2]

mtsEventHandlerList::mtsEventHandlerList ( mtsInterfaceProvided * provided)
inline

◆ ~mtsEventHandlerList()

mtsEventHandlerList::~mtsEventHandlerList ( )
inline

Member Function Documentation

◆ DeSerializeRaw()

void mtsEventHandlerList::DeSerializeRaw ( std::istream & inputStream)
overridevirtual

Binary deserialization

Reimplemented from mtsGenericObject.

◆ SerializeRaw()

void mtsEventHandlerList::SerializeRaw ( std::ostream & outputStream) const
overridevirtual

Binary serialization

Reimplemented from mtsGenericObject.

◆ ToStream()

void mtsEventHandlerList::ToStream ( std::ostream & outputStream) const
overridevirtual

Human readable text output. This method only streams the data members of mtsGenericObject, i.e. the Timestamp and Valid flag. It should be called by any derived class re-implementing ToStream.

Reimplemented from mtsGenericObject.

Member Data Documentation

◆ Provided

mtsInterfaceProvided* mtsEventHandlerList::Provided

◆ VoidEvents

std::vector<InfoVoid> mtsEventHandlerList::VoidEvents

◆ WriteEvents

std::vector<InfoWrite> mtsEventHandlerList::WriteEvents

The documentation for this class was generated from the following file: