AnalogTrigger support in Java

Analog triggers now work in Java.

Integration tests for analog triggers are included.

A message in the C++ analog trigger IT was fixed.

Change-Id: I50007c6901b8391d32c0e81becdbe18e48a7840f
This commit is contained in:
Thomas Clark
2014-08-01 12:39:19 -04:00
parent 38583789be
commit ba4e74d299
4 changed files with 179 additions and 51 deletions

View File

@@ -91,5 +91,5 @@ TEST_F(AnalogLoopTest, AnalogTriggerCounterWorks) {
}
// The counter should be 50
EXPECT_EQ(50, counter.Get()) << "Analog trigger counter did not count 100 ticks";
EXPECT_EQ(50, counter.Get()) << "Analog trigger counter did not count 50 ticks";
}