#include <rtt-config.h>
#include "unit.hpp"
#include <iostream>
#include <RTT.hpp>
#include <boost/array.hpp>
#include <boost/serialization/vector.hpp>
Go to the source code of this file.
Classes | |
struct | AType |
struct | BType |
struct | CType |
class | UpdatedReferenceDataSource< T > |
Namespaces | |
boost | |
boost::serialization | |
Typedefs | |
typedef std::vector< AType > | ATypes |
typedef std::vector< BType > | BTypes |
typedef std::vector< CType > | CTypes |
Functions | |
RTT_UNIT_API std::ostream & | operator<< (std::ostream &os, const AType &a) |
RTT_UNIT_API std::ostream & | operator<< (std::ostream &os, const ATypes &as) |
RTT_UNIT_API std::ostream & | operator<< (std::ostream &os, const BType &a) |
RTT_UNIT_API std::ostream & | operator<< (std::ostream &os, const BTypes &a) |
RTT_UNIT_API std::ostream & | operator<< (std::ostream &os, const CType &a) |
RTT_UNIT_API std::ostream & | operator<< (std::ostream &os, const CTypes &a) |
RTT_UNIT_API bool | operator== (const AType &a, const AType &b) |
RTT_UNIT_API bool | operator== (const BType &a, const BType &b) |
RTT_UNIT_API bool | operator== (const CType &a, const CType &b) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, AType &g, const unsigned int version) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, BType &g, const unsigned int version) |
template<class Archive > | |
void | boost::serialization::serialize (Archive &ar, CType &g, const unsigned int version) |
Definition at line 71 of file datasource_fixture.hpp.
Definition at line 114 of file datasource_fixture.hpp.
Definition at line 150 of file datasource_fixture.hpp.
RTT_UNIT_API std::ostream& operator<< | ( | std::ostream & | os, |
const AType & | a | ||
) |
Definition at line 8 of file datasource_fixture.cpp.
RTT_UNIT_API std::ostream& operator<< | ( | std::ostream & | os, |
const ATypes & | as | ||
) |
Definition at line 19 of file datasource_fixture.cpp.
RTT_UNIT_API std::ostream& operator<< | ( | std::ostream & | os, |
const BType & | a | ||
) |
Definition at line 31 of file datasource_fixture.cpp.
RTT_UNIT_API std::ostream& operator<< | ( | std::ostream & | os, |
const BTypes & | a | ||
) |
Definition at line 42 of file datasource_fixture.cpp.
RTT_UNIT_API std::ostream& operator<< | ( | std::ostream & | os, |
const CType & | a | ||
) |
Definition at line 55 of file datasource_fixture.cpp.
RTT_UNIT_API std::ostream& operator<< | ( | std::ostream & | os, |
const CTypes & | a | ||
) |
Definition at line 67 of file datasource_fixture.cpp.
RTT_UNIT_API bool operator== | ( | const AType & | a, |
const AType & | b | ||
) |
Definition at line 3 of file datasource_fixture.cpp.
RTT_UNIT_API bool operator== | ( | const BType & | a, |
const BType & | b | ||
) |
Definition at line 26 of file datasource_fixture.cpp.
RTT_UNIT_API bool operator== | ( | const CType & | a, |
const CType & | b | ||
) |
Definition at line 50 of file datasource_fixture.cpp.