| | |
| | | const uint8_t *plaintext, int plaintext_length, |
| | | uint8_t **ciphertext); |
| | | |
| | | void SetPlatformKey(const uint8_t *key, int length); |
| | | void DelPlatformKey(void); |
| | | int GetPlatformKey(uint8_t *pkey); |
| | | void SetSharedValue(const char *key, int value); |
| | | int GetSharedValue(const char *key); |
| | | void TextSpeak(const char *text); |
| | | void TextOsd(int type, const char *text); |
| | | void DrawScreen(const Polygon *map, const Polygon *car); |
| | | void SendMsgToMainProc(int cmd, const char *value); |
| | | void DisplayText(const char *string); |
| | | void PlayTTS(const char *string); |
| | | |
| | | #endif //RTKBASESTATION_NATIVE_LIB_H |