Dataflow Runtime API
4.0.1.0
|
#include <Imt.Base.Core.Platform/Platform.h>
#include <Imt.Base.Core.Util/LinkedList.h>
#include <Imt.Base.Core.Util/ObjectPoolAllocator.h>
#include <Imt.Base.Core.Util/TrivialPoolAllocator.h>
#include "RemotingConfig.h"
#include "RemotingServiceIfc.h"
Classes | |
class | imt::base::lib::remoting::RemotePools |
RemotePools. More... | |
struct | imt::base::lib::remoting::RemotePools::DataFrameData |
Struct to save frame data. More... | |
Namespaces | |
imt | |
This is a application specific file which is used to configure Imt.Base.Core.Math. | |
imt::base | |
imt::base::lib | |
imt::base::lib::remoting | |
Typedefs | |
typedef ::imt::base::core::util::ListNode< RemoteObjectIfc *, ::imt::base::core::util::linkedListType::DOUBLE > | imt::base::lib::remoting::RegistryPageNode |
Node type for registry pages. More... | |
typedef ::imt::base::core::util::TrivialPoolAllocator< RegistryPageNode > | imt::base::lib::remoting::RegistryPageNodeAllocator |
Allocator type for Registry page node elements. More... | |