trick/trick_source/sim_services/FrameLog/include/framelog_proto.h

19 lines
228 B
C
Raw Normal View History

2015-02-26 15:02:31 +00:00
#ifndef _FRAMELOG_PROTO_H_
#define _FRAMELOG_PROTO_H_
#ifdef __cplusplus
extern "C" {
#endif
int frame_log_on() ;
int frame_log_off() ;
int frame_log_set_max_samples(int num) ;
#ifdef __cplusplus
}
#endif
#endif