Add MultiSnapshot

This commit is contained in:
2020-05-11 21:55:34 +02:00
parent ea15817e53
commit 6afdf1a387
21 changed files with 904 additions and 714 deletions
+22 -22
View File
@@ -1,22 +1,22 @@
#ifndef RECORDER_SETTINGS_H
#define RECORDER_SETTINGS_H
#include <string>
namespace CameraRecorder {
namespace Recorder {
struct Settings
{
std::string Path;
std::string IpAddress;
std::string Port;
std::string Username;
std::string Password;
};
} // namespace Recorder
} // namespace CameraRecorder
#endif // RECORDER_SETTINGS_H
#ifndef RECORDER_SETTINGS_H
#define RECORDER_SETTINGS_H
#include <string>
namespace CameraRecorder {
namespace Recorder {
struct Settings
{
std::string Path;
std::string IpAddress;
std::string Port;
std::string Username;
std::string Password;
};
} // namespace Recorder
} // namespace CameraRecorder
#endif // RECORDER_SETTINGS_H