#include <iostream>
#include <utils/ConfigFile.h>
#include <utils/Player.h>
#include <TimeSource/TimeSource.h>
#include "VehPoseSource.h"
#include "VehPosePlayer.h"
Include dependency graph for PlayerVehPoseSource.cc:

Go to the source code of this file.
Classes | |
| class | PlayerVehPoseSource |
| Player interface definition for VehPoseSource. More... | |
Functions | |
| VehPoseSource * | create_VehPoseSource_player (VehPoseSourceGenerator *gen, utils::ConfigFile *params, utils::SymbolTable *globals) |
| The required creation function for the "player" tag. | |
Definition in file PlayerVehPoseSource.cc.
1.4.4