Files
moos-ivp-pi/src/pSurfaceSupportComm/SurfaceSupportComm_Info.h
zengxiaobin 3825c56552 no comment
2023-11-28 15:20:34 +08:00

19 lines
643 B
C
Executable File

/****************************************************************/
/* NAME: Xiaobin Zeng */
/* ORGN: MIT Cambridge MA */
/* FILE: SurfaceSupportComm_Info.h */
/* DATE: Dec 29th 1963 */
/****************************************************************/
#ifndef SurfaceSupportComm_INFO_HEADER
#define SurfaceSupportComm_INFO_HEADER
void showSynopsis();
void showHelpAndExit();
void showExampleConfigAndExit();
void showInterfaceAndExit();
void showReleaseInfoAndExit();
#endif