serializercoachstdv13.h
来自「2009 ROBOCUP 仿真2DSERVER 源码」· C头文件 代码 · 共 66 行
H
66 行
// -*-c++-*-/*************************************************************************** serializercoachstdv13.h Class for serializing data to std v13 offline coaches ------------------- begin : 2008-10-28 copyright : (C) 2008 by The RoboCup Soccer Server Maintenance Group. email : sserver-admin@lists.sourceforge.net***************************************************************************//*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU LGPL as published by the Free Software * * Foundation; either version 2 of the License, or (at your option) any * * later version. * * * ***************************************************************************/#ifndef SERIALIZERCOACHSTDV13_H#define SERIALIZERCOACHSTDV13_H#include "serializercoachstdv8.h"namespace rcss {class SerializerCoachStdv13 : public SerializerCoachStdv8 {protected: SerializerCoachStdv13( const SerializerCommon & common );public: virtual ~SerializerCoachStdv13(); static const SerializerCoachStdv13 * instance(); virtual void serializeVisualPlayer( std::ostream & strm, const Player & player, const std::string & name, const PVector & pos, const PVector & vel, const int body, const int neck ) const; virtual void serializeVisualPlayer( std::ostream & strm, const Player & player, const std::string & name, const PVector & pos, const PVector & vel, const int body, const int neck, const int point_dir ) const;};}#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?