#include <ps_located.h>
Definition at line 679 of file ps_located.h.
Public Member Functions | |
| CPostNewElementRequestInfo (const NLMISC::CVector &pos=NLMISC::CVector::Null, const NLMISC::CVector &speed=NLMISC::CVector::Null) | |
| void | serial (NLMISC::IStream &f) throw (NLMISC::EStream) |
Data Fields | |
| NLMISC::CVector | _Pos |
| NLMISC::CVector | _Speed |
|
||||||||||||
|
Definition at line 687 of file ps_located.h.
|
|
|
Definition at line 683 of file ps_located.h.
00684 {
00685 f.serial(_Pos, _Speed);
00686 }
|
|
|
Definition at line 681 of file ps_located.h. |
|
|
Definition at line 682 of file ps_located.h. |
1.3.6