#include <src/orxonox/objects/Test.h>
Public Member Functions | |
void | call2 (unsigned int clientID, std::string s1, std::string s2, std::string s3, std::string s4) |
void | checkS1 () |
void | checkS2 () |
void | checkS3 () |
void | checkS4 () |
void | checkU1 () |
void | checkU2 () |
void | checkU3 () |
void | checkU4 () |
void | printBlaBla (std::string s1, std::string s2, std::string s3, std::string s4, std::string s5) |
void | registerVariables () |
void | setConfigValues () |
Function to collect the SetConfigValue-macro calls. | |
void | setS1 (TYPE value) |
void | setS2 (TYPE value) |
void | setS3 (TYPE value) |
void | setS4 (TYPE value) |
void | setU1 (UTYPE value) |
void | setU2 (UTYPE value) |
void | setU3 (UTYPE value) |
void | setU4 (UTYPE value) |
Test (BaseObject *creator) | |
virtual void | tick (float dt) |
Gets called every frame. | |
virtual | ~Test () |
Static Public Member Functions | |
static void | call (unsigned int clientID) |
static void | printV1 () |
static void | printV2 () |
static void | printV3 () |
static void | printV4 () |
Private Attributes | |
TYPE | s1 |
TYPE | s2 |
TYPE | s3 |
TYPE | s4 |
UTYPE | u1 |
UTYPE | u2 |
UTYPE | u3 |
UTYPE | u4 |
Static Private Attributes | |
static Test * | instance_ = 0 |
orxonox::Test::Test | ( | BaseObject * | creator | ) |
orxonox::Test::~Test | ( | ) | [virtual] |
References instance_.
void orxonox::Test::call | ( | unsigned int | clientID | ) | [static] |
References callStaticNetworkFunction, and printV1().
void orxonox::Test::call2 | ( | unsigned int | clientID, | |
std::string | s1, | |||
std::string | s2, | |||
std::string | s3, | |||
std::string | s4 | |||
) |
References callMemberNetworkFunction, orxonox::Synchronisable::getObjectID(), and printBlaBla().
Referenced by tick().
void orxonox::Test::checkS1 | ( | ) |
void orxonox::Test::checkS2 | ( | ) |
void orxonox::Test::checkS3 | ( | ) |
void orxonox::Test::checkS4 | ( | ) |
void orxonox::Test::checkU1 | ( | ) |
void orxonox::Test::checkU2 | ( | ) |
void orxonox::Test::checkU3 | ( | ) |
void orxonox::Test::checkU4 | ( | ) |
void orxonox::Test::printBlaBla | ( | std::string | s1, | |
std::string | s2, | |||
std::string | s3, | |||
std::string | s4, | |||
std::string | s5 | |||
) |
static void orxonox::Test::printV1 | ( | ) | [inline, static] |
Referenced by call().
static void orxonox::Test::printV2 | ( | ) | [inline, static] |
static void orxonox::Test::printV3 | ( | ) | [inline, static] |
static void orxonox::Test::printV4 | ( | ) | [inline, static] |
void orxonox::Test::registerVariables | ( | ) |
void orxonox::Test::setConfigValues | ( | ) |
void orxonox::Test::setS1 | ( | TYPE | value | ) | [inline] |
void orxonox::Test::setS2 | ( | TYPE | value | ) | [inline] |
void orxonox::Test::setS3 | ( | TYPE | value | ) | [inline] |
void orxonox::Test::setS4 | ( | TYPE | value | ) | [inline] |
void orxonox::Test::setU1 | ( | UTYPE | value | ) | [inline] |
void orxonox::Test::setU2 | ( | UTYPE | value | ) | [inline] |
void orxonox::Test::setU3 | ( | UTYPE | value | ) | [inline] |
void orxonox::Test::setU4 | ( | UTYPE | value | ) | [inline] |
void orxonox::Test::tick | ( | float | dt | ) | [virtual] |
Gets called every frame.
dt | The time since the last frame in seconds |
Implements orxonox::Tickable.
References call2().
Test * orxonox::Test::instance_ = 0 [static, private] |
TYPE orxonox::Test::s1 [private] |
Referenced by checkS1(), registerVariables(), and setConfigValues().
TYPE orxonox::Test::s2 [private] |
Referenced by checkS2(), registerVariables(), and setConfigValues().
TYPE orxonox::Test::s3 [private] |
Referenced by checkS3(), registerVariables(), and setConfigValues().
TYPE orxonox::Test::s4 [private] |
Referenced by checkS4(), registerVariables(), and setConfigValues().
UTYPE orxonox::Test::u1 [private] |
Referenced by checkU1(), registerVariables(), and setConfigValues().
UTYPE orxonox::Test::u2 [private] |
Referenced by checkU2(), registerVariables(), and setConfigValues().
UTYPE orxonox::Test::u3 [private] |
Referenced by checkU3(), registerVariables(), and setConfigValues().
UTYPE orxonox::Test::u4 [private] |
Referenced by checkU4(), registerVariables(), and setConfigValues().