 |
WebRadioApp
0.1
|
void EwStrCpy(char *aDst, const char *aSrc)
Definition: ewextrte.c:433
unsigned long EwGetTicks(void)
Definition: ewextrte.c:251
XFloat EwMathRound(XFloat aValue)
Definition: ewextrte.c:838
unsigned long EwBspClockGetTicks(void)
The function EwBspClockGetTicks returns the current ticks counter value.
Definition: ew_bsp_clock.c:245
void EwZero(void *aDstPtr, int aCount)
Definition: ewextrte.c:335
XFloat EwMathArcSin(XFloat aValue)
Definition: ewextrte.c:588
XInt32 EwMathRandInt32(XInt32 aValue1, XInt32 aValue2)
Definition: ewextrte.c:777
void EwConsoleOutput(const char *aMessage)
Definition: ewextrte.c:199
XFloat EwMathFloor(XFloat aValue)
Definition: ewextrte.c:857
XInt64 EwGetTime(void)
Definition: ewextrte.c:274
int EwStrLen(const char *aStr)
Definition: ewextrte.c:505
XFloat EwMathSqrt(XFloat aValue)
Definition: ewextrte.c:674
void EwFree(void *aMemory)
Definition: ewextrte.c:123
signed long XInt32
Definition: ewrte.h:1586
XFloat EwMathExp(XFloat aValue)
Definition: ewextrte.c:715
XFloat EwMathPow(XFloat aA, XFloat aB)
Definition: ewextrte.c:695
signed long long XInt64
Definition: ewrte.h:1587
XFloat EwMathLog(XFloat aValue)
Definition: ewextrte.c:735
void EwPrint(const char *aFormat,...)
XFloat EwMathCos(XFloat aAngle)
Definition: ewextrte.c:545
int EwStrCmp(const char *aStr1, const char *aStr2)
Definition: ewextrte.c:483
XFloat EwMathArcTan2(XFloat aY, XFloat aX)
Definition: ewextrte.c:652
void * EwAlloc(int aSize)
Definition: ewextrte.c:100
XFloat EwMathCeil(XFloat aValue)
Definition: ewextrte.c:876
static int RandInitialized
Definition: ewextrte.c:77
float XFloat
Definition: ewrte.h:1595
int EwIsHeapPtr(void *aMemory)
void EwCopy(void *aDstPtr, const void *aSrcPtr, int aCount)
Definition: ewextrte.c:409
unsigned long EwBspClockGetTime(void)
Returns the current time in seconds since 01.01.1970.
Definition: ew_bsp_clock.c:257
void EwSaveRegister(void *aBuffer)
Definition: ewextrte.c:228
void EwPanic(void)
Definition: ewextrte.c:173
void EwBspConsolePutCharacter(unsigned char aCharacter)
The function EwBspConsolePutCharacter sends the given character to the console interface.
Definition: ew_bsp_console.c:170
void EwFill(void *aDstPtr, unsigned char aValue, int aCount)
Definition: ewextrte.c:359
XFloat EwMathArcCos(XFloat aValue)
Definition: ewextrte.c:610
XFloat EwMathRandFloat(XFloat aValue1, XFloat aValue2)
Definition: ewextrte.c:809
XFloat EwMathTan(XFloat aAngle)
Definition: ewextrte.c:566
XFloat EwMathArcTan(XFloat aValue)
Definition: ewextrte.c:631
int EwIsMemory(void *aPtr)
Definition: ewextrte.c:146
void * EwAllocHeapBlock(int aSize)
XFloat EwMathLog10(XFloat aValue)
Definition: ewextrte.c:755
void EwFreeHeapBlock(void *aMemory)
void EwMove(void *aDstPtr, const void *aSrcPtr, int aCount)
Definition: ewextrte.c:384
void EwStrCat(char *aDst, const char *aSrc)
Definition: ewextrte.c:457
XFloat EwMathSin(XFloat aAngle)
Definition: ewextrte.c:524
#define EwGetPerfCounter(aSeconds, aMicroseconds, aCPUMicroseconds)
Definition: ewrte.h:8173