CTRE Phoenix C++ 5.33.1
|
#include "ctre/phoenix/cci/CCI.h"
#include "ctre/phoenix/platform/Platform.hpp"
#include "ctre/phoenix/ErrorCode.h"
#include <stdint.h>
Go to the source code of this file.
Functions | |
CCIEXPORT ctre::phoenix::ErrorCode | c_SimCreate (DeviceType type, int id) |
CCIEXPORT ctre::phoenix::ErrorCode | c_SimDestroy (DeviceType type, int id) |
CCIEXPORT ctre::phoenix::ErrorCode | c_SimDestroyAll () |
CCIEXPORT ctre::phoenix::ErrorCode | c_SimSetPhysicsInput (DeviceType type, int id, std::string_view physicsType, double value) |
CCIEXPORT ctre::phoenix::ErrorCode | c_SimGetPhysicsValue (DeviceType type, int id, std::string_view physicsType, double &value) |
CCIEXPORT ctre::phoenix::ErrorCode | c_SimGetLastError (DeviceType type, int id) |
CCIEXPORT ctre::phoenix::ErrorCode c_SimCreate | ( | DeviceType | type, |
int | id | ||
) |
CCIEXPORT ctre::phoenix::ErrorCode c_SimDestroy | ( | DeviceType | type, |
int | id | ||
) |
CCIEXPORT ctre::phoenix::ErrorCode c_SimDestroyAll | ( | ) |
CCIEXPORT ctre::phoenix::ErrorCode c_SimGetLastError | ( | DeviceType | type, |
int | id | ||
) |
CCIEXPORT ctre::phoenix::ErrorCode c_SimGetPhysicsValue | ( | DeviceType | type, |
int | id, | ||
std::string_view | physicsType, | ||
double & | value | ||
) |
CCIEXPORT ctre::phoenix::ErrorCode c_SimSetPhysicsInput | ( | DeviceType | type, |
int | id, | ||
std::string_view | physicsType, | ||
double | value | ||
) |