Fawkes API
Fawkes Development Version
|
Internal data storage, do NOT modify! More...
Public Attributes | |
int64_t | timestamp_sec |
Interface Unix timestamp, seconds. | |
int64_t | timestamp_usec |
Interface Unix timestamp, micro-seconds. | |
char | text [1024] |
Last spoken string. |
Internal data storage, do NOT modify!
Last spoken string.
Must be properly null-terminated.
Definition at line 77 of file SpeechSynthInterface.h.
Referenced by fawkes::SpeechSynthInterface::SayMessage::SayMessage().
Interface Unix timestamp, seconds.
Definition at line 75 of file SpeechSynthInterface.h.
Interface Unix timestamp, micro-seconds.
Definition at line 76 of file SpeechSynthInterface.h.