| 
    CTRE Phoenix C++ 5.34.0-beta-4
    
   | 
 
#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 | ||
| ) |