Skip to content

Commit

Permalink
SUPER
Browse files Browse the repository at this point in the history
  • Loading branch information
francescoriccio committed Mar 11, 2014
1 parent ded204d commit eede2ee
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 310 deletions.
112 changes: 0 additions & 112 deletions machineLearning/ConfigurationParameters.h

This file was deleted.

21 changes: 9 additions & 12 deletions machineLearning/DiveHandle.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include "Tools/Math/Vector2.h"
#include "Tools/Enum.h"

class DiveHandle : public Streamable
{
Expand All @@ -20,18 +21,14 @@ class DiveHandle : public Streamable
}

public:
enum Dive
{
none = 1,
lDive,
rDive,
lcloseDive,
rcloseDive,
stopBall
};

typedef int Dive;

ENUM(Dive,
none = 1,
lDive,
rDive,
lcloseDive,
rcloseDive,
stopBall);

float diveTime;
float ballProjectionEstimate;
Dive diveType;
Expand Down
Loading

0 comments on commit eede2ee

Please sign in to comment.