Open Reality Reference Guide
 
Loading...
Searching...
No Matches
fbserialmanager.h
Go to the documentation of this file.
1#ifndef __FBSERIALMANAGER_H__
2#define __FBSERIALMANAGER_H__
3// =======================================================================
4// Copyright 2020 Autodesk, Inc. All rights reserved.
5//
6// This computer source code and related instructions and comments are the
7// unpublished confidential and proprietary information of Autodesk, Inc.
8// and are protected under applicable copyright and trade secret law. They
9// may not be disclosed to, copied or used by any third party without the
10// prior written consent of Autodesk, Inc.
11// =======================================================================
12
19#include <kaydaradef.h>
20#ifndef FBSDK_DLL
24#define FBSDK_DLL K_DLLIMPORT
25#endif
26
27#include <fbsdk/fbcomponent.h>
28
29#include <fbsdk/fbio.h> // FBPropertyListCommPort
30
31#ifdef FBSDKUseNamespace
32namespace FBSDKNamespace {
33#endif //FBSDKUseNamespace
34
37
42{
44
45public:
46
48
52
57
58protected:
63};
64
65#ifdef FBSDKUseNamespace
66}
67#endif //FBSDKUseNamespace
68
69#endif //__FBSERIALMANAGER_H__
MotionBuilder SDK base class.
PropertyList: CommPort.
Definition fbio.h:163
Serial Manager class.
static FBSerialManager & TheOne()
Returns the only instance of FBSerialManager.
FBPropertyListCommPort CommPorts
List: Comm Ports available.
FBSerialManager()
Constructor.
void RescanCommPorts()
Rescan the Comm Ports available.
Basic class definitions.
#define FBSDK_DLL
Be sure that FBSDK_DLL is defined only once...
#define FBClassDeclare(Name, Parent)
Class declaration.
Definition fbdefines.h:85
Hardware input and output interfaces.
#define FB_DEFINE_COMPONENT(DllTag, Type)
Define a component and give it the ability to be a property.
#define FB_FORWARD(ClassName)
Forwarding of class and typedef declaration.
Definition fbtypes.h:62