VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes
makVrv::DtDriverConfiguration Class Reference

Configuration for the makVrv::DtIgDriver class. More...

Inheritance diagram for makVrv::DtDriverConfiguration:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtDriverConfiguration (const std::string &name="")
 CTOR.
 DtDriverConfiguration (const DtDriverConfiguration &)
 Copy CTOR.
DtDriverConfigurationoperator= (const DtDriverConfiguration &)
 Assignment OP.
virtual ~DtDriverConfiguration ()
 DTOR.
virtual
DT_DECLARE_serialize_FUNCTIONS
const std::string & 
masterDriverAddress () const
 Declare serialize functions Call via serialize(Archive ar, unsigned int version); Where Archive can be any of : xml_oarchive,xml_iarchive,binary_oarchive binary_iarchive,text_oarchive, or text_iarchive.
virtual void setMasterDriverAddress (const std::string &addr)
 Set the remote driver address.
virtual int masterDriverPort () const
 Get the remote driver port.
virtual void setMasterDriverPort (int port)
 Set the remote driver port.

Static Public Attributes

static const int theDefaultPort = 22563
 The default remote driver port.

Protected Member Functions

template<class Archive >
void _serialize (Archive &ar, const unsigned int version)
 Declare serialize functions Call via serialize(Archive ar, unsigned int version); Where Archive can be any of : xml_oarchive,xml_iarchive,binary_oarchive binary_iarchive,text_oarchive, or text_iarchive example: fstream fo("test.xml",std;:ios_base::out); xml_oarchive os(fo); DtConfiguration aConfig; aConfig.serialize(os,0);.

Protected Attributes

std::string myMasterDriverAddress
int myMasterDriverPort

Detailed Description

Configuration for the makVrv::DtIgDriver class.


Constructor & Destructor Documentation

makVrv::DtDriverConfiguration::DtDriverConfiguration ( const std::string &  name = "")

CTOR.

Copy CTOR.

DTOR.


Member Function Documentation

DtDriverConfiguration& makVrv::DtDriverConfiguration::operator= ( const DtDriverConfiguration )

Assignment OP.

Declare serialize functions Call via serialize(Archive ar, unsigned int version); Where Archive can be any of : xml_oarchive,xml_iarchive,binary_oarchive binary_iarchive,text_oarchive, or text_iarchive.

Get the remote driver address.

virtual void makVrv::DtDriverConfiguration::setMasterDriverAddress ( const std::string &  addr) [virtual]

Set the remote driver address.

virtual int makVrv::DtDriverConfiguration::masterDriverPort ( ) const [virtual]

Get the remote driver port.

virtual void makVrv::DtDriverConfiguration::setMasterDriverPort ( int  port) [virtual]

Set the remote driver port.

template<class Archive >
void makVrv::DtDriverConfiguration::_serialize ( Archive &  ar,
const unsigned int  version 
) [inline, protected]

Declare serialize functions Call via serialize(Archive ar, unsigned int version); Where Archive can be any of : xml_oarchive,xml_iarchive,binary_oarchive binary_iarchive,text_oarchive, or text_iarchive example: fstream fo("test.xml",std;:ios_base::out); xml_oarchive os(fo); DtConfiguration aConfig; aConfig.serialize(os,0);.

Serialize this class.

Reimplemented from makVrv::DtConfiguration.

References DT_SERIALIZE_BASE, and DT_SERIALIZE_MEMBER.


Member Data Documentation

The default remote driver port.


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)