Remote Call Framework 3.4
Version.hpp File Reference
#include <RCF/BuildVersion.hpp>
#include <RCF/Export.hpp>
#include <cstdint>

Go to the source code of this file.

Functions

RCF_EXPORT std::uint32_t RCF::getMaxSupportedRuntimeVersion ()
 Gets the maximum RCF runtime version number this RCF build supports. More...
 
RCF_EXPORT std::uint32_t RCF::getRuntimeVersion ()
 Gets the RCF runtime version number. More...
 
RCF_EXPORT void RCF::setRuntimeVersion (std::uint32_t version)
 Sets the RCF runtime version number. Applies to all RCF clients and servers within the current process. More...
 
RCF_EXPORT std::uint32_t RCF::getArchiveVersion ()
 Gets the RCF archive version number. More...
 
RCF_EXPORT void RCF::setArchiveVersion (std::uint32_t version)
 Sets the RCF archive version number. Applies to all RCF clients and servers within the current process. More...
 

Function Documentation

◆ getMaxSupportedRuntimeVersion()

RCF_EXPORT std::uint32_t RCF::getMaxSupportedRuntimeVersion ( )

Gets the maximum RCF runtime version number this RCF build supports.

◆ getRuntimeVersion()

RCF_EXPORT std::uint32_t RCF::getRuntimeVersion ( )

Gets the RCF runtime version number.

◆ setRuntimeVersion()

RCF_EXPORT void RCF::setRuntimeVersion ( std::uint32_t  version)

Sets the RCF runtime version number. Applies to all RCF clients and servers within the current process.

◆ getArchiveVersion()

RCF_EXPORT std::uint32_t RCF::getArchiveVersion ( )

Gets the RCF archive version number.

◆ setArchiveVersion()

RCF_EXPORT void RCF::setArchiveVersion ( std::uint32_t  version)

Sets the RCF archive version number. Applies to all RCF clients and servers within the current process.