8#include "Arp/Base/Rsc/Commons/Rsc.hpp"
9#include "Arp/Base/Rsc/Commons/RscSerializable.hpp"
10#include "Arp/Base/Rsc/Commons/RscString.hxx"
11#include "Arp/Base/Rsc/Commons/RscStream.hpp"
12#include "TraitItem.hpp"
13#include "FileSystemError.hpp"
15#include "Arp/System/Commons/Services/Io/TraitItem.hpp"
19namespace Arp {
namespace System {
namespace Commons {
namespace Services {
namespace Io
23using namespace Arp::Base::Rsc::Commons;
58 static size_t GetFieldCount(
void);
Any custom struct type which is intended to be marshalled in a Rsc serialization context,...
Definition: RscSerializable.hpp:35
This class might be used to marshal unstructured stream data as bytes.
Definition: RscStream.hpp:29
Reads marshaled data of RSC services.
Definition: RscReader.hpp:34
Writes marshalled data of RSC services.
Definition: RscWriter.hpp:34
Contains all input information and data of a file to write
Definition: WriteFileData.hpp:29
std::vector< TraitItem > TraitItems
Contains the traits of the file to set after the file is written
Definition: WriteFileData.hpp:47
boolean Overwrite
Indicates whether a file shall be overwritten. If it is set true, an existing file will be overwritte...
Definition: WriteFileData.hpp:42
RscStream Data
Contains the data of the file to write
Definition: WriteFileData.hpp:52
RscString< 512 > FilePath
The path of the file to write
Definition: WriteFileData.hpp:34
FileSystemError
This enum is used by several file operations.
Definition: FileSystemError.hpp:19
Root namespace for the PLCnext API