Przegląd
Opisane poniżej funkcje są przeznaczone do użytku podczas tworzenia aplikacji. Nie należy ich używać w aplikacjach związanych z dostawą.
Podsumowanie
Funkcje | |
---|---|
rsDebug | Rejestruj komunikat i wartości |
Funkcje
rsDebug : loguj komunikat i wartości
void rsDebug(const char* message, char a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, char2 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, char3 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, char4 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, const rs_matrix2x2* a); | |
void rsDebug(const char* message, const rs_matrix3x3* a); | |
void rsDebug(const char* message, const rs_matrix4x4* a); | |
void rsDebug(const char* message, const void* a); | |
void rsDebug(const char* message, double a); | |
void rsDebug(const char* message, double2 a); | Dodano do poziomu interfejsu API 23. |
void rsDebug(const char* message, double3 a); | Dodano do poziomu interfejsu API 23. |
void rsDebug(const char* message, double4 a); | Dodano do poziomu interfejsu API 23. |
void rsDebug(const char* message, float a); | |
void rsDebug(const char* message, float a, float b); | |
void rsDebug(const char* message, float a, float b, float c); | |
void rsDebug(const char* message, float a, float b, float c, float d); | |
void rsDebug(const char* message, float2 a); | |
void rsDebug(const char* message, float3 a); | |
void rsDebug(const char* message, float4 a); | |
void rsDebug(const char* message, half a); | Dodano do poziomu interfejsu API 24. |
void rsDebug(const char* message, half2 a); | Dodano do poziomu interfejsu API 24. |
void rsDebug(const char* message, half3 a); | Dodano do poziomu interfejsu API 24. |
void rsDebug(const char* message, half4 a); | Dodano do poziomu interfejsu API 24. |
void rsDebug(const char* message, int a); | |
void rsDebug(const char* message, int2 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, int3 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, int4 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, long a); | |
void rsDebug(const char* message, long long a); | |
void rsDebug(const char* message, long2 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, long3 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, long4 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, short a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, short2 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, short3 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, short4 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, uchar a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, uchar2 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, uchar3 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, uchar4 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, uint a); | |
void rsDebug(const char* message, uint2 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, uint3 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, uint4 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, ulong a); | |
void rsDebug(const char* message, ulong2 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, ulong3 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, ulong4 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, un signed long a); | |
void rsDebug(const char* message, ushort a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, ushort2 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, ushort3 a); | Dodano do poziomu interfejsu API 17 |
void rsDebug(const char* message, ushort4 a); | Dodano do poziomu interfejsu API 17 |
Ta funkcja wydrukuje w standardowym dzienniku komunikat, po którym zostaną podane podane wartości.
Ta funkcja jest przeznaczona tylko do debugowania i nie powinna być używana w aplikacjach transportowych.