cyphesis/tests/stubs/modules/stubLocation.h
2018-04-27 23:12:15 +02:00

95 lines
No EOL
2.2 KiB
C

// AUTOGENERATED file, created by the tool generate_stub.py, don't edit!
// If you want to add your own functionality, instead edit the stubLocation_custom.h file.
#include "modules/Location.h"
#include "stubLocation_custom.h"
#ifndef STUB_MODULES_LOCATION_H
#define STUB_MODULES_LOCATION_H
#ifndef STUB_Location_Location
//#define STUB_Location_Location
Location::Location()
: m_loc(nullptr)
{
}
#endif //STUB_Location_Location
#ifndef STUB_Location_Location
//#define STUB_Location_Location
Location::Location(LocatedEntity * rf)
: m_loc(nullptr)
{
}
#endif //STUB_Location_Location
#ifndef STUB_Location_Location
//#define STUB_Location_Location
Location::Location(LocatedEntity * rf, const Point3D & pos)
: m_loc(nullptr)
{
}
#endif //STUB_Location_Location
#ifndef STUB_Location_Location
//#define STUB_Location_Location
Location::Location(LocatedEntity * rf, const Point3D & pos, const Vector3D & velocity)
: m_loc(nullptr)
{
}
#endif //STUB_Location_Location
#ifndef STUB_Location_addToMessage
//#define STUB_Location_addToMessage
void Location::addToMessage(Atlas::Message::MapType & ent) const
{
}
#endif //STUB_Location_addToMessage
#ifndef STUB_Location_addToEntity
//#define STUB_Location_addToEntity
void Location::addToEntity(const Atlas::Objects::Entity::RootEntity & ent) const
{
}
#endif //STUB_Location_addToEntity
#ifndef STUB_Location_asEntity
//#define STUB_Location_asEntity
const Atlas::Objects::Root Location::asEntity() const
{
return *static_cast<const Atlas::Objects::Root*>(nullptr);
}
#endif //STUB_Location_asEntity
#ifndef STUB_Location_readFromMessage
//#define STUB_Location_readFromMessage
int Location::readFromMessage(const Atlas::Message::MapType & ent)
{
return 0;
}
#endif //STUB_Location_readFromMessage
#ifndef STUB_Location_readFromEntity
//#define STUB_Location_readFromEntity
int Location::readFromEntity(const Atlas::Objects::Entity::RootEntity & ent)
{
return 0;
}
#endif //STUB_Location_readFromEntity
#ifndef STUB_Location_modifyBBox
//#define STUB_Location_modifyBBox
void Location::modifyBBox()
{
}
#endif //STUB_Location_modifyBBox
#endif