Update of /cvsroot/playerstage/code/player/libplayercore/interfaces
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1460/libplayercore/interfaces

Modified Files:
        063_vectormap.def 
Log Message:
Added entries to .cvsignore for eclipse CVS setup
Modified playerxdrgen to generate clone and free methods
Renamed dpcpy methods to copy and made argument order match memcpy
simplified vectormap interface a little
fixed misc warnings
cleanup tests

Index: 063_vectormap.def
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/libplayercore/interfaces/063_vectormap.def,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 063_vectormap.def   20 Aug 2007 19:42:47 -0000      1.1
--- 063_vectormap.def   17 Sep 2007 02:18:59 -0000      1.2
***************
*** 16,21 ****
  /** Request/reply subtype: get vectormap meta-data. */
  message { REQ, GET_MAP_INFO, 1, player_vectormap_info_t };
- /** Request/reply subtype: get layer info. */
- message { REQ, GET_LAYER_INFO, 2, player_vectormap_layer_info_t };
  /** Request/reply subtype: get layer data. */
  message { REQ, GET_LAYER_DATA, 3, player_vectormap_layer_data_t };
--- 16,19 ----
***************
*** 49,53 ****
  typedef struct player_vectormap_layer_data
  {
!   player_vectormap_layer_info_t info;
    /** The number of map features. */
    uint32_t features_count;
--- 47,54 ----
  typedef struct player_vectormap_layer_data
  {
!   /** Length of name in bytes */
!   uint32_t name_count;
!   /** Identifier for the layer */
!   char* name;
    /** The number of map features. */
    uint32_t features_count;
***************
*** 64,68 ****
    uint32_t layers_count;
    /** Array of layers. */
!   player_vectormap_layer_data_t* layers;
    /** Boundary area. */
    player_extent2d_t extent;
--- 65,69 ----
    uint32_t layers_count;
    /** Array of layers. */
!   player_vectormap_layer_info_t* layers;
    /** Boundary area. */
    player_extent2d_t extent;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to