Project

General

Profile

Revision 9b3564f3

ID9b3564f3c7c83a634560abd548e30abb61798d4f
Parent 71d57001
Child 8f964d39

Added by Alex Zirbel about 12 years ago

Sonar prototypes in scoutsim package.

View differences:

scout/scoutsim/src/sim_frame.h
62 62

  
63 63
namespace scoutsim
64 64
{
65
    /**
66
     * State of the whole world, positions of all scouts!
67
     * Passed by reference to scouts for reading on update loop.
68
     * Updated only by sim_frame to prevent concurrency problems.
69
     */
70
    typedef struct world_state
71
    {
72
        float canvas_width;
73
        float canvas_height;
74

  
75
    } world_state;
76

  
65 77
    class SimFrame : public wxFrame
66 78
    {
67 79
        public:

Also available in: Unified diff