17 lines
295 B
C
Raw Permalink Normal View History

#pragma once
#include "PublicDefine.h"
/**
* @brief FastDDS代码生成类IDL文件生成FastDDS代码
*/
class FastDDSGen
{
public:
/**
* @brief FastDDS代码
* @return
*/
static bool generateFastDDSCode(std::string idlFilePath);
};