Skip to content

Commit

Permalink
DH
Browse files Browse the repository at this point in the history
  • Loading branch information
francescoriccio committed Mar 28, 2014
2 parents a9fe8c8 + f81a5fa commit 3dbccf6
Show file tree
Hide file tree
Showing 5 changed files with 271 additions and 124 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 3dbccf6

Please sign in to comment.