35#ifndef _NETSIM_ANIMATION_H_
36#define _NETSIM_ANIMATION_H_
40#ifndef _NETSIM_ANIMATION_CODE_
41#pragma comment (lib,"Animation.lib")
48#ifndef MAX_PACKET_TYPE_LEN
49#define MAX_PACKET_TYPE_LEN 100
70 static char animFileType[][50] = {
"generic",
"table",
"2dplot",
"3dplot",
"graph",
"battery" };
void animation_add_new_entry(ANIM_HANDLE animHandle, ANIM_TYPE type, void *format,...)
void animation_table_new(ANIM_HANDLE animHandle, char *heading)
static char animFileType[][50]
void fn_NetSim_Anim_Close()
struct stru_move_node * ptrMOVENODE
void anim_set_anim_flag(char *flag)
#define MAX_PACKET_TYPE_LEN
void anim_set_file_name(ANIM_HANDLE handle, char *name)
struct stru_transmit_packet * ptrTRANSMITPACKET
enum enum_anim_fileType ANIMFILETYPE
struct stru_transmit_packet TRANSMITPACKET
static char animType[][50]
ANIM_FLAG anim_get_anim_flag()
void fn_NetSim_Anim_Init(char *ioPath)
enum enum_anim_flag ANIM_FLAG
void animation_table_row(ANIM_HANDLE animHandle, char *format,...)
void animation_table_time(ANIM_HANDLE animHandle, double time)
enum enum_anim_type ANIM_TYPE
ANIM_HANDLE anim_add_new_menu(ANIM_HANDLE handle, char *name, bool isThreadReq, bool isNewScreen, bool isFile, UINT maxDataLen, ANIMFILETYPE fileType)
struct stru_line * ptrLINE
struct stru_move_node MOVENODE
static ANIM_HANDLE handle
#define _declspec(dllexport)
This function is used to trigger the update.
char name[MAX_PACKET_TYPE_LEN]