|
static bool | CreateNewTypeLevel (uint16 id, const char *name, uint64 time=0) |
|
static bool | GetTypeLevelName (uint16 id, char *name, uint32 maxSize) |
|
static bool | GetTypeLevelID (const char *name, uint16 &id) |
|
static bool | DeleteTypeLevel (const char *name) |
|
static bool | DeleteTypeLevel (uint16 id) |
|
static uint64 | GetTypeLevelCreateTime (uint16 id) |
|
static bool | CreateNewContextLevel (uint16 id, const char *name, uint64 time=0) |
|
static bool | GetContextLevelName (uint16 id, char *name, uint32 maxSize) |
|
static bool | GetContextLevelID (const char *name, uint16 &id) |
|
static bool | DeleteContextLevel (const char *name) |
|
static bool | DeleteContextLevel (uint16 id) |
|
static uint64 | GetContextLevelCreateTime (uint16 id) |
|
static bool | CreateNewTopic (uint8 id, const char *name) |
|
static bool | GetTopicName (uint32 id, char *name, uint32 maxSize) |
|
static bool | GetTopicID (const char *name, uint32 &id) |
|
static bool | DeleteTopic (const char *name) |
|
static bool | DeleteTopic (uint32 id) |
|
static uint64 | GetTopicCreateTime (uint32 id) |
|
static bool | CreateNewCrank (uint16 id, const char *name, const char *function, const char *libraryFilename, uint64 time=0) |
|
static bool | GetCrankName (uint16 id, char *name, uint32 maxSize) |
|
static bool | GetCrankFunction (uint16 id, char *function, uint32 maxSize) |
|
static bool | GetCrankLibraryFilename (uint16 id, char *libraryFilename, uint32 maxSize) |
|
static bool | GetCrankID (const char *name, uint16 &id) |
|
static bool | GetCrankScript (uint16 id, char *script, uint32 maxSize) |
|
static bool | SetCrankScript (uint16 id, const char *script) |
|
static bool | DeleteCrank (uint16 id) |
|
static bool | DeleteCrank (const char *name) |
|
static uint64 | GetCrankCreateTime (uint16 id) |
|