#include "src/core/lib/transport/pid_controller.h"
#include <float.h>
#include <math.h>
#include <gtest/gtest.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include "src/core/lib/gpr/string.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Classes | |
class | grpc_core::testing::SimpleConvergenceTest |
struct | grpc_core::testing::SimpleConvergenceTestArgs |
Namespaces | |
grpc_core | |
grpc_core::testing | |
Functions | |
grpc_core::testing::INSTANTIATE_TEST_SUITE_P (X, SimpleConvergenceTest, ::testing::Values(SimpleConvergenceTestArgs{0.2, 0, 0, 1, 100, 0}, SimpleConvergenceTestArgs{0.2, 0.1, 0, 1, 100, 0}, SimpleConvergenceTestArgs{0.2, 0.1, 0.1, 1, 100, 0})) | |
int | main (int argc, char **argv) |
std::ostream & | grpc_core::testing::operator<< (std::ostream &out, SimpleConvergenceTestArgs args) |
grpc_core::testing::TEST (PidController, NoOp) | |
grpc_core::testing::TEST_P (SimpleConvergenceTest, Converges) | |
Definition at line 88 of file pid_controller_test.cc.