Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

cPacketPlotCourse Class Reference

Plot course for ships. More...

#include <packets.h>

Inheritance diagram for cPacketPlotCourse:

cServerPacket cPacket List of all members.

Private Methods

 cPacketPlotCourse ()

Private Attributes

Serial serial
 serial

UI08 type
 type

UI08 state
 plotting state ( 1=on, 0=off, valid only if type 7 )

UI16 x
 x pin ( relative to upper left corner of the map, inpixel, for points )

UI16 y
 y pin ( relative to upper left corner of the map, inpixel, for points )


Detailed Description

Plot course for ships.

Author:
Endymion
Since:
0.83
Note:
0x56
type 1= add map point 2= add new pin with pin number ( insertion, other pins after the number are pushed back ) 3= change pin 4= remove pin 5= remove all pin on the map 6= toggle the "editable" state of the map 7= return msg from the server to the request 6 of the client


Constructor & Destructor Documentation

cPacketPlotCourse::cPacketPlotCourse   [private]
 


Member Data Documentation

Serial cPacketPlotCourse::serial [private]
 

serial

UI08 cPacketPlotCourse::state [private]
 

plotting state ( 1=on, 0=off, valid only if type 7 )

UI08 cPacketPlotCourse::type [private]
 

type

UI16 cPacketPlotCourse::x [private]
 

x pin ( relative to upper left corner of the map, inpixel, for points )

UI16 cPacketPlotCourse::y [private]
 

y pin ( relative to upper left corner of the map, inpixel, for points )


The documentation for this class was generated from the following files: SourceForge.net Logo