trick/trick_source/sim_services/FrameLog/include/framelog_proto.h
2015-02-26 09:02:31 -06:00

19 lines
228 B
C

#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