Summary
Members | Descriptions
--------------------------------|---------------------------------------------
namespace
HP::Glia::Messaging::Protobuf
|
namespace
HP::Omnicept
|
namespace
HP::Omnicept::Errors
|
namespace
HP::Omnicept::Messaging
|
namespace
HP::Omnicept::Messaging::Messages
|
namespace
HP::Omnicept::Messaging::Protobuf
|
namespace
HP::Omnicept::Messaging::Zmq
|
class
HP::Omnicept::Messaging::Channel::ChannelBuilder
| Builder for Channels. Transforms a IChannelConfig in to a channel.
class
HP::Omnicept::Glia::GliaRegistry
|
class
HP::Omnicept::Messaging::Protobuf::proto_SessionControlSignal::Types::SessionLicense
|
class
HP::Omnicept::Messaging::Protobuf::proto_ConnectionStatusSignal::Types
| Container for nested types declared in the proto_ConnectionStatusSignal message type.
class
HP::Omnicept::Messaging::Protobuf::proto_BiovaultAction::Types
| Container for nested types declared in the proto_BiovaultAction message type.
class
HP::Omnicept::Messaging::Protobuf::proto_SessionControlSignal::Types
| Container for nested types declared in the proto_SessionControlSignal message type.
class
HP::Omnicept::Messaging::Protobuf::proto_ConnectionInfo::Types
| Container for nested types declared in the proto_ConnectionInfo message type.
class
HP::Glia::Messaging::Protobuf::proto_AarSessionControlSignal::Types
| Container for nested types declared in the proto_AarSessionControlSignal message type.
class
HP::Omnicept::Messaging::Protobuf::proto_BiovaultResult::Types
| Container for nested types declared in the proto_BiovaultResult message type.
class
HP::Omnicept::Messaging::Protobuf::proto_ModuleControlSignal::Types
| Container for nested types declared in the proto_ModuleControlSignal message type.
class
HP::Omnicept::Messaging::Protobuf::proto_CognitiveLoadInputFeature::Types
| Container for nested types declared in the proto_CognitiveLoadInputFeature message type.
class
HP::Omnicept::Messaging::Messages::ConnectionIdentifier::UuidValidator
|
struct
HP::Omnicept::Messaging::Messages::ConnectionParameter::ConnectionType
|
namespace HP::Glia::Messaging::Protobuf
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
class
HP::Glia::Messaging::Protobuf::AarSessionControlSignalReflection
| Holder for reflection information generated from AarSessionControlSignal.proto
class
HP::Glia::Messaging::Protobuf::proto_AarSessionControlSignal
|
class HP::Glia::Messaging::Protobuf::AarSessionControlSignalReflection
Holder for reflection information generated from AarSessionControlSignal.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for AarSessionControlSignal.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for AarSessionControlSignal.proto
class HP::Glia::Messaging::Protobuf::proto_AarSessionControlSignal
class HP::Glia::Messaging::Protobuf::proto_AarSessionControlSignal
: public pb::IMessage< proto_AarSessionControlSignal >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_AarSessionControlSignal
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} global::HP.Glia.Messaging.Protobuf.proto_AarSessionControlSignal.Types.Status
Status
|
{property} string
JWT
|
{property} string
SessionID
|
{property} string
UserID
|
{property} string
Gateway
|
{property} string
ErrorMsg
|
public inline
proto_AarSessionControlSignal
()
|
public inline
proto_AarSessionControlSignal
(
proto_AarSessionControlSignal
other)
|
public inline
proto_AarSessionControlSignal
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_AarSessionControlSignal
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_AarSessionControlSignal
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_AarSessionControlSignal
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} global::HP.Glia.Messaging.Protobuf.proto_AarSessionControlSignal.Types.Status
Status
{property} string
JWT
{property} string
SessionID
{property} string
UserID
{property} string
Gateway
{property} string
ErrorMsg
public inline
proto_AarSessionControlSignal
()
public inline
proto_AarSessionControlSignal
(
proto_AarSessionControlSignal
other)
public inline
proto_AarSessionControlSignal
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_AarSessionControlSignal
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_AarSessionControlSignal
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
namespace HP::Omnicept
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
class
HP::Omnicept::ClientConnectionHandshaker
|
class
HP::Omnicept::ConnectionContext
| Represents a connection to the Glia service
class
HP::Omnicept::Glia
| Represents data coming to/from the Omnicept Runtime
class
HP::Omnicept::GliaCallbacks
| Spawns a thread to handle the IGliaConnection provided. Allows the user to register callbacks for specific message types Only one callback is allowed per message type
class
HP::Omnicept::GliaConnection
| Represents a connection to the Omnicept Runtime
class
HP::Omnicept::GliaConstants
|
class
HP::Omnicept::GliaLastValueCache
| Spawns a thread to handle the IGliaConnection provided. Keeps track of the last values received from the connection and allows querying of those values.
class
HP::Omnicept::GliaValueCache
| Spawns a thread to handle the IGliaConnection provided. Keeps track of the last values received from the connection and allows querying of those values.
class
HP::Omnicept::SubscriptionBuilder
| Represents a connection to the Omnicept Runtime
class HP::Omnicept::ClientConnectionHandshaker
class HP::Omnicept::ClientConnectionHandshaker
: public HP.Omnicept.IClientHandshaker
: public IDisposable
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
ClientConnectionHandshaker
(
ConnectionContext
connectionContext,
Channel
session)
|
public inline void
Update
()
|
public inline
Channel
GetBuiltChannel
()
|
public inline bool
IsChannelBuilt
()
|
public inline bool
IsHandshakeComplete
()
|
public inline ushort
getTimeOut
()
|
public inline void
Dispose
()
|
Members
public inline
ClientConnectionHandshaker
(
ConnectionContext
connectionContext,
Channel
session)
public inline void
Update
()
public inline
Channel
GetBuiltChannel
()
public inline bool
IsChannelBuilt
()
public inline bool
IsHandshakeComplete
()
public inline ushort
getTimeOut
()
public inline void
Dispose
()
class HP::Omnicept::ConnectionContext
Represents a connection to the Glia service
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} string
ConnectionName
|
{property} int
ServicePort
|
{property} string
ClientID
|
{property} string
AccessKey
|
{property} string
UUID
|
{property}
LicensingModel
License
|
{property} bool
IsEditorContext
|
Members
{property} string
ConnectionName
{property} int
ServicePort
{property} string
ClientID
{property} string
AccessKey
{property} string
UUID
{property}
LicensingModel
License
{property} bool
IsEditorContext
class HP::Omnicept::Glia
class HP::Omnicept::Glia
: public IDisposable
Represents data coming to/from the Omnicept Runtime
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} ushort
ServicePort
|
{property}
GliaConnection
Connection
| The connection to the Omnicept Runtime
public inline
Glia
(string clientName,
SessionLicense
sessionLicense)
| Creates a representation of the Omnicept Runtime.
public inline void
Dispose
()
|
Members
{property} ushort
ServicePort
{property}
GliaConnection
Connection
The connection to the Omnicept Runtime
public inline
Glia
(string clientName,
SessionLicense
sessionLicense)
Creates a representation of the Omnicept Runtime.
Parameters
-
clientName
The name in the sender field for all messages originating from this client -
sessionLicense
App license (API Key, accessKey...) obtained from the HP Console
public inline void
Dispose
()
class HP::Omnicept::GliaCallbacks
Spawns a thread to handle the IGliaConnection provided. Allows the user to register callbacks for specific message types Only one callback is allowed per message type
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
GliaCallbacks
(
IGliaConnection
connection,Action<
ModuleControlSignal
> disconnectHandler)
| Creates a GliaCallbacks
public inline void
Stop
()
|
public inline void
RegisterCallback< T >
(uint messageType,Action< T > handler)
| Specifies a handler for a specific message type.
public inline void
RemoveCallback
(uint messageType)
| Removes the callback associated with a message type value
Members
public inline
GliaCallbacks
(
IGliaConnection
connection,Action<
ModuleControlSignal
> disconnectHandler)
Creates a GliaCallbacks
Parameters
-
connection
The connection to use.
public inline void
Stop
()
public inline void
RegisterCallback< T >
(uint messageType,Action< T > handler)
Specifies a handler for a specific message type.
Parameters
-
T
The Type of the message to handle
Parameters
-
messageType
The value to register the handler for -
handler
The handler for this message type
public inline void
RemoveCallback
(uint messageType)
Removes the callback associated with a message type value
Parameters
-
messageType
The message type value to remove the callback/handler for
class HP::Omnicept::GliaConnection
class HP::Omnicept::GliaConnection
: public HP.Omnicept.IGliaConnection
: public IDisposable
Represents a connection to the Omnicept Runtime
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property}
Channel
DataChannel
| The data stream for communicating to/from the runtime
public inline
GliaConnection
(
ConnectionContext
connectionContext)
|
public inline
GliaConnection
(string connectionName,int runtimePort,
SessionLicense
sessionLicense)
| Creates a representation of the Glia service connection. Will initiate a handshake with the Service and attempt to create Data channel.
public inline void
Send< T >
(T message)
| Sends a message to the Omnicept Runtime. If the message type is not supported a SerializationError will be thrown.
public inline
ITransportMessage
Receive
(ushort timeout)
| Receives a message from the Omnicept Runtime with the timeout (ms) provided.
public inline
ITransportMessage
Receive
()
| Receives (blocking) a message from the Omnicept Runtime.
public inline T
Build< T >
(
ITransportMessage
message)
| Transforms the received TransportMessage in to the type provided. If the message type does not match the provided message, SerializationError is thrown.
public inline void
Close
()
| This send a close message over the data channel. This sends a signal to the runtime to close the connection on the runtime's side.
public inline void
Dispose
()
|
Members
{property}
Channel
DataChannel
The data stream for communicating to/from the runtime
public inline
GliaConnection
(
ConnectionContext
connectionContext)
public inline
GliaConnection
(string connectionName,int runtimePort,
SessionLicense
sessionLicense)
Creates a representation of the Glia service connection. Will initiate a handshake with the Service and attempt to create Data channel.
Parameters
-
runtimePort
The localhost port that represents the entry point to the Glia service -
SessionLicense
App license (API Key, accessKey...) obtained from the HP Console
public inline void
Send< T >
(T message)
Sends a message to the Omnicept Runtime. If the message type is not supported a SerializationError will be thrown.
Parameters
-
T
Message Type to send
Parameters
-
message
Message to send
public inline
ITransportMessage
Receive
(ushort timeout)
Receives a message from the Omnicept Runtime with the timeout (ms) provided.
Parameters
-
timeout
How long to wait (in milliseconds) before returning no data.
Returns
Message that was received.
public inline
ITransportMessage
Receive
()
Receives (blocking) a message from the Omnicept Runtime.
Returns
Message that was received.
public inline T
Build< T >
(
ITransportMessage
message)
Transforms the received TransportMessage in to the type provided. If the message type does not match the provided message, SerializationError is thrown.
Parameters
-
T
The type of message the TransportMessage contains
Parameters
-
message
The message from the Omnicept Runtime
Returns
The message deserialized in to the Type provided
public inline void
Close
()
This send a close message over the data channel. This sends a signal to the runtime to close the connection on the runtime's side.
public inline void
Dispose
()
class HP::Omnicept::GliaConstants
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::GliaLastValueCache
Spawns a thread to handle the IGliaConnection provided. Keeps track of the last values received from the connection and allows querying of those values.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
GliaLastValueCache
(
IGliaConnection
connection)
| Creates a GliaLastValueCache
public inline void
Stop
()
|
public inline
HeartRate
GetLastHeartRate
()
| Gets the last HeartRate received over the connection
public inline
EyeTracking
GetLastEyeTracking
()
| Gets the last EyeTracking received over the connection
public inline
EyePupillometry
GetLastEyePupillometry
()
| Gets the last EyePupillometry received over the connection
public inline
FacialExpression
GetLastFacialExpression
()
| Gets the last FacialExpression received over the connection
public inline
CognitiveLoad
GetLastCognitiveLoad
()
| Gets the last CognitiveLoad received over the connection
public inline
FacialEMGFrame
GetLastEMGFrame
()
|
Members
public inline
GliaLastValueCache
(
IGliaConnection
connection)
Creates a GliaLastValueCache
Parameters
-
connection
The connection to use for this cache.
public inline void
Stop
()
public inline
HeartRate
GetLastHeartRate
()
Gets the last HeartRate received over the connection
Returns
The last HeartRate received
public inline
EyeTracking
GetLastEyeTracking
()
Gets the last EyeTracking received over the connection
Returns
The last EyeTracking received
public inline
EyePupillometry
GetLastEyePupillometry
()
Gets the last EyePupillometry received over the connection
Returns
The last EyePupillometry received
public inline
FacialExpression
GetLastFacialExpression
()
Gets the last FacialExpression received over the connection
Returns
The last FacialExpression received
public inline
CognitiveLoad
GetLastCognitiveLoad
()
Gets the last CognitiveLoad received over the connection
Returns
The last CognitiveLoad received
public inline
FacialEMGFrame
GetLastEMGFrame
()
class HP::Omnicept::GliaValueCache
Spawns a thread to handle the IGliaConnection provided. Keeps track of the last values received from the connection and allows querying of those values.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
GliaValueCache
(
IGliaConnection
connection)
| Creates a GliaValueCache
public inline void
Stop
()
|
public inline
ITransportMessage
GetNext
()
|
Members
public inline
GliaValueCache
(
IGliaConnection
connection)
Creates a GliaValueCache
Parameters
-
connection
The connection to use for this cache.
public inline void
Stop
()
public inline
ITransportMessage
GetNext
()
class HP::Omnicept::SubscriptionBuilder
Represents a connection to the Omnicept Runtime
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
SubscriptionBuilder
()
|
public inline void
Add
(uint messageType,string id,string subid,string location)
|
public inline
SubscriptionList
Build
()
|
Members
public inline
SubscriptionBuilder
()
public inline void
Add
(uint messageType,string id,string subid,string location)
public inline
SubscriptionList
Build
()
namespace HP::Omnicept::Errors
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
class
HP::Omnicept::Errors::ClientHandshakeError
| Thrown when the Omnicept Runtime does not respond to connect or sends a REJECT signal during the handshake.
class
HP::Omnicept::Errors::ConfigurationError
| Thrown when there is an issue with the configuration. Examples include invalid settings, or a malformed settings file.
class
HP::Omnicept::Errors::ProtocolError
| Thrown when there is an issue establishing a data stream with the Service.
class
HP::Omnicept::Errors::SerializationError
| Thrown when there is an issue parsing a message that arrived over the data stream
class
HP::Omnicept::Errors::TransportError
| Thrown when there is an issue sending or receiving messages.
class HP::Omnicept::Errors::ClientHandshakeError
class HP::Omnicept::Errors::ClientHandshakeError
: public Exception
Thrown when the Omnicept Runtime does not respond to connect or sends a REJECT signal during the handshake.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
ClientHandshakeError
(string error)
|
Members
public inline
ClientHandshakeError
(string error)
class HP::Omnicept::Errors::ConfigurationError
class HP::Omnicept::Errors::ConfigurationError
: public Exception
Thrown when there is an issue with the configuration. Examples include invalid settings, or a malformed settings file.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
ConfigurationError
()
|
public inline
ConfigurationError
(string error)
|
Members
public inline
ConfigurationError
()
public inline
ConfigurationError
(string error)
class HP::Omnicept::Errors::ProtocolError
class HP::Omnicept::Errors::ProtocolError
: public Exception
Thrown when there is an issue establishing a data stream with the Service.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
ProtocolError
()
|
public inline
ProtocolError
(string error)
|
Members
public inline
ProtocolError
()
public inline
ProtocolError
(string error)
class HP::Omnicept::Errors::SerializationError
class HP::Omnicept::Errors::SerializationError
: public Exception
Thrown when there is an issue parsing a message that arrived over the data stream
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
SerializationError
()
|
public inline
SerializationError
(string error)
|
Members
public inline
SerializationError
()
public inline
SerializationError
(string error)
class HP::Omnicept::Errors::TransportError
class HP::Omnicept::Errors::TransportError
: public Exception
Thrown when there is an issue sending or receiving messages.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
TransportError
()
|
public inline
TransportError
(string error)
|
Members
public inline
TransportError
()
public inline
TransportError
(string error)
namespace HP::Omnicept::Messaging
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
class
HP::Omnicept::Messaging::Channel
| Represents and Input/Output stream to the Service.
class
HP::Omnicept::Messaging::DataChannelProtocol
| Constructs the transport layers and serialization layers required for the bidirectional data streaming
class
HP::Omnicept::Messaging::InboundFacade
| Represents a set of Transport and Message Factory that allows for inbound communications
class
HP::Omnicept::Messaging::OutboundFacade
| Represents a set of Transport and Message Factory that allows for outbound communications
class
HP::Omnicept::Messaging::SessionRequestProtocol
| Constructs the transport layers and serialization layers required to communicate with the Sessionhandler.
class
HP::Omnicept::Messaging::SessionResponseProtocol
| Constructs the transport layers and serialization layers required to create a Sessionhandler.
class
HP::Omnicept::Messaging::TransportMessage
| A message with a deserialized header. Contains serialized header and body data.
class HP::Omnicept::Messaging::Channel
class HP::Omnicept::Messaging::Channel
: public IDisposable
Represents and Input/Output stream to the Service.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
Channel
(
InboundFacade
inbound,
OutboundFacade
outbound)
| Constructs a channel.
public inline
Channel
(
IChannelProtocol
protocol)
|
public inline void
Send< T >
(T message)
| Sends a message to the Glia Service. If the message type is not supported a SerializationError will be thrown.
public inline void
SendToDestination< T >
(T message,
ConnectionIdentifier
destination)
| Sends a message to the Glia Service. If the message type is not supported a SerializationError will be thrown.
public inline
TransportMessage
Receive
(ushort timeout)
| Receives a message from the Omnicept Runtime with the timeout provided.
public inline
TransportMessage
Receive
()
| Receives (blocking) a message from the Omnicept Runtime.
public inline T
Build< T >
(
TransportMessage
message)
| Transforms the received TransportMessage in to the type provided. If the message type does not match the provided message, SerializationError is thrown.
public inline void
Dispose
()
|
Members
public inline
Channel
(
InboundFacade
inbound,
OutboundFacade
outbound)
Constructs a channel.
Parameters
-
inbound
The inbound protocol to use -
outbound
The outbound protocol to use
public inline
Channel
(
IChannelProtocol
protocol)
public inline void
Send< T >
(T message)
Sends a message to the Glia Service. If the message type is not supported a SerializationError will be thrown.
Parameters
-
T
Message Type to send
Parameters
-
message
Message to send
public inline void
SendToDestination< T >
(T message,
ConnectionIdentifier
destination)
Sends a message to the Glia Service. If the message type is not supported a SerializationError will be thrown.
Parameters
-
T
Message Type to send
Parameters
-
message
Message to send -
destination
ConnectionIdentifier corresponding to the requested destinion of the message
public inline
TransportMessage
Receive
(ushort timeout)
Receives a message from the Omnicept Runtime with the timeout provided.
Parameters
-
timeout
How long to wait before returning no data.
Returns
Message that was received.
public inline
TransportMessage
Receive
()
Receives (blocking) a message from the Omnicept Runtime.
Returns
Message that was received.
public inline T
Build< T >
(
TransportMessage
message)
Transforms the received TransportMessage in to the type provided. If the message type does not match the provided message, SerializationError is thrown.
Parameters
-
T
The type of message the TransportMessage contains
Parameters
-
message
The message from the Omnicept Runtime
Returns
The message deserialized in to the Type provided
public inline void
Dispose
()
class HP::Omnicept::Messaging::DataChannelProtocol
class HP::Omnicept::Messaging::DataChannelProtocol
: public HP.Omnicept.Messaging.IChannelProtocol
: public IDisposable
Constructs the transport layers and serialization layers required for the bidirectional data streaming
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property}
IInboundTransport
InboundTransport
|
{property}
IOutboundTransport
OutboundTransport
|
{property}
IMessageFactory
MessageFactory
|
public inline
DataChannelProtocol
(uint version,
ConnectionIdentifier
connectionId,string inUri,string outUri)
|
public inline void
Dispose
()
|
Members
{property}
IInboundTransport
InboundTransport
{property}
IOutboundTransport
OutboundTransport
{property}
IMessageFactory
MessageFactory
public inline
DataChannelProtocol
(uint version,
ConnectionIdentifier
connectionId,string inUri,string outUri)
public inline void
Dispose
()
class HP::Omnicept::Messaging::InboundFacade
class HP::Omnicept::Messaging::InboundFacade
: public IDisposable
Represents a set of Transport and Message Factory that allows for inbound communications
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
InboundFacade
(
IInboundTransport
transport,
IMessageFactory
messageFactory)
|
public inline
TransportMessage
Receive
()
|
public inline
TransportMessage
Receive
(int timeout)
|
public inline T
Build< T >
(
TransportMessage
message)
|
public inline void
Dispose
()
|
Members
public inline
InboundFacade
(
IInboundTransport
transport,
IMessageFactory
messageFactory)
public inline
TransportMessage
Receive
()
public inline
TransportMessage
Receive
(int timeout)
public inline T
Build< T >
(
TransportMessage
message)
public inline void
Dispose
()
class HP::Omnicept::Messaging::OutboundFacade
class HP::Omnicept::Messaging::OutboundFacade
: public IDisposable
Represents a set of Transport and Message Factory that allows for outbound communications
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
OutboundFacade
(
IOutboundTransport
transport,
IMessageFactory
messageFactory)
|
public inline void
Send< T >
(T message)
|
public inline void
Send< T >
(T message,string destination)
|
public inline void
Dispose
()
|
Members
public inline
OutboundFacade
(
IOutboundTransport
transport,
IMessageFactory
messageFactory)
public inline void
Send< T >
(T message)
public inline void
Send< T >
(T message,string destination)
public inline void
Dispose
()
class HP::Omnicept::Messaging::SessionRequestProtocol
class HP::Omnicept::Messaging::SessionRequestProtocol
: public HP.Omnicept.Messaging.IChannelProtocol
: public IDisposable
Constructs the transport layers and serialization layers required to communicate with the Sessionhandler.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property}
IInboundTransport
InboundTransport
|
{property}
IOutboundTransport
OutboundTransport
|
{property}
IMessageFactory
MessageFactory
|
public inline
SessionRequestProtocol
(uint version,string uri)
|
public inline void
Dispose
()
|
Members
{property}
IInboundTransport
InboundTransport
{property}
IOutboundTransport
OutboundTransport
{property}
IMessageFactory
MessageFactory
public inline
SessionRequestProtocol
(uint version,string uri)
public inline void
Dispose
()
class HP::Omnicept::Messaging::SessionResponseProtocol
class HP::Omnicept::Messaging::SessionResponseProtocol
: public HP.Omnicept.Messaging.IChannelProtocol
: public IDisposable
Constructs the transport layers and serialization layers required to create a Sessionhandler.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property}
IInboundTransport
InboundTransport
|
{property}
IOutboundTransport
OutboundTransport
|
{property}
IMessageFactory
MessageFactory
|
public inline
SessionResponseProtocol
(uint version,string uri)
|
public inline void
Dispose
()
|
public inline void
Finish
()
|
Members
{property}
IInboundTransport
InboundTransport
{property}
IOutboundTransport
OutboundTransport
{property}
IMessageFactory
MessageFactory
public inline
SessionResponseProtocol
(uint version,string uri)
public inline void
Dispose
()
public inline void
Finish
()
class HP::Omnicept::Messaging::TransportMessage
class HP::Omnicept::Messaging::TransportMessage
: public HP.Omnicept.Messaging.ITransportMessage
A message with a deserialized header. Contains serialized header and body data.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property}
PackageDeclaration
Header
| The header for this message
{property} byte[]
Message
| The serialized data that contains the header and message.
{property} int
BodyPosition
| The position in the Message byte array that the body starts at
{property} int
MessageLength
| How long this message is. Note that in C# this is NOT the same as Message.Length
public inline
TransportMessage
(
PackageDeclaration
header,ref byte[] message,int length)
| Constructs a TransportMessage with the provided paramters
Members
{property}
PackageDeclaration
Header
The header for this message
{property} byte[]
Message
The serialized data that contains the header and message.
{property} int
BodyPosition
The position in the Message byte array that the body starts at
{property} int
MessageLength
How long this message is. Note that in C# this is NOT the same as Message.Length
public inline
TransportMessage
(
PackageDeclaration
header,ref byte[] message,int length)
Constructs a TransportMessage with the provided paramters
Parameters
-
header
Header of this message -
message
The entire byte[] for this message that came over the transport layer -
length
the lenght of this message in the byte[] provded
namespace HP::Omnicept::Messaging::Messages
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
enum
LicensingModel
|
enum
WhichEye
|
class
HP::Omnicept::Messaging::Messages::BackpackColors
|
class
HP::Omnicept::Messaging::Messages::BackpackColorZone
|
class
HP::Omnicept::Messaging::Messages::Battery
|
class
HP::Omnicept::Messaging::Messages::ByteMessage
|
class
HP::Omnicept::Messaging::Messages::CameraImage
|
class
HP::Omnicept::Messaging::Messages::CognitiveLoad
|
class
HP::Omnicept::Messaging::Messages::CognitiveLoadInputFeature
|
class
HP::Omnicept::Messaging::Messages::Color
|
class
HP::Omnicept::Messaging::Messages::ConnectionIdentifier
|
class
HP::Omnicept::Messaging::Messages::ConnectionInfo
|
class
HP::Omnicept::Messaging::Messages::ConnectionInfoQuery
|
class
HP::Omnicept::Messaging::Messages::ConnectionParameter
|
class
HP::Omnicept::Messaging::Messages::ConnectionStatusSignal
|
class
HP::Omnicept::Messaging::Messages::DataVaultAction
|
class
HP::Omnicept::Messaging::Messages::DataVaultResult
|
class
HP::Omnicept::Messaging::Messages::Eye
|
class
HP::Omnicept::Messaging::Messages::EyeGaze
|
class
HP::Omnicept::Messaging::Messages::EyePupilDiameter
|
class
HP::Omnicept::Messaging::Messages::EyePupillometry
|
class
HP::Omnicept::Messaging::Messages::EyePupillometryFrame
|
class
HP::Omnicept::Messaging::Messages::EyeSceneColors
|
class
HP::Omnicept::Messaging::Messages::EyeTracking
|
class
HP::Omnicept::Messaging::Messages::EyeTrackingFrame
|
class
HP::Omnicept::Messaging::Messages::FacialEMG
|
class
HP::Omnicept::Messaging::Messages::FacialEMGFrame
|
class
HP::Omnicept::Messaging::Messages::FacialExpression
|
class
HP::Omnicept::Messaging::Messages::FacialExpressionFrame
|
class
HP::Omnicept::Messaging::Messages::HeartRate
|
class
HP::Omnicept::Messaging::Messages::HeartRateFrame
|
class
HP::Omnicept::Messaging::Messages::HeartRateVariability
|
class
HP::Omnicept::Messaging::Messages::IMU
|
class
HP::Omnicept::Messaging::Messages::IMU3AxisValues
|
class
HP::Omnicept::Messaging::Messages::IMUFrame
|
class
HP::Omnicept::Messaging::Messages::MessageTypes
|
class
HP::Omnicept::Messaging::Messages::ModuleControlSignal
|
class
HP::Omnicept::Messaging::Messages::NDimArrayFloat
|
class
HP::Omnicept::Messaging::Messages::PackageDeclaration
|
class
HP::Omnicept::Messaging::Messages::PPG
|
class
HP::Omnicept::Messaging::Messages::PPGFrame
|
class
HP::Omnicept::Messaging::Messages::PupilPosition
|
class
HP::Omnicept::Messaging::Messages::SceneColor
|
class
HP::Omnicept::Messaging::Messages::SceneColorFrame
|
class
HP::Omnicept::Messaging::Messages::SensorDeviceId
|
class
HP::Omnicept::Messaging::Messages::SensorInfo
|
class
HP::Omnicept::Messaging::Messages::SessionControlSignal
|
class
HP::Omnicept::Messaging::Messages::SessionLicense
|
class
HP::Omnicept::Messaging::Messages::Subscription
|
class
HP::Omnicept::Messaging::Messages::SubscriptionList
|
class
HP::Omnicept::Messaging::Messages::Sync
|
class
HP::Omnicept::Messaging::Messages::TestPackage
|
class
HP::Omnicept::Messaging::Messages::Timestamp
|
class
HP::Omnicept::Messaging::Messages::VSync
|
Members
enum
LicensingModel
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown |
Core |
Trial |
Enterprise |
Rev_Share |
enum
WhichEye
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown |
Left |
Right |
Both |
class HP::Omnicept::Messaging::Messages::BackpackColors
class HP::Omnicept::Messaging::Messages::BackpackColors
: public HP.Omnicept.Messaging.Messages.IDomainType
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} List<
BackpackColorZone
>
zones
|
{property} uint
ABIType
|
public inline
BackpackColors
()
|
public inline
BackpackColors
(List<
BackpackColorZone
> otherZones)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property} List<
BackpackColorZone
>
zones
{property} uint
ABIType
public inline
BackpackColors
()
public inline
BackpackColors
(List<
BackpackColorZone
> otherZones)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::BackpackColorZone
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} uint
r
|
{property} uint
g
|
{property} uint
b
|
public inline
BackpackColorZone
()
|
public inline
BackpackColorZone
(uint red,uint green,uint blue)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property} uint
r
{property} uint
g
{property} uint
b
public inline
BackpackColorZone
()
public inline
BackpackColorZone
(uint red,uint green,uint blue)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::Battery
class HP::Omnicept::Messaging::Messages::Battery
: public HP.Omnicept.Messaging.Messages.IDomainType
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} uint
Id
|
{property} bool
IsPresent
|
{property} float
Percent
|
{property} uint
ABIType
|
public inline
Battery
()
|
public inline
Battery
(uint id,bool isPresent,float percent)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property} uint
Id
{property} bool
IsPresent
{property} float
Percent
{property} uint
ABIType
public inline
Battery
()
public inline
Battery
(uint id,bool isPresent,float percent)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::ByteMessage
class HP::Omnicept::Messaging::Messages::ByteMessage
: public HP.Omnicept.Messaging.Messages.IDomainType
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} string
Id
|
{property} string
Message
|
{property} uint
ABIType
|
public inline
ByteMessage
()
|
public inline
ByteMessage
(string id,string message)
|
public inline override string
ToString
()
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property} string
Id
{property} string
Message
{property} uint
ABIType
public inline
ByteMessage
()
public inline
ByteMessage
(string id,string message)
public inline override string
ToString
()
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::CameraImage
class HP::Omnicept::Messaging::Messages::CameraImage
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
{property}
FormatT
Format
|
{property} byte[]
ImageData
|
{property} uint
Width
|
{property} uint
Height
|
{property} ulong
FrameNumber
|
{property} float
FramesPerSecond
|
{property} uint
ABIType
|
public inline
CameraImage
()
|
public inline
CameraImage
(
FormatT
format,byte[] data,uint width,uint height,ulong frameNumber,float fps)
|
public inline override string
ToString
()
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
enum
FormatT
|
Members
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
{property}
FormatT
Format
{property} byte[]
ImageData
{property} uint
Width
{property} uint
Height
{property} ulong
FrameNumber
{property} float
FramesPerSecond
{property} uint
ABIType
public inline
CameraImage
()
public inline
CameraImage
(
FormatT
format,byte[] data,uint width,uint height,ulong frameNumber,float fps)
public inline override string
ToString
()
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
enum
FormatT
Values | Descriptions
--------------------------------|---------------------------------------------
UNKNOWN |
RGB888 |
YUY2 |
UYVY |
YVYU |
YUYV |
AYUV |
YV12 |
NV12 |
L8 |
CUSTOM |
class HP::Omnicept::Messaging::Messages::CognitiveLoad
class HP::Omnicept::Messaging::Messages::CognitiveLoad
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} float
CognitiveLoadValue
| CognitiveLoad value: 0.0 - 1.0
{property} float
StandardDeviation
| Standard Deviation Value: 0.0 - 1.0
{property} string
DataState
|
{property}
Timestamp
StartDataCollectTime
|
{property}
Timestamp
EndDataCollectTime
|
{property}
Timestamp
Timestamp
|
{property}
SensorInfo
SensorInfo
|
{property} uint
ABIType
|
public inline
CognitiveLoad
()
|
public inline
CognitiveLoad
(float load,float sd,string dataState,
Timestamp
startDataCollectTime,
Timestamp
endDataCollectTime,
Timestamp
timestamp)
|
public inline override string
ToString
()
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property} float
CognitiveLoadValue
CognitiveLoad value: 0.0 - 1.0
{property} float
StandardDeviation
Standard Deviation Value: 0.0 - 1.0
{property} string
DataState
{property}
Timestamp
StartDataCollectTime
{property}
Timestamp
EndDataCollectTime
{property}
Timestamp
Timestamp
{property}
SensorInfo
SensorInfo
{property} uint
ABIType
public inline
CognitiveLoad
()
public inline
CognitiveLoad
(float load,float sd,string dataState,
Timestamp
startDataCollectTime,
Timestamp
endDataCollectTime,
Timestamp
timestamp)
public inline override string
ToString
()
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::CognitiveLoadInputFeature
class HP::Omnicept::Messaging::Messages::CognitiveLoadInputFeature
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} string
DataState
|
{property}
Timestamp
StartDataCollectTime
|
{property}
Timestamp
EndDataCollectTime
|
{property}
NDimArrayFloat
Features
|
{property}
CognitiveLoadTargetModel
TargetModel
|
{property}
Timestamp
Timestamp
|
{property}
SensorInfo
SensorInfo
|
{property} uint
ABIType
|
public inline
CognitiveLoadInputFeature
()
|
public inline
CognitiveLoadInputFeature
(string dataState,
NDimArrayFloat
features,
Timestamp
startDataCollectTime,
Timestamp
endDataCollectTime,
CognitiveLoadTargetModel
targetModel,
Timestamp
timestamp)
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
enum
CognitiveLoadTargetModel
|
Members
{property} string
DataState
{property}
Timestamp
StartDataCollectTime
{property}
Timestamp
EndDataCollectTime
{property}
NDimArrayFloat
Features
{property}
CognitiveLoadTargetModel
TargetModel
{property}
Timestamp
Timestamp
{property}
SensorInfo
SensorInfo
{property} uint
ABIType
public inline
CognitiveLoadInputFeature
()
public inline
CognitiveLoadInputFeature
(string dataState,
NDimArrayFloat
features,
Timestamp
startDataCollectTime,
Timestamp
endDataCollectTime,
CognitiveLoadTargetModel
targetModel,
Timestamp
timestamp)
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
enum
CognitiveLoadTargetModel
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown |
EyeTracking |
EyeTrackingPPG |
class HP::Omnicept::Messaging::Messages::Color
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} float
R
|
{property} float
G
|
{property} float
B
|
{property} float
Y
|
public inline
Color
(float r,float g,float b,float y)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property} float
R
{property} float
G
{property} float
B
{property} float
Y
public inline
Color
(float r,float g,float b,float y)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::ConnectionIdentifier
class HP::Omnicept::Messaging::Messages::ConnectionIdentifier
: public IComparable
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} string
m_connectionName
|
{property} string
m_uuid
|
{property} string
delimiter
|
public inline
ConnectionIdentifier
(string connectionName,string uuid)
|
public inline
ConnectionIdentifier
(string connectionId)
|
public inline override string
ToString
()
|
public inline int
CompareTo
(object obj)
|
public inline int
CompareTo
(string other)
|
public inline int
CompareTo
(
ConnectionIdentifier
other)
|
Members
{property} string
m_connectionName
{property} string
m_uuid
{property} string
delimiter
public inline
ConnectionIdentifier
(string connectionName,string uuid)
public inline
ConnectionIdentifier
(string connectionId)
public inline override string
ToString
()
public inline int
CompareTo
(object obj)
public inline int
CompareTo
(string other)
public inline int
CompareTo
(
ConnectionIdentifier
other)
class HP::Omnicept::Messaging::Messages::ConnectionInfo
class HP::Omnicept::Messaging::Messages::ConnectionInfo
: public HP.Omnicept.Messaging.Messages.IDomainType
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} uint
ABIType
|
{property}
ConnectionTypeT
ConnectionType
|
{property} string
ConnectionID
|
{property} string
ClientID
|
{property} string
AccessKey
|
public inline
ConnectionInfo
(
ConnectionTypeT
connectionType,string connectionId,string clientId,string accessKey)
|
public inline bool
Equals
(
ConnectionInfo
other)
|
public inline override bool
Equals
(object obj)
|
public inline override string
ToString
()
|
public inline override int
GetHashCode
()
|
enum
ConnectionTypeT
|
Members
{property} uint
ABIType
{property}
ConnectionTypeT
ConnectionType
{property} string
ConnectionID
{property} string
ClientID
{property} string
AccessKey
public inline
ConnectionInfo
(
ConnectionTypeT
connectionType,string connectionId,string clientId,string accessKey)
public inline bool
Equals
(
ConnectionInfo
other)
public inline override bool
Equals
(object obj)
public inline override string
ToString
()
public inline override int
GetHashCode
()
enum
ConnectionTypeT
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown |
Client |
Module |
class HP::Omnicept::Messaging::Messages::ConnectionInfoQuery
class HP::Omnicept::Messaging::Messages::ConnectionInfoQuery
: public HP.Omnicept.Messaging.Messages.IDomainType
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} string
RequestedConnectionInfo
|
{property} uint
ABIType
|
public inline
ConnectionInfoQuery
(
ConnectionIdentifier
requestedConnectionInfo)
|
public inline bool
Equals
(
ConnectionInfoQuery
other)
|
public inline override bool
Equals
(object obj)
|
public inline override string
ToString
()
|
public inline override int
GetHashCode
()
|
Members
{property} string
RequestedConnectionInfo
{property} uint
ABIType
public inline
ConnectionInfoQuery
(
ConnectionIdentifier
requestedConnectionInfo)
public inline bool
Equals
(
ConnectionInfoQuery
other)
public inline override bool
Equals
(object obj)
public inline override string
ToString
()
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::ConnectionParameter
class HP::Omnicept::Messaging::Messages::ConnectionParameter
: public HP.Omnicept.Messaging.Messages.IDomainType
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property}
ConnectionType
Type
|
{property} uint
ABIType
|
public inline
ConnectionParameter
()
|
public inline
ConnectionParameter
(
ConnectionType
type)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
enum
ConnectionLayer
|
enum
ChannelRole
|
enum
ProcessLayer
|
enum
TransportLayer
|
enum
SerializationLayer
|
Members
{property}
ConnectionType
Type
{property} uint
ABIType
public inline
ConnectionParameter
()
public inline
ConnectionParameter
(
ConnectionType
type)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
enum
ConnectionLayer
Values | Descriptions
--------------------------------|---------------------------------------------
Uninitialized |
Legacy |
Sync |
Test |
enum
ChannelRole
Values | Descriptions
--------------------------------|---------------------------------------------
Uninitialized |
Server |
Client |
SimpleServer |
SimpleClient |
enum
ProcessLayer
Values | Descriptions
--------------------------------|---------------------------------------------
Uninitiated |
Client |
Server |
enum
TransportLayer
Values | Descriptions
--------------------------------|---------------------------------------------
Uninitialized |
ZmqTcpReqrep |
ZmqTcpPair |
ZmqInprocPair |
enum
SerializationLayer
Values | Descriptions
--------------------------------|---------------------------------------------
Uninitialized |
Protobuf |
class HP::Omnicept::Messaging::Messages::ConnectionStatusSignal
class HP::Omnicept::Messaging::Messages::ConnectionStatusSignal
: public HP.Omnicept.Messaging.Messages.IDomainType
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} uint
ABIType
|
{property}
ConnectionStatus
Status
|
{property} String
Id
|
public inline
ConnectionStatusSignal
(
ConnectionStatus
status,String id)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
enum
ConnectionStatus
|
Members
{property} uint
ABIType
{property}
ConnectionStatus
Status
{property} String
Id
public inline
ConnectionStatusSignal
(
ConnectionStatus
status,String id)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
enum
ConnectionStatus
Values | Descriptions
--------------------------------|---------------------------------------------
Invalid |
Connected |
Disconnected |
class HP::Omnicept::Messaging::Messages::DataVaultAction
class HP::Omnicept::Messaging::Messages::DataVaultAction
: public HP.Omnicept.Messaging.Messages.IDomainType
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} uint
ABIType
|
public
DataVaultActionType
m_action
|
public inline
DataVaultAction
(
DataVaultActionType
action)
|
public inline bool
Equals
(
DataVaultAction
other)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
enum
DataVaultActionType
|
Members
{property} uint
ABIType
public
DataVaultActionType
m_action
public inline
DataVaultAction
(
DataVaultActionType
action)
public inline bool
Equals
(
DataVaultAction
other)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
enum
DataVaultActionType
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown |
Start_Recording |
Stop_Recording |
class HP::Omnicept::Messaging::Messages::DataVaultResult
class HP::Omnicept::Messaging::Messages::DataVaultResult
: public HP.Omnicept.Messaging.Messages.IDomainType
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} uint
ABIType
|
public
DataVaultResultType
m_result
|
public
DataVaultResultErrorType
m_error
|
public string
m_sessionId
|
public inline
DataVaultResult
(
DataVaultResultType
result,
DataVaultResultErrorType
error,string sessionId)
|
public inline bool
Equals
(
DataVaultResult
other)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
enum
DataVaultResultType
|
enum
DataVaultResultErrorType
|
Members
{property} uint
ABIType
public
DataVaultResultType
m_result
public
DataVaultResultErrorType
m_error
public string
m_sessionId
public inline
DataVaultResult
(
DataVaultResultType
result,
DataVaultResultErrorType
error,string sessionId)
public inline bool
Equals
(
DataVaultResult
other)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
enum
DataVaultResultType
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown |
Recording_Started |
Recording_Start_Rejected |
Recording_Stopped |
Recording_Stop_Rejected |
Recording_Error |
enum
DataVaultResultErrorType
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown_Error |
Success_No_Error |
Invalid_License_Error |
Connection_Failed_Error |
Connection_Negotiating_Error |
Recording_Has_Already_Started_Error |
Recording_Has_Not_Started_Error |
Recording_Sop_No_Persmission_Error |
class HP::Omnicept::Messaging::Messages::Eye
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property}
EyeGaze
Gaze
|
{property}
PupilPosition
Position
|
{property}
PupilPosition
PupilPosition
|
{property} float
PupilDilation
|
{property} float
PupilDilationConfidence
|
{property} float
Openness
|
{property} float
OpennessConfidence
|
public inline
Eye
()
|
public inline
Eye
(
EyeGaze
gaze,
PupilPosition
pupilPosition,float pupilDilation,float pupilDilationConfidence,float openness,float opennessConfidence)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property}
EyeGaze
Gaze
{property}
PupilPosition
Position
{property}
PupilPosition
PupilPosition
{property} float
PupilDilation
{property} float
PupilDilationConfidence
{property} float
Openness
{property} float
OpennessConfidence
public inline
Eye
()
public inline
Eye
(
EyeGaze
gaze,
PupilPosition
pupilPosition,float pupilDilation,float pupilDilationConfidence,float openness,float opennessConfidence)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::EyeGaze
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} float
X
|
{property} float
Y
|
{property} float
Z
|
public float
Confidence
|
public inline
EyeGaze
()
|
public inline
EyeGaze
(float x,float y,float z,float confidence)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property} float
X
{property} float
Y
{property} float
Z
public float
Confidence
public inline
EyeGaze
()
public inline
EyeGaze
(float x,float y,float z,float confidence)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::EyePupilDiameter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} float
Size
|
{property} float
Confidence
|
public inline
EyePupilDiameter
()
|
public inline
EyePupilDiameter
(float size,float confidence)
|
public inline override string
ToString
()
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property} float
Size
{property} float
Confidence
public inline
EyePupilDiameter
()
public inline
EyePupilDiameter
(float size,float confidence)
public inline override string
ToString
()
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::EyePupillometry
class HP::Omnicept::Messaging::Messages::EyePupillometry
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property}
EyePupilDiameter
LeftPupilDiameter
|
{property}
EyePupilDiameter
RightPupilDiameter
|
{property} uint
ABIType
|
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
public inline
EyePupillometry
()
|
public inline
EyePupillometry
(
EyePupilDiameter
leftPupil,
EyePupilDiameter
rightPupil)
|
public inline override string
ToString
()
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property}
EyePupilDiameter
LeftPupilDiameter
{property}
EyePupilDiameter
RightPupilDiameter
{property} uint
ABIType
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
public inline
EyePupillometry
()
public inline
EyePupillometry
(
EyePupilDiameter
leftPupil,
EyePupilDiameter
rightPupil)
public inline override string
ToString
()
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::EyePupillometryFrame
class HP::Omnicept::Messaging::Messages::EyePupillometryFrame
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} List<
EyePupillometry
>
Data
|
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
{property} uint
ABIType
|
public inline
EyePupillometryFrame
()
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property} List<
EyePupillometry
>
Data
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
{property} uint
ABIType
public inline
EyePupillometryFrame
()
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::EyeSceneColors
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property}
Color
Ambient
|
{property}
Color
Foveal
|
public inline
EyeSceneColors
(
Color
ambient,
Color
foveal)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property}
Color
Ambient
{property}
Color
Foveal
public inline
EyeSceneColors
(
Color
ambient,
Color
foveal)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::EyeTracking
class HP::Omnicept::Messaging::Messages::EyeTracking
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property}
Eye
LeftEye
|
{property}
Eye
RightEye
|
{property}
EyeGaze
CombinedGaze
|
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
{property} uint
ABIType
|
public inline
EyeTracking
()
|
public inline
EyeTracking
(
Eye
leftEye,
Eye
rightEye,
EyeGaze
combinedGaze)
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property}
Eye
LeftEye
{property}
Eye
RightEye
{property}
EyeGaze
CombinedGaze
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
{property} uint
ABIType
public inline
EyeTracking
()
public inline
EyeTracking
(
Eye
leftEye,
Eye
rightEye,
EyeGaze
combinedGaze)
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::EyeTrackingFrame
class HP::Omnicept::Messaging::Messages::EyeTrackingFrame
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} List<
EyeTracking
>
Data
|
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
{property} uint
ABIType
|
public inline
EyeTrackingFrame
()
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property} List<
EyeTracking
>
Data
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
{property} uint
ABIType
public inline
EyeTrackingFrame
()
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::FacialEMG
class HP::Omnicept::Messaging::Messages::FacialEMG
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} List< double >
EmgValues
|
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
{property} uint
ABIType
|
public inline
FacialEMG
()
|
public inline
FacialEMG
(List< double > emgValues)
|
public inline override string
ToString
()
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property} List< double >
EmgValues
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
{property} uint
ABIType
public inline
FacialEMG
()
public inline
FacialEMG
(List< double > emgValues)
public inline override string
ToString
()
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::FacialEMGFrame
class HP::Omnicept::Messaging::Messages::FacialEMGFrame
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} List<
FacialEMG
>
Data
|
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
{property} uint
ABIType
|
public inline
FacialEMGFrame
()
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property} List<
FacialEMG
>
Data
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
{property} uint
ABIType
public inline
FacialEMGFrame
()
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::HeartRate
class HP::Omnicept::Messaging::Messages::HeartRate
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} uint
Rate
|
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
{property} uint
ABIType
|
public inline
HeartRate
()
|
public inline
HeartRate
(uint rate)
|
public inline override string
ToString
()
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property} uint
Rate
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
{property} uint
ABIType
public inline
HeartRate
()
public inline
HeartRate
(uint rate)
public inline override string
ToString
()
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::HeartRateFrame
class HP::Omnicept::Messaging::Messages::HeartRateFrame
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} List<
HeartRate
>
Data
|
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
{property} uint
ABIType
|
public inline
HeartRateFrame
()
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property} List<
HeartRate
>
Data
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
{property} uint
ABIType
public inline
HeartRateFrame
()
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::HeartRateVariability
class HP::Omnicept::Messaging::Messages::HeartRateVariability
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} float
Sdnn
|
{property} float
Rmssd
|
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
{property} uint
ABIType
|
public inline
HeartRateVariability
()
|
public inline
HeartRateVariability
(float sdnn,float rmssd)
|
public inline override string
ToString
()
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property} float
Sdnn
{property} float
Rmssd
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
{property} uint
ABIType
public inline
HeartRateVariability
()
public inline
HeartRateVariability
(float sdnn,float rmssd)
public inline override string
ToString
()
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::IMU
class HP::Omnicept::Messaging::Messages::IMU
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property}
IMU3AxisValues
Acc
|
{property}
IMU3AxisValues
Gyro
|
{property} uint
ABIType
|
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
public inline
IMU
()
|
public inline
IMU
(
IMU3AxisValues
acc,
IMU3AxisValues
gyro)
|
public inline override string
ToString
()
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property}
IMU3AxisValues
Acc
{property}
IMU3AxisValues
Gyro
{property} uint
ABIType
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
public inline
IMU
()
public inline
IMU
(
IMU3AxisValues
acc,
IMU3AxisValues
gyro)
public inline override string
ToString
()
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::IMU3AxisValues
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} float
X
|
{property} float
Y
|
{property} float
Z
|
public inline
IMU3AxisValues
()
|
public inline
IMU3AxisValues
(float x,float y,float z)
|
public inline override string
ToString
()
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property} float
X
{property} float
Y
{property} float
Z
public inline
IMU3AxisValues
()
public inline
IMU3AxisValues
(float x,float y,float z)
public inline override string
ToString
()
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::IMUFrame
class HP::Omnicept::Messaging::Messages::IMUFrame
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} List<
IMU
>
Data
|
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
{property} uint
ABIType
|
public inline
IMUFrame
()
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property} List<
IMU
>
Data
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
{property} uint
ABIType
public inline
IMUFrame
()
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::MessageTypes
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Messages::ModuleControlSignal
class HP::Omnicept::Messaging::Messages::ModuleControlSignal
: public HP.Omnicept.Messaging.Messages.IDomainType
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} uint
ABIType
|
{property}
ModuleControlSignalType
Signal
|
public inline
ModuleControlSignal
(
ModuleControlSignalType
signal)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
enum
ModuleControlSignalType
|
Members
{property} uint
ABIType
{property}
ModuleControlSignalType
Signal
public inline
ModuleControlSignal
(
ModuleControlSignalType
signal)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
enum
ModuleControlSignalType
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown |
Ready |
Stop |
class HP::Omnicept::Messaging::Messages::NDimArrayFloat
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} List< int >
Shape
|
{property} List< float >
ValuesFlat
|
public inline
NDimArrayFloat
()
|
public inline
NDimArrayFloat
(List< int > shape,List< float > valuesFlat)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property} List< int >
Shape
{property} List< float >
ValuesFlat
public inline
NDimArrayFloat
()
public inline
NDimArrayFloat
(List< int > shape,List< float > valuesFlat)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::PackageDeclaration
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property}
SensorInfo
SensorInfo
|
{property} uint
MessageType
|
{property} uint
Version
|
{property} ulong
BodyLength
|
{property} string
Sender
|
{property} string
Destination
|
{property}
ConnectionIdentifier
SenderConnectionId
|
public inline
PackageDeclaration
()
|
public inline
PackageDeclaration
(uint messageType,uint version,ulong length,string sender,string destination)
|
public inline
PackageDeclaration
(uint messageType,uint version,ulong length,string sender,
SensorInfo
info,string destination)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property}
SensorInfo
SensorInfo
{property} uint
MessageType
{property} uint
Version
{property} ulong
BodyLength
{property} string
Sender
{property} string
Destination
{property}
ConnectionIdentifier
SenderConnectionId
public inline
PackageDeclaration
()
public inline
PackageDeclaration
(uint messageType,uint version,ulong length,string sender,string destination)
public inline
PackageDeclaration
(uint messageType,uint version,ulong length,string sender,
SensorInfo
info,string destination)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::PPG
class HP::Omnicept::Messaging::Messages::PPG
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} List< uint >
PpgValues
|
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
{property} uint
ABIType
|
public inline
PPG
()
|
public inline
PPG
(List< uint > values)
|
public inline override string
ToString
()
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property} List< uint >
PpgValues
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
{property} uint
ABIType
public inline
PPG
()
public inline
PPG
(List< uint > values)
public inline override string
ToString
()
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::PPGFrame
class HP::Omnicept::Messaging::Messages::PPGFrame
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} List<
PPG
>
Data
|
{property} List< uint >
LEDCurrents
|
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
{property} uint
ABIType
|
public inline
PPGFrame
()
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property} List<
PPG
>
Data
{property} List< uint >
LEDCurrents
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
{property} uint
ABIType
public inline
PPGFrame
()
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::PupilPosition
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} float
X
|
{property} float
Y
|
public float
Confidence
|
public inline
PupilPosition
()
|
public inline
PupilPosition
(float x,float y,float confidence)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property} float
X
{property} float
Y
public float
Confidence
public inline
PupilPosition
()
public inline
PupilPosition
(float x,float y,float confidence)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::SceneColor
class HP::Omnicept::Messaging::Messages::SceneColor
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property}
EyeSceneColors
Left
|
{property}
EyeSceneColors
Right
|
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
{property} uint
ABIType
|
public inline
SceneColor
()
|
public inline
SceneColor
(
EyeSceneColors
left,
EyeSceneColors
right)
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property}
EyeSceneColors
Left
{property}
EyeSceneColors
Right
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
{property} uint
ABIType
public inline
SceneColor
()
public inline
SceneColor
(
EyeSceneColors
left,
EyeSceneColors
right)
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::SceneColorFrame
class HP::Omnicept::Messaging::Messages::SceneColorFrame
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} List<
SceneColor
>
Data
|
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
{property} uint
ABIType
|
public inline
SceneColorFrame
()
|
public inline override bool
Equals
(object obj)
|
public inline virtual bool
DataEquals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property} List<
SceneColor
>
Data
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
{property} uint
ABIType
public inline
SceneColorFrame
()
public inline override bool
Equals
(object obj)
public inline virtual bool
DataEquals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::SensorDeviceId
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} string
ID
|
{property} string
SubID
|
public inline
SensorDeviceId
(string id,string subId)
|
public inline override string
ToString
()
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property} string
ID
{property} string
SubID
public inline
SensorDeviceId
(string id,string subId)
public inline override string
ToString
()
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::SensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property}
SensorDeviceId
DeviceID
|
{property} string
Location
|
public inline
SensorInfo
()
|
public inline
SensorInfo
(
SensorDeviceId
deviceId,string location)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property}
SensorDeviceId
DeviceID
{property} string
Location
public inline
SensorInfo
()
public inline
SensorInfo
(
SensorDeviceId
deviceId,string location)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::SessionControlSignal
class HP::Omnicept::Messaging::Messages::SessionControlSignal
: public HP.Omnicept.Messaging.Messages.IDomainType
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} uint
ABIType
|
{property}
SessionControlSignalType
Signal
|
{property} string
EndpointUuid
|
{property} string
EndpointInUri
|
{property} string
EndpointOutUri
|
{property} string
ConnectionName
|
{property} string
ConnectionId
|
{property} string
ReasonForRejection
|
{property}
SessionLicense
SessionLicense
|
{property} List< uint >
HandShakeVersions
|
public inline
SessionControlSignal
()
|
public inline
SessionControlSignal
(
ConnectionContext
connectionContext,
SessionControlSignal.SessionControlSignalType
signal,List< uint > handshakeVersions)
|
public inline
SessionControlSignal
(
SessionControlSignalType
signal,string endpointUuid,string endpointInUri,string endpointOutUri,string connectionName,string connectionId,
SessionLicense
sessionLicense,List< uint > handshakeVersions,string reasonForRejection)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
enum
SessionControlSignalType
|
Members
{property} uint
ABIType
{property}
SessionControlSignalType
Signal
{property} string
EndpointUuid
{property} string
EndpointInUri
{property} string
EndpointOutUri
{property} string
ConnectionName
{property} string
ConnectionId
{property} string
ReasonForRejection
{property}
SessionLicense
SessionLicense
{property} List< uint >
HandShakeVersions
public inline
SessionControlSignal
()
public inline
SessionControlSignal
(
ConnectionContext
connectionContext,
SessionControlSignal.SessionControlSignalType
signal,List< uint > handshakeVersions)
public inline
SessionControlSignal
(
SessionControlSignalType
signal,string endpointUuid,string endpointInUri,string endpointOutUri,string connectionName,string connectionId,
SessionLicense
sessionLicense,List< uint > handshakeVersions,string reasonForRejection)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
enum
SessionControlSignalType
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown |
Connect |
Accept |
LicenseRequest |
LicenseAccept |
Reject |
ClientReady |
Finalize |
class HP::Omnicept::Messaging::Messages::SessionLicense
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} string
ClientId
|
{property} string
AccessKey
|
{property}
LicensingModel
RequestedLicense
|
{property} bool
IsRunningInEditor
|
public inline
SessionLicense
(string clientId,string accessKey,
LicensingModel
requestedLicense,bool isRunningInEditor)
|
public inline
SessionLicense
()
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property} string
ClientId
{property} string
AccessKey
{property}
LicensingModel
RequestedLicense
{property} bool
IsRunningInEditor
public inline
SessionLicense
(string clientId,string accessKey,
LicensingModel
requestedLicense,bool isRunningInEditor)
public inline
SessionLicense
()
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::Subscription
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} uint
MessageType
|
{property} string
Sender
|
{property}
SensorInfo
SensorInfo
|
public inline
Subscription
()
|
public inline
Subscription
(uint messageType,string sender,string id,string subid,string location)
|
public inline override string
ToString
()
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property} uint
MessageType
{property} string
Sender
{property}
SensorInfo
SensorInfo
public inline
Subscription
()
public inline
Subscription
(uint messageType,string sender,string id,string subid,string location)
public inline override string
ToString
()
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::SubscriptionList
class HP::Omnicept::Messaging::Messages::SubscriptionList
: public HP.Omnicept.Messaging.Messages.IDomainType
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} List<
Subscription
>
Subscriptions
|
{property} uint
ABIType
|
public inline
SubscriptionList
()
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
Members
{property} List<
Subscription
>
Subscriptions
{property} uint
ABIType
public inline
SubscriptionList
()
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
public inline override string
ToString
()
class HP::Omnicept::Messaging::Messages::Sync
class HP::Omnicept::Messaging::Messages::Sync
: public HP.Omnicept.Messaging.Messages.IDomainType
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} uint
Count
|
{property} uint
ABIType
|
public inline
Sync
()
|
public inline
Sync
(uint count)
|
public inline override string
ToString
()
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property} uint
Count
{property} uint
ABIType
public inline
Sync
()
public inline
Sync
(uint count)
public inline override string
ToString
()
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::TestPackage
class HP::Omnicept::Messaging::Messages::TestPackage
: public HP.Omnicept.Messaging.Messages.IDomainType
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} uint
ABIType
|
{property} List< uint >
Collection
|
public inline
TestPackage
()
|
public inline
TestPackage
(List< uint > collection)
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property} uint
ABIType
{property} List< uint >
Collection
public inline
TestPackage
()
public inline
TestPackage
(List< uint > collection)
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::Timestamp
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} long
SystemTimeMicroSeconds
|
{property} long
HardwareTimeMicroSeconds
|
{property} long
OmniceptTimeMicroSeconds
|
public inline
Timestamp
()
|
public inline
Timestamp
(long systemTimeMicroSeconds,long hardwareTimeMicroSeconds,long omniceptTimeMicroSeconds)
|
public inline override string
ToString
()
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property} long
SystemTimeMicroSeconds
{property} long
HardwareTimeMicroSeconds
{property} long
OmniceptTimeMicroSeconds
public inline
Timestamp
()
public inline
Timestamp
(long systemTimeMicroSeconds,long hardwareTimeMicroSeconds,long omniceptTimeMicroSeconds)
public inline override string
ToString
()
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
class HP::Omnicept::Messaging::Messages::VSync
class HP::Omnicept::Messaging::Messages::VSync
: public HP.Omnicept.Messaging.Messages.IDomainType
: public HP.Omnicept.Messaging.Messages.ISensorInfo
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property}
SensorInfo
SensorInfo
|
{property}
Timestamp
Timestamp
|
{property} uint
ABIType
|
public inline
VSync
()
|
public inline override string
ToString
()
|
public inline override bool
Equals
(object obj)
|
public inline override int
GetHashCode
()
|
Members
{property}
SensorInfo
SensorInfo
{property}
Timestamp
Timestamp
{property} uint
ABIType
public inline
VSync
()
public inline override string
ToString
()
public inline override bool
Equals
(object obj)
public inline override int
GetHashCode
()
namespace HP::Omnicept::Messaging::Protobuf
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
enum
proto_ProcessLayer
|
enum
proto_TransportLayer
|
enum
proto_SerializationLayer
|
enum
proto_ConnectionLayer
|
enum
proto_ChannelRole
|
enum
proto_WhichEye
|
class
HP::Omnicept::Messaging::Protobuf::BackpackColorsExtensions
|
class
HP::Omnicept::Messaging::Protobuf::BackpackColorsProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::BackpackColorsReflection
| Holder for reflection information generated from BackpackColors.proto
class
HP::Omnicept::Messaging::Protobuf::BackpackColorZoneExtensions
|
class
HP::Omnicept::Messaging::Protobuf::BackpackColorZoneProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::BatteryExtensions
|
class
HP::Omnicept::Messaging::Protobuf::BatteryProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::BatteryReflection
| Holder for reflection information generated from Battery.proto
class
HP::Omnicept::Messaging::Protobuf::BiovaultActionReflection
| Holder for reflection information generated from BiovaultAction.proto
class
HP::Omnicept::Messaging::Protobuf::BiovaultResultReflection
| Holder for reflection information generated from BiovaultResult.proto
class
HP::Omnicept::Messaging::Protobuf::ByteMessageExtensions
|
class
HP::Omnicept::Messaging::Protobuf::ByteMessageProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::ByteMessageReflection
| Holder for reflection information generated from ByteMessage.proto
class
HP::Omnicept::Messaging::Protobuf::CameraImageExtensions
|
class
HP::Omnicept::Messaging::Protobuf::CameraImageProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::CognitiveLoadExtensions
|
class
HP::Omnicept::Messaging::Protobuf::CognitiveLoadInputFeatureExtensions
|
class
HP::Omnicept::Messaging::Protobuf::CognitiveLoadInputFeatureProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::CognitiveLoadInputFeatureReflection
| Holder for reflection information generated from CognitiveLoadInputFeature.proto
class
HP::Omnicept::Messaging::Protobuf::CognitiveLoadProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::CognitiveLoadReflection
| Holder for reflection information generated from CognitiveLoad.proto
class
HP::Omnicept::Messaging::Protobuf::ConnectionInfoExtensions
|
class
HP::Omnicept::Messaging::Protobuf::ConnectionInfoProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::ConnectionInfoQueryProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::ConnectionInfoQueryReflection
| Holder for reflection information generated from ConnectionInfoQuery.proto
class
HP::Omnicept::Messaging::Protobuf::ConnectionInfoReflection
| Holder for reflection information generated from ConnectionInfo.proto
class
HP::Omnicept::Messaging::Protobuf::ConnectionParameterExtensions
|
class
HP::Omnicept::Messaging::Protobuf::ConnectionParameterProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::ConnectionParameterReflection
| Holder for reflection information generated from ConnectionParameter.proto
class
HP::Omnicept::Messaging::Protobuf::ConnectionStatusSignalExtensions
|
class
HP::Omnicept::Messaging::Protobuf::ConnectionStatusSignalProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::ConnectionStatusSignalReflection
| Holder for reflection information generated from ConnectionStatusSignal.proto
class
HP::Omnicept::Messaging::Protobuf::ConnectionTypeExtensions
|
class
HP::Omnicept::Messaging::Protobuf::DataVaultActionExtensions
|
class
HP::Omnicept::Messaging::Protobuf::DataVaultActionProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::DataVaultResultExtensions
|
class
HP::Omnicept::Messaging::Protobuf::DataVaultResultProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::EyePupillometryExtensions
|
class
HP::Omnicept::Messaging::Protobuf::EyePupillometryFrameExtensions
|
class
HP::Omnicept::Messaging::Protobuf::EyePupillometryFrameProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::EyePupillometryProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::EyePupillometryReflection
| Holder for reflection information generated from EyePupillometry.proto
class
HP::Omnicept::Messaging::Protobuf::EyeTrackingExtensions
|
class
HP::Omnicept::Messaging::Protobuf::EyeTrackingFrameExtensions
|
class
HP::Omnicept::Messaging::Protobuf::EyeTrackingFrameProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::EyeTrackingProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::EyeTrackingReflection
| Holder for reflection information generated from EyeTracking.proto
class
HP::Omnicept::Messaging::Protobuf::FacialEMGExtensions
|
class
HP::Omnicept::Messaging::Protobuf::FacialEMGFrameExtensions
|
class
HP::Omnicept::Messaging::Protobuf::FacialEMGFrameProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::FacialEMGProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::FacialEMGReflection
| Holder for reflection information generated from FacialEMG.proto
class
HP::Omnicept::Messaging::Protobuf::FacialExpressionExtensions
|
class
HP::Omnicept::Messaging::Protobuf::FacialExpressionFrameExtensions
|
class
HP::Omnicept::Messaging::Protobuf::FacialExpressionFrameProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::FacialExpressionProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::FacialExpressionReflection
| Holder for reflection information generated from FacialExpression.proto
class
HP::Omnicept::Messaging::Protobuf::HeartRateExtensions
|
class
HP::Omnicept::Messaging::Protobuf::HeartRateFrameExtensions
|
class
HP::Omnicept::Messaging::Protobuf::HeartRateFrameProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::HeartRateProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::HeartRateReflection
| Holder for reflection information generated from HeartRate.proto
class
HP::Omnicept::Messaging::Protobuf::HeartRateVariabilityExtensions
|
class
HP::Omnicept::Messaging::Protobuf::HeartRateVariabilityProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::HeartRateVariabilityReflection
| Holder for reflection information generated from HeartRateVariability.proto
class
HP::Omnicept::Messaging::Protobuf::IMUExtensions
|
class
HP::Omnicept::Messaging::Protobuf::IMUFrameExtensions
|
class
HP::Omnicept::Messaging::Protobuf::IMUFrameProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::IMUProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::ModuleControlSignalExtensions
|
class
HP::Omnicept::Messaging::Protobuf::ModuleControlSignalProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::ModuleControlSignalReflection
| Holder for reflection information generated from ModuleControlSignal.proto
class
HP::Omnicept::Messaging::Protobuf::PackageDeclarationProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::PackageDeclarationReflection
| Holder for reflection information generated from PackageDeclaration.proto
class
HP::Omnicept::Messaging::Protobuf::PPGExtensions
|
class
HP::Omnicept::Messaging::Protobuf::PPGFrameExtensions
|
class
HP::Omnicept::Messaging::Protobuf::PPGFrameProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::PPGProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::PPGReflection
| Holder for reflection information generated from PPG.proto
class
HP::Omnicept::Messaging::Protobuf::proto_BackpackColors
|
class
HP::Omnicept::Messaging::Protobuf::proto_BackpackColorZone
|
class
HP::Omnicept::Messaging::Protobuf::proto_Battery
|
class
HP::Omnicept::Messaging::Protobuf::proto_BiovaultAction
|
class
HP::Omnicept::Messaging::Protobuf::proto_BiovaultResult
|
class
HP::Omnicept::Messaging::Protobuf::proto_ByteMessage
|
class
HP::Omnicept::Messaging::Protobuf::proto_CognitiveLoad
|
class
HP::Omnicept::Messaging::Protobuf::proto_CognitiveLoadInputFeature
|
class
HP::Omnicept::Messaging::Protobuf::proto_Color
|
class
HP::Omnicept::Messaging::Protobuf::proto_ConnectionInfo
|
class
HP::Omnicept::Messaging::Protobuf::proto_ConnectionInfoQuery
|
class
HP::Omnicept::Messaging::Protobuf::proto_ConnectionParameter
|
class
HP::Omnicept::Messaging::Protobuf::proto_ConnectionStatusSignal
|
class
HP::Omnicept::Messaging::Protobuf::proto_EyeActivity
|
class
HP::Omnicept::Messaging::Protobuf::proto_EyeGaze
|
class
HP::Omnicept::Messaging::Protobuf::proto_EyeModel
|
class
HP::Omnicept::Messaging::Protobuf::proto_EyePosition
|
class
HP::Omnicept::Messaging::Protobuf::proto_EyePupilDiameter
|
class
HP::Omnicept::Messaging::Protobuf::proto_EyePupillometry
|
class
HP::Omnicept::Messaging::Protobuf::proto_EyePupillometryFrame
|
class
HP::Omnicept::Messaging::Protobuf::proto_EyeSceneColors
|
class
HP::Omnicept::Messaging::Protobuf::proto_EyeTracking
|
class
HP::Omnicept::Messaging::Protobuf::proto_EyeTrackingFrame
|
class
HP::Omnicept::Messaging::Protobuf::proto_FacialEMG
|
class
HP::Omnicept::Messaging::Protobuf::proto_FacialEMGFrame
|
class
HP::Omnicept::Messaging::Protobuf::proto_FacialExpression
|
class
HP::Omnicept::Messaging::Protobuf::proto_FacialExpressionFrame
|
class
HP::Omnicept::Messaging::Protobuf::proto_HeartRate
|
class
HP::Omnicept::Messaging::Protobuf::proto_HeartRateFrame
|
class
HP::Omnicept::Messaging::Protobuf::proto_HeartRateVariability
|
class
HP::Omnicept::Messaging::Protobuf::proto_ModuleControlSignal
|
class
HP::Omnicept::Messaging::Protobuf::proto_nDimArrayFloat
|
class
HP::Omnicept::Messaging::Protobuf::proto_PackageDeclaration
| Write a PackageDeclaration into your stream before writing a package. Packages do not contain declarations because the order of the data is not guaranteed.
class
HP::Omnicept::Messaging::Protobuf::proto_PPG
|
class
HP::Omnicept::Messaging::Protobuf::proto_PPGFrame
|
class
HP::Omnicept::Messaging::Protobuf::proto_SceneColor
|
class
HP::Omnicept::Messaging::Protobuf::proto_SceneColorFrame
|
class
HP::Omnicept::Messaging::Protobuf::proto_SensorDeviceID
|
class
HP::Omnicept::Messaging::Protobuf::proto_SensorInfo
|
class
HP::Omnicept::Messaging::Protobuf::proto_SessionControlSignal
|
class
HP::Omnicept::Messaging::Protobuf::proto_Subscription
|
class
HP::Omnicept::Messaging::Protobuf::proto_SubscriptionList
|
class
HP::Omnicept::Messaging::Protobuf::proto_Sync
|
class
HP::Omnicept::Messaging::Protobuf::proto_TestPackage
|
class
HP::Omnicept::Messaging::Protobuf::proto_Timestamp
|
class
HP::Omnicept::Messaging::Protobuf::proto_VSync
|
class
HP::Omnicept::Messaging::Protobuf::ProtobufAdapterRegistry
|
class
HP::Omnicept::Messaging::Protobuf::ProtobufMessageFactory
|
class
HP::Omnicept::Messaging::Protobuf::ProtobufUtility
|
class
HP::Omnicept::Messaging::Protobuf::SceneColorExtensions
|
class
HP::Omnicept::Messaging::Protobuf::SceneColorFrameExtensions
|
class
HP::Omnicept::Messaging::Protobuf::SceneColorFrameProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::SceneColorProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::SceneColorReflection
| Holder for reflection information generated from SceneColor.proto
class
HP::Omnicept::Messaging::Protobuf::SensorDeviceIdExtensions
|
class
HP::Omnicept::Messaging::Protobuf::SensorInfoExtensions
|
class
HP::Omnicept::Messaging::Protobuf::SensorInfoReflection
| Holder for reflection information generated from SensorInfo.proto
class
HP::Omnicept::Messaging::Protobuf::SessionControlSignalExtensions
|
class
HP::Omnicept::Messaging::Protobuf::SessionControlSignalProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::SessionControlSignalReflection
| Holder for reflection information generated from SessionControlSignal.proto
class
HP::Omnicept::Messaging::Protobuf::SubscriptionExtensions
|
class
HP::Omnicept::Messaging::Protobuf::SubscriptionListExtensions
|
class
HP::Omnicept::Messaging::Protobuf::SubscriptionListProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::SubscriptionReflection
| Holder for reflection information generated from Subscription.proto
class
HP::Omnicept::Messaging::Protobuf::SyncExtensions
|
class
HP::Omnicept::Messaging::Protobuf::SyncProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::SyncReflection
| Holder for reflection information generated from Sync.proto
class
HP::Omnicept::Messaging::Protobuf::TestPackageExtensions
|
class
HP::Omnicept::Messaging::Protobuf::TestPackageProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::TestPackageReflection
| Holder for reflection information generated from TestPackage.proto
class
HP::Omnicept::Messaging::Protobuf::TimestampExtensions
|
class
HP::Omnicept::Messaging::Protobuf::TimestampReflection
| Holder for reflection information generated from Timestamp.proto
class
HP::Omnicept::Messaging::Protobuf::VSyncExtensions
|
class
HP::Omnicept::Messaging::Protobuf::VSyncProtobufAdapter
|
class
HP::Omnicept::Messaging::Protobuf::VSyncReflection
| Holder for reflection information generated from VSync.proto
class
HP::Omnicept::Messaging::Protobuf::WhichEyeExtensions
|
Members
enum
proto_ProcessLayer
Values | Descriptions
--------------------------------|---------------------------------------------
PPlUninitiated |
PPlClient |
PPlServer |
enum
proto_TransportLayer
Values | Descriptions
--------------------------------|---------------------------------------------
PTlUninitialized |
PTlZmqInprocPubsub |
PTlZmqTcpPubsub |
PTlZmqTcpReqrep |
PTlZmqTcpPair |
PTlZmqInprocPair |
enum
proto_SerializationLayer
Values | Descriptions
--------------------------------|---------------------------------------------
PSlUninitialized |
PSlProtobuf |
enum
proto_ConnectionLayer
Values | Descriptions
--------------------------------|---------------------------------------------
PClUninitialized |
PClLegacy |
PClSync |
PClTest |
enum
proto_ChannelRole
Values | Descriptions
--------------------------------|---------------------------------------------
PCrUninitialized |
PCrServer |
PCrClient |
PCrSimpleServer |
PCrSimpleClient |
enum
proto_WhichEye
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown |
Left |
Right |
Both |
class HP::Omnicept::Messaging::Protobuf::BackpackColorsExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::BackpackColorsProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::BackpackColorsProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::BackpackColorsReflection
Holder for reflection information generated from BackpackColors.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for BackpackColors.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for BackpackColors.proto
class HP::Omnicept::Messaging::Protobuf::BackpackColorZoneExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::BackpackColorZoneProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::BackpackColorZoneProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::BatteryExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::BatteryProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::BatteryProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::BatteryReflection
Holder for reflection information generated from Battery.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for Battery.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for Battery.proto
class HP::Omnicept::Messaging::Protobuf::BiovaultActionReflection
Holder for reflection information generated from BiovaultAction.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for BiovaultAction.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for BiovaultAction.proto
class HP::Omnicept::Messaging::Protobuf::BiovaultResultReflection
Holder for reflection information generated from BiovaultResult.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for BiovaultResult.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for BiovaultResult.proto
class HP::Omnicept::Messaging::Protobuf::ByteMessageExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::ByteMessageProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::ByteMessageProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::ByteMessageReflection
Holder for reflection information generated from ByteMessage.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for ByteMessage.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for ByteMessage.proto
class HP::Omnicept::Messaging::Protobuf::CameraImageExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::CameraImageProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::CameraImageProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::CognitiveLoadExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::CognitiveLoadInputFeatureExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::CognitiveLoadInputFeatureProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::CognitiveLoadInputFeatureProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::CognitiveLoadInputFeatureReflection
Holder for reflection information generated from CognitiveLoadInputFeature.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for CognitiveLoadInputFeature.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for CognitiveLoadInputFeature.proto
class HP::Omnicept::Messaging::Protobuf::CognitiveLoadProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::CognitiveLoadProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::CognitiveLoadReflection
Holder for reflection information generated from CognitiveLoad.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for CognitiveLoad.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for CognitiveLoad.proto
class HP::Omnicept::Messaging::Protobuf::ConnectionInfoExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::ConnectionInfoProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::ConnectionInfoProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::ConnectionInfoQueryProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::ConnectionInfoQueryProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::ConnectionInfoQueryReflection
Holder for reflection information generated from ConnectionInfoQuery.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for ConnectionInfoQuery.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for ConnectionInfoQuery.proto
class HP::Omnicept::Messaging::Protobuf::ConnectionInfoReflection
Holder for reflection information generated from ConnectionInfo.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for ConnectionInfo.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for ConnectionInfo.proto
class HP::Omnicept::Messaging::Protobuf::ConnectionParameterExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::ConnectionParameterProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::ConnectionParameterProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::ConnectionParameterReflection
Holder for reflection information generated from ConnectionParameter.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for ConnectionParameter.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for ConnectionParameter.proto
class HP::Omnicept::Messaging::Protobuf::ConnectionStatusSignalExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::ConnectionStatusSignalProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::ConnectionStatusSignalProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::ConnectionStatusSignalReflection
Holder for reflection information generated from ConnectionStatusSignal.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for ConnectionStatusSignal.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for ConnectionStatusSignal.proto
class HP::Omnicept::Messaging::Protobuf::ConnectionTypeExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::DataVaultActionExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::DataVaultActionProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::DataVaultActionProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::DataVaultResultExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::DataVaultResultProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::DataVaultResultProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::EyePupillometryExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::EyePupillometryFrameExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::EyePupillometryFrameProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::EyePupillometryFrameProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::EyePupillometryProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::EyePupillometryProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::EyePupillometryReflection
Holder for reflection information generated from EyePupillometry.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for EyePupillometry.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for EyePupillometry.proto
class HP::Omnicept::Messaging::Protobuf::EyeTrackingExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::EyeTrackingFrameExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::EyeTrackingFrameProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::EyeTrackingFrameProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::EyeTrackingProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::EyeTrackingProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::EyeTrackingReflection
Holder for reflection information generated from EyeTracking.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for EyeTracking.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for EyeTracking.proto
class HP::Omnicept::Messaging::Protobuf::FacialEMGExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::FacialEMGFrameExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::FacialEMGFrameProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::FacialEMGFrameProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::FacialEMGProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::FacialEMGProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::FacialEMGReflection
Holder for reflection information generated from FacialEMG.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for FacialEMG.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for FacialEMG.proto
class HP::Omnicept::Messaging::Protobuf::HeartRateExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::HeartRateFrameExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::HeartRateFrameProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::HeartRateFrameProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::HeartRateProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::HeartRateProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::HeartRateReflection
Holder for reflection information generated from HeartRate.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for HeartRate.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for HeartRate.proto
class HP::Omnicept::Messaging::Protobuf::HeartRateVariabilityExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::HeartRateVariabilityProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::HeartRateVariabilityProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::HeartRateVariabilityReflection
Holder for reflection information generated from HeartRateVariability.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for HeartRateVariability.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for HeartRateVariability.proto
class HP::Omnicept::Messaging::Protobuf::IMUExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::IMUFrameExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::IMUFrameProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::IMUFrameProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::IMUProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::IMUProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::ModuleControlSignalExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::ModuleControlSignalProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::ModuleControlSignalProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::ModuleControlSignalReflection
Holder for reflection information generated from ModuleControlSignal.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for ModuleControlSignal.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for ModuleControlSignal.proto
class HP::Omnicept::Messaging::Protobuf::PackageDeclarationProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::PackageDeclarationProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::PackageDeclarationReflection
Holder for reflection information generated from PackageDeclaration.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for PackageDeclaration.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for PackageDeclaration.proto
class HP::Omnicept::Messaging::Protobuf::PPGExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::PPGFrameExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::PPGFrameProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::PPGFrameProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::PPGProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::PPGProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::PPGReflection
Holder for reflection information generated from PPG.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for PPG.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for PPG.proto
class HP::Omnicept::Messaging::Protobuf::proto_BackpackColors
class HP::Omnicept::Messaging::Protobuf::proto_BackpackColors
: public pb::IMessage< proto_BackpackColors >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_BackpackColors
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} pbc::RepeatedField< global::HP.Omnicept.Messaging.Protobuf.proto_BackpackColorZone >
Zones
|
public inline
proto_BackpackColors
()
|
public inline
proto_BackpackColors
(
proto_BackpackColors
other)
|
public inline
proto_BackpackColors
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_BackpackColors
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_BackpackColors
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_BackpackColors
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} pbc::RepeatedField< global::HP.Omnicept.Messaging.Protobuf.proto_BackpackColorZone >
Zones
public inline
proto_BackpackColors
()
public inline
proto_BackpackColors
(
proto_BackpackColors
other)
public inline
proto_BackpackColors
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_BackpackColors
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_BackpackColors
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_BackpackColorZone
class HP::Omnicept::Messaging::Protobuf::proto_BackpackColorZone
: public pb::IMessage< proto_BackpackColorZone >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_BackpackColorZone
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} uint
R
|
{property} uint
G
|
{property} uint
B
|
public inline
proto_BackpackColorZone
()
|
public inline
proto_BackpackColorZone
(
proto_BackpackColorZone
other)
|
public inline
proto_BackpackColorZone
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_BackpackColorZone
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_BackpackColorZone
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_BackpackColorZone
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} uint
R
{property} uint
G
{property} uint
B
public inline
proto_BackpackColorZone
()
public inline
proto_BackpackColorZone
(
proto_BackpackColorZone
other)
public inline
proto_BackpackColorZone
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_BackpackColorZone
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_BackpackColorZone
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_Battery
class HP::Omnicept::Messaging::Protobuf::proto_Battery
: public pb::IMessage< proto_Battery >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_Battery
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} uint
Id
|
{property} bool
IsPresent
|
{property} float
Percent
|
public inline
proto_Battery
()
|
public inline
proto_Battery
(
proto_Battery
other)
|
public inline
proto_Battery
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_Battery
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_Battery
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_Battery
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} uint
Id
{property} bool
IsPresent
{property} float
Percent
public inline
proto_Battery
()
public inline
proto_Battery
(
proto_Battery
other)
public inline
proto_Battery
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_Battery
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_Battery
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_BiovaultAction
class HP::Omnicept::Messaging::Protobuf::proto_BiovaultAction
: public pb::IMessage< proto_BiovaultAction >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_BiovaultAction
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_BiovaultAction.Types.BiovaultActionType
Action
|
public inline
proto_BiovaultAction
()
|
public inline
proto_BiovaultAction
(
proto_BiovaultAction
other)
|
public inline
proto_BiovaultAction
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_BiovaultAction
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_BiovaultAction
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_BiovaultAction
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} global::HP.Omnicept.Messaging.Protobuf.proto_BiovaultAction.Types.BiovaultActionType
Action
public inline
proto_BiovaultAction
()
public inline
proto_BiovaultAction
(
proto_BiovaultAction
other)
public inline
proto_BiovaultAction
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_BiovaultAction
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_BiovaultAction
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_BiovaultResult
class HP::Omnicept::Messaging::Protobuf::proto_BiovaultResult
: public pb::IMessage< proto_BiovaultResult >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_BiovaultResult
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_BiovaultResult.Types.BiovaultResultType
Result
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_BiovaultResult.Types.BiovaultResultErrorType
Error
|
public inline
proto_BiovaultResult
()
|
public inline
proto_BiovaultResult
(
proto_BiovaultResult
other)
|
public inline
proto_BiovaultResult
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_BiovaultResult
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_BiovaultResult
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_BiovaultResult
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} global::HP.Omnicept.Messaging.Protobuf.proto_BiovaultResult.Types.BiovaultResultType
Result
{property} global::HP.Omnicept.Messaging.Protobuf.proto_BiovaultResult.Types.BiovaultResultErrorType
Error
public inline
proto_BiovaultResult
()
public inline
proto_BiovaultResult
(
proto_BiovaultResult
other)
public inline
proto_BiovaultResult
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_BiovaultResult
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_BiovaultResult
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_ByteMessage
class HP::Omnicept::Messaging::Protobuf::proto_ByteMessage
: public pb::IMessage< proto_ByteMessage >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_ByteMessage
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} string
Id
|
{property} string
Message
|
public inline
proto_ByteMessage
()
|
public inline
proto_ByteMessage
(
proto_ByteMessage
other)
|
public inline
proto_ByteMessage
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_ByteMessage
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_ByteMessage
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_ByteMessage
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} string
Id
{property} string
Message
public inline
proto_ByteMessage
()
public inline
proto_ByteMessage
(
proto_ByteMessage
other)
public inline
proto_ByteMessage
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_ByteMessage
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_ByteMessage
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_CognitiveLoad
class HP::Omnicept::Messaging::Protobuf::proto_CognitiveLoad
: public pb::IMessage< proto_CognitiveLoad >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_CognitiveLoad
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} float
CognitiveLoad
|
{property} float
StandardDeviation
|
{property} string
DataState
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
StartDataCollectTime
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
EndDataCollectTime
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_CognitiveLoad
()
|
public inline
proto_CognitiveLoad
(
proto_CognitiveLoad
other)
|
public inline
proto_CognitiveLoad
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_CognitiveLoad
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_CognitiveLoad
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_CognitiveLoad
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} float
CognitiveLoad
{property} float
StandardDeviation
{property} string
DataState
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
StartDataCollectTime
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
EndDataCollectTime
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_CognitiveLoad
()
public inline
proto_CognitiveLoad
(
proto_CognitiveLoad
other)
public inline
proto_CognitiveLoad
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_CognitiveLoad
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_CognitiveLoad
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_CognitiveLoadInputFeature
class HP::Omnicept::Messaging::Protobuf::proto_CognitiveLoadInputFeature
: public pb::IMessage< proto_CognitiveLoadInputFeature >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_CognitiveLoadInputFeature
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} string
DataState
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
StartDataCollectTime
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
EndDataCollectTime
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_nDimArrayFloat
Features
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_CognitiveLoadInputFeature.Types.TargetModel
TargetModel
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_CognitiveLoadInputFeature
()
|
public inline
proto_CognitiveLoadInputFeature
(
proto_CognitiveLoadInputFeature
other)
|
public inline
proto_CognitiveLoadInputFeature
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_CognitiveLoadInputFeature
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_CognitiveLoadInputFeature
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_CognitiveLoadInputFeature
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} string
DataState
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
StartDataCollectTime
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
EndDataCollectTime
{property} global::HP.Omnicept.Messaging.Protobuf.proto_nDimArrayFloat
Features
{property} global::HP.Omnicept.Messaging.Protobuf.proto_CognitiveLoadInputFeature.Types.TargetModel
TargetModel
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_CognitiveLoadInputFeature
()
public inline
proto_CognitiveLoadInputFeature
(
proto_CognitiveLoadInputFeature
other)
public inline
proto_CognitiveLoadInputFeature
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_CognitiveLoadInputFeature
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_CognitiveLoadInputFeature
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_Color
class HP::Omnicept::Messaging::Protobuf::proto_Color
: public pb::IMessage< proto_Color >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_Color
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} float
R
|
{property} float
G
|
{property} float
B
|
{property} float
Y
|
public inline
proto_Color
()
|
public inline
proto_Color
(
proto_Color
other)
|
public inline
proto_Color
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_Color
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_Color
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_Color
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} float
R
{property} float
G
{property} float
B
{property} float
Y
public inline
proto_Color
()
public inline
proto_Color
(
proto_Color
other)
public inline
proto_Color
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_Color
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_Color
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_ConnectionInfo
class HP::Omnicept::Messaging::Protobuf::proto_ConnectionInfo
: public pb::IMessage< proto_ConnectionInfo >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_ConnectionInfo
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_ConnectionInfo.Types.ConnectionType
ConnectionType
|
{property} string
ConnectionId
|
{property} string
ClientId
|
{property} string
AccessKey
|
public inline
proto_ConnectionInfo
()
|
public inline
proto_ConnectionInfo
(
proto_ConnectionInfo
other)
|
public inline
proto_ConnectionInfo
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_ConnectionInfo
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_ConnectionInfo
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_ConnectionInfo
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} global::HP.Omnicept.Messaging.Protobuf.proto_ConnectionInfo.Types.ConnectionType
ConnectionType
{property} string
ConnectionId
{property} string
ClientId
{property} string
AccessKey
public inline
proto_ConnectionInfo
()
public inline
proto_ConnectionInfo
(
proto_ConnectionInfo
other)
public inline
proto_ConnectionInfo
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_ConnectionInfo
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_ConnectionInfo
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_ConnectionInfoQuery
class HP::Omnicept::Messaging::Protobuf::proto_ConnectionInfoQuery
: public pb::IMessage< proto_ConnectionInfoQuery >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_ConnectionInfoQuery
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} string
RequestedConnectionInfo
|
public inline
proto_ConnectionInfoQuery
()
|
public inline
proto_ConnectionInfoQuery
(
proto_ConnectionInfoQuery
other)
|
public inline
proto_ConnectionInfoQuery
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_ConnectionInfoQuery
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_ConnectionInfoQuery
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_ConnectionInfoQuery
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} string
RequestedConnectionInfo
public inline
proto_ConnectionInfoQuery
()
public inline
proto_ConnectionInfoQuery
(
proto_ConnectionInfoQuery
other)
public inline
proto_ConnectionInfoQuery
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_ConnectionInfoQuery
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_ConnectionInfoQuery
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_ConnectionParameter
class HP::Omnicept::Messaging::Protobuf::proto_ConnectionParameter
: public pb::IMessage< proto_ConnectionParameter >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_ConnectionParameter
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_ProcessLayer
Process
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_TransportLayer
Transport
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_SerializationLayer
Serialization
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_ConnectionLayer
Connection
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_ChannelRole
Role
|
public inline
proto_ConnectionParameter
()
|
public inline
proto_ConnectionParameter
(
proto_ConnectionParameter
other)
|
public inline
proto_ConnectionParameter
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_ConnectionParameter
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_ConnectionParameter
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_ConnectionParameter
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} global::HP.Omnicept.Messaging.Protobuf.proto_ProcessLayer
Process
{property} global::HP.Omnicept.Messaging.Protobuf.proto_TransportLayer
Transport
{property} global::HP.Omnicept.Messaging.Protobuf.proto_SerializationLayer
Serialization
{property} global::HP.Omnicept.Messaging.Protobuf.proto_ConnectionLayer
Connection
{property} global::HP.Omnicept.Messaging.Protobuf.proto_ChannelRole
Role
public inline
proto_ConnectionParameter
()
public inline
proto_ConnectionParameter
(
proto_ConnectionParameter
other)
public inline
proto_ConnectionParameter
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_ConnectionParameter
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_ConnectionParameter
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_ConnectionStatusSignal
class HP::Omnicept::Messaging::Protobuf::proto_ConnectionStatusSignal
: public pb::IMessage< proto_ConnectionStatusSignal >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_ConnectionStatusSignal
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_ConnectionStatusSignal.Types.ConnectionStatus
ConnectionStatus
|
{property} string
Id
|
public inline
proto_ConnectionStatusSignal
()
|
public inline
proto_ConnectionStatusSignal
(
proto_ConnectionStatusSignal
other)
|
public inline
proto_ConnectionStatusSignal
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_ConnectionStatusSignal
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_ConnectionStatusSignal
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_ConnectionStatusSignal
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} global::HP.Omnicept.Messaging.Protobuf.proto_ConnectionStatusSignal.Types.ConnectionStatus
ConnectionStatus
{property} string
Id
public inline
proto_ConnectionStatusSignal
()
public inline
proto_ConnectionStatusSignal
(
proto_ConnectionStatusSignal
other)
public inline
proto_ConnectionStatusSignal
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_ConnectionStatusSignal
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_ConnectionStatusSignal
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_EyeActivity
class HP::Omnicept::Messaging::Protobuf::proto_EyeActivity
: public pb::IMessage< proto_EyeActivity >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_EyeActivity
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_WhichEye
Eye
|
{property} ulong
OccuranceId
|
{property} ulong
PredictedStartTime
| The predicted time should not be populated once the actual time is available
{property} ulong
ActualStartTime
|
{property} ulong
PredictedEndTime
| The predicted time should not be populated once the actual time is available
{property} ulong
ActualEndTime
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_EyeActivity
()
|
public inline
proto_EyeActivity
(
proto_EyeActivity
other)
|
public inline
proto_EyeActivity
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_EyeActivity
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_EyeActivity
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_EyeActivity
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} global::HP.Omnicept.Messaging.Protobuf.proto_WhichEye
Eye
{property} ulong
OccuranceId
{property} ulong
PredictedStartTime
The predicted time should not be populated once the actual time is available
{property} ulong
ActualStartTime
{property} ulong
PredictedEndTime
The predicted time should not be populated once the actual time is available
{property} ulong
ActualEndTime
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_EyeActivity
()
public inline
proto_EyeActivity
(
proto_EyeActivity
other)
public inline
proto_EyeActivity
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_EyeActivity
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_EyeActivity
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_EyeGaze
class HP::Omnicept::Messaging::Protobuf::proto_EyeGaze
: public pb::IMessage< proto_EyeGaze >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_EyeGaze
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} float
X
|
{property} float
Y
|
{property} float
Z
|
public inline
proto_EyeGaze
()
|
public inline
proto_EyeGaze
(
proto_EyeGaze
other)
|
public inline
proto_EyeGaze
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_EyeGaze
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_EyeGaze
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_EyeGaze
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} float
X
{property} float
Y
{property} float
Z
public inline
proto_EyeGaze
()
public inline
proto_EyeGaze
(
proto_EyeGaze
other)
public inline
proto_EyeGaze
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_EyeGaze
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_EyeGaze
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_EyeModel
class HP::Omnicept::Messaging::Protobuf::proto_EyeModel
: public pb::IMessage< proto_EyeModel >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_EyeModel
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_WhichEye
Eye
|
{property} float
CenterDepth
|
{property} float
CornealHeight
|
{property} float
IrisDiameter
|
{property} float
EyeDiameter
|
{property} float
NodalDepth
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_EyeModel
()
|
public inline
proto_EyeModel
(
proto_EyeModel
other)
|
public inline
proto_EyeModel
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_EyeModel
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_EyeModel
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_EyeModel
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} global::HP.Omnicept.Messaging.Protobuf.proto_WhichEye
Eye
{property} float
CenterDepth
{property} float
CornealHeight
{property} float
IrisDiameter
{property} float
EyeDiameter
{property} float
NodalDepth
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_EyeModel
()
public inline
proto_EyeModel
(
proto_EyeModel
other)
public inline
proto_EyeModel
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_EyeModel
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_EyeModel
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_EyePosition
class HP::Omnicept::Messaging::Protobuf::proto_EyePosition
: public pb::IMessage< proto_EyePosition >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_EyePosition
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} float
X
|
{property} float
Y
|
{property} float
Z
|
public inline
proto_EyePosition
()
|
public inline
proto_EyePosition
(
proto_EyePosition
other)
|
public inline
proto_EyePosition
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_EyePosition
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_EyePosition
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_EyePosition
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} float
X
{property} float
Y
{property} float
Z
public inline
proto_EyePosition
()
public inline
proto_EyePosition
(
proto_EyePosition
other)
public inline
proto_EyePosition
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_EyePosition
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_EyePosition
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_EyePupilDiameter
class HP::Omnicept::Messaging::Protobuf::proto_EyePupilDiameter
: public pb::IMessage< proto_EyePupilDiameter >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_EyePupilDiameter
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} float
Size
|
{property} float
Confidence
|
public inline
proto_EyePupilDiameter
()
|
public inline
proto_EyePupilDiameter
(
proto_EyePupilDiameter
other)
|
public inline
proto_EyePupilDiameter
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_EyePupilDiameter
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_EyePupilDiameter
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_EyePupilDiameter
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} float
Size
{property} float
Confidence
public inline
proto_EyePupilDiameter
()
public inline
proto_EyePupilDiameter
(
proto_EyePupilDiameter
other)
public inline
proto_EyePupilDiameter
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_EyePupilDiameter
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_EyePupilDiameter
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_EyePupillometry
class HP::Omnicept::Messaging::Protobuf::proto_EyePupillometry
: public pb::IMessage< proto_EyePupillometry >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_EyePupillometry
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyePupilDiameter
LeftPupilDiameter
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyePupilDiameter
RightPupilDiameter
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_EyePupillometry
()
|
public inline
proto_EyePupillometry
(
proto_EyePupillometry
other)
|
public inline
proto_EyePupillometry
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_EyePupillometry
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_EyePupillometry
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_EyePupillometry
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyePupilDiameter
LeftPupilDiameter
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyePupilDiameter
RightPupilDiameter
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_EyePupillometry
()
public inline
proto_EyePupillometry
(
proto_EyePupillometry
other)
public inline
proto_EyePupillometry
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_EyePupillometry
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_EyePupillometry
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_EyePupillometryFrame
class HP::Omnicept::Messaging::Protobuf::proto_EyePupillometryFrame
: public pb::IMessage< proto_EyePupillometryFrame >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_EyePupillometryFrame
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} pbc::RepeatedField< global::HP.Omnicept.Messaging.Protobuf.proto_EyePupillometry >
Data
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_EyePupillometryFrame
()
|
public inline
proto_EyePupillometryFrame
(
proto_EyePupillometryFrame
other)
|
public inline
proto_EyePupillometryFrame
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_EyePupillometryFrame
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_EyePupillometryFrame
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_EyePupillometryFrame
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} pbc::RepeatedField< global::HP.Omnicept.Messaging.Protobuf.proto_EyePupillometry >
Data
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_EyePupillometryFrame
()
public inline
proto_EyePupillometryFrame
(
proto_EyePupillometryFrame
other)
public inline
proto_EyePupillometryFrame
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_EyePupillometryFrame
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_EyePupillometryFrame
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_EyeSceneColors
class HP::Omnicept::Messaging::Protobuf::proto_EyeSceneColors
: public pb::IMessage< proto_EyeSceneColors >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_EyeSceneColors
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Color
Ambient
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Color
Foveal
|
public inline
proto_EyeSceneColors
()
|
public inline
proto_EyeSceneColors
(
proto_EyeSceneColors
other)
|
public inline
proto_EyeSceneColors
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_EyeSceneColors
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_EyeSceneColors
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_EyeSceneColors
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Color
Ambient
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Color
Foveal
public inline
proto_EyeSceneColors
()
public inline
proto_EyeSceneColors
(
proto_EyeSceneColors
other)
public inline
proto_EyeSceneColors
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_EyeSceneColors
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_EyeSceneColors
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_EyeTracking
class HP::Omnicept::Messaging::Protobuf::proto_EyeTracking
: public pb::IMessage< proto_EyeTracking >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_EyeTracking
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyeGaze
LeftGaze
|
{property} float
LeftGazeConfidence
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyeGaze
RightGaze
|
{property} float
RightGazeConfidence
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyeGaze
CombinedGaze
|
{property} float
CombinedGazeConfidence
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyeGaze
LeftSaccadePrediction
|
{property} float
LeftSaccadePredictionConfidence
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyeGaze
RightSaccadePrediction
|
{property} float
RightSaccadePredictionConfidence
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyeGaze
CombinedSaccadePrediction
|
{property} float
CombinedSaccadePredictionConfidence
|
{property} float
LeftPupilDilation
|
{property} float
LeftPupilDilationConfidence
|
{property} float
RightPupilDilation
|
{property} float
RightPupilDilationConfidence
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyePosition
LeftPupilPosition
|
{property} float
LeftPupilPositionConfidence
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyePosition
RightPupilPosition
|
{property} float
RightPupilPositionConfidence
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyePosition
LeftEyePosition
|
{property} float
LeftEyePositionConfidence
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyePosition
RightEyePosition
|
{property} float
RightEyePositionConfidence
|
{property} float
LeftEyeOpenness
|
{property} float
LeftEyeOpennessConfidence
|
{property} float
RightEyeOpenness
|
{property} float
RightEyeOpennessConfidence
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_EyeTracking
()
|
public inline
proto_EyeTracking
(
proto_EyeTracking
other)
|
public inline
proto_EyeTracking
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_EyeTracking
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_EyeTracking
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_EyeTracking
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyeGaze
LeftGaze
{property} float
LeftGazeConfidence
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyeGaze
RightGaze
{property} float
RightGazeConfidence
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyeGaze
CombinedGaze
{property} float
CombinedGazeConfidence
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyeGaze
LeftSaccadePrediction
{property} float
LeftSaccadePredictionConfidence
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyeGaze
RightSaccadePrediction
{property} float
RightSaccadePredictionConfidence
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyeGaze
CombinedSaccadePrediction
{property} float
CombinedSaccadePredictionConfidence
{property} float
LeftPupilDilation
{property} float
LeftPupilDilationConfidence
{property} float
RightPupilDilation
{property} float
RightPupilDilationConfidence
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyePosition
LeftPupilPosition
{property} float
LeftPupilPositionConfidence
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyePosition
RightPupilPosition
{property} float
RightPupilPositionConfidence
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyePosition
LeftEyePosition
{property} float
LeftEyePositionConfidence
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyePosition
RightEyePosition
{property} float
RightEyePositionConfidence
{property} float
LeftEyeOpenness
{property} float
LeftEyeOpennessConfidence
{property} float
RightEyeOpenness
{property} float
RightEyeOpennessConfidence
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_EyeTracking
()
public inline
proto_EyeTracking
(
proto_EyeTracking
other)
public inline
proto_EyeTracking
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_EyeTracking
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_EyeTracking
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_EyeTrackingFrame
class HP::Omnicept::Messaging::Protobuf::proto_EyeTrackingFrame
: public pb::IMessage< proto_EyeTrackingFrame >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_EyeTrackingFrame
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} pbc::RepeatedField< global::HP.Omnicept.Messaging.Protobuf.proto_EyeTracking >
Data
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_EyeTrackingFrame
()
|
public inline
proto_EyeTrackingFrame
(
proto_EyeTrackingFrame
other)
|
public inline
proto_EyeTrackingFrame
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_EyeTrackingFrame
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_EyeTrackingFrame
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_EyeTrackingFrame
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} pbc::RepeatedField< global::HP.Omnicept.Messaging.Protobuf.proto_EyeTracking >
Data
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_EyeTrackingFrame
()
public inline
proto_EyeTrackingFrame
(
proto_EyeTrackingFrame
other)
public inline
proto_EyeTrackingFrame
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_EyeTrackingFrame
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_EyeTrackingFrame
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_FacialEMG
class HP::Omnicept::Messaging::Protobuf::proto_FacialEMG
: public pb::IMessage< proto_FacialEMG >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_FacialEMG
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} pbc::RepeatedField< double >
Values
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_FacialEMG
()
|
public inline
proto_FacialEMG
(
proto_FacialEMG
other)
|
public inline
proto_FacialEMG
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_FacialEMG
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_FacialEMG
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_FacialEMG
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} pbc::RepeatedField< double >
Values
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_FacialEMG
()
public inline
proto_FacialEMG
(
proto_FacialEMG
other)
public inline
proto_FacialEMG
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_FacialEMG
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_FacialEMG
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_FacialEMGFrame
class HP::Omnicept::Messaging::Protobuf::proto_FacialEMGFrame
: public pb::IMessage< proto_FacialEMGFrame >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_FacialEMGFrame
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} pbc::RepeatedField< global::HP.Omnicept.Messaging.Protobuf.proto_FacialEMG >
Data
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_FacialEMGFrame
()
|
public inline
proto_FacialEMGFrame
(
proto_FacialEMGFrame
other)
|
public inline
proto_FacialEMGFrame
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_FacialEMGFrame
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_FacialEMGFrame
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_FacialEMGFrame
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} pbc::RepeatedField< global::HP.Omnicept.Messaging.Protobuf.proto_FacialEMG >
Data
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_FacialEMGFrame
()
public inline
proto_FacialEMGFrame
(
proto_FacialEMGFrame
other)
public inline
proto_FacialEMGFrame
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_FacialEMGFrame
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_FacialEMGFrame
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_HeartRate
class HP::Omnicept::Messaging::Protobuf::proto_HeartRate
: public pb::IMessage< proto_HeartRate >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_HeartRate
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} uint
Rate
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_HeartRate
()
|
public inline
proto_HeartRate
(
proto_HeartRate
other)
|
public inline
proto_HeartRate
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_HeartRate
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_HeartRate
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_HeartRate
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} uint
Rate
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_HeartRate
()
public inline
proto_HeartRate
(
proto_HeartRate
other)
public inline
proto_HeartRate
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_HeartRate
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_HeartRate
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_HeartRateFrame
class HP::Omnicept::Messaging::Protobuf::proto_HeartRateFrame
: public pb::IMessage< proto_HeartRateFrame >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_HeartRateFrame
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} pbc::RepeatedField< global::HP.Omnicept.Messaging.Protobuf.proto_HeartRate >
Data
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_HeartRateFrame
()
|
public inline
proto_HeartRateFrame
(
proto_HeartRateFrame
other)
|
public inline
proto_HeartRateFrame
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_HeartRateFrame
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_HeartRateFrame
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_HeartRateFrame
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} pbc::RepeatedField< global::HP.Omnicept.Messaging.Protobuf.proto_HeartRate >
Data
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_HeartRateFrame
()
public inline
proto_HeartRateFrame
(
proto_HeartRateFrame
other)
public inline
proto_HeartRateFrame
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_HeartRateFrame
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_HeartRateFrame
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_HeartRateVariability
class HP::Omnicept::Messaging::Protobuf::proto_HeartRateVariability
: public pb::IMessage< proto_HeartRateVariability >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_HeartRateVariability
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} float
Sdnn
|
{property} float
Rmssd
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_HeartRateVariability
()
|
public inline
proto_HeartRateVariability
(
proto_HeartRateVariability
other)
|
public inline
proto_HeartRateVariability
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_HeartRateVariability
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_HeartRateVariability
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_HeartRateVariability
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} float
Sdnn
{property} float
Rmssd
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_HeartRateVariability
()
public inline
proto_HeartRateVariability
(
proto_HeartRateVariability
other)
public inline
proto_HeartRateVariability
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_HeartRateVariability
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_HeartRateVariability
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_ModuleControlSignal
class HP::Omnicept::Messaging::Protobuf::proto_ModuleControlSignal
: public pb::IMessage< proto_ModuleControlSignal >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_ModuleControlSignal
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_ModuleControlSignal.Types.ModuleSignal
Signal
|
public inline
proto_ModuleControlSignal
()
|
public inline
proto_ModuleControlSignal
(
proto_ModuleControlSignal
other)
|
public inline
proto_ModuleControlSignal
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_ModuleControlSignal
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_ModuleControlSignal
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_ModuleControlSignal
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} global::HP.Omnicept.Messaging.Protobuf.proto_ModuleControlSignal.Types.ModuleSignal
Signal
public inline
proto_ModuleControlSignal
()
public inline
proto_ModuleControlSignal
(
proto_ModuleControlSignal
other)
public inline
proto_ModuleControlSignal
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_ModuleControlSignal
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_ModuleControlSignal
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_nDimArrayFloat
class HP::Omnicept::Messaging::Protobuf::proto_nDimArrayFloat
: public pb::IMessage< proto_nDimArrayFloat >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_nDimArrayFloat
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} pbc::RepeatedField< int >
Shape
|
{property} pbc::RepeatedField< float >
ValuesFlat
|
public inline
proto_nDimArrayFloat
()
|
public inline
proto_nDimArrayFloat
(
proto_nDimArrayFloat
other)
|
public inline
proto_nDimArrayFloat
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_nDimArrayFloat
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_nDimArrayFloat
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_nDimArrayFloat
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} pbc::RepeatedField< int >
Shape
{property} pbc::RepeatedField< float >
ValuesFlat
public inline
proto_nDimArrayFloat
()
public inline
proto_nDimArrayFloat
(
proto_nDimArrayFloat
other)
public inline
proto_nDimArrayFloat
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_nDimArrayFloat
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_nDimArrayFloat
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_PackageDeclaration
class HP::Omnicept::Messaging::Protobuf::proto_PackageDeclaration
: public pb::IMessage< proto_PackageDeclaration >
Write a PackageDeclaration into your stream before writing a package. Packages do not contain declarations because the order of the data is not guaranteed.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_PackageDeclaration
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} uint
MessageType
| The unique number for message type of the message being declared
{property} uint
MessageVersion
| Could use a version declaration here too
{property} ulong
MessageLength
| The length of the message that follows
{property} string
Sender
| The sender where the message originated from
{property} string
Destination
| The chosen destination of the message, empty string for send to all
{property} global::HP.Omnicept.Messaging.Protobuf.proto_SensorInfo
SensorInfo
|
public inline
proto_PackageDeclaration
()
|
public inline
proto_PackageDeclaration
(
proto_PackageDeclaration
other)
|
public inline
proto_PackageDeclaration
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_PackageDeclaration
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_PackageDeclaration
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_PackageDeclaration
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} uint
MessageType
The unique number for message type of the message being declared
{property} uint
MessageVersion
Could use a version declaration here too
{property} ulong
MessageLength
The length of the message that follows
{property} string
Sender
The sender where the message originated from
{property} string
Destination
The chosen destination of the message, empty string for send to all
{property} global::HP.Omnicept.Messaging.Protobuf.proto_SensorInfo
SensorInfo
public inline
proto_PackageDeclaration
()
public inline
proto_PackageDeclaration
(
proto_PackageDeclaration
other)
public inline
proto_PackageDeclaration
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_PackageDeclaration
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_PackageDeclaration
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_PPG
class HP::Omnicept::Messaging::Protobuf::proto_PPG
: public pb::IMessage< proto_PPG >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_PPG
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} pbc::RepeatedField< uint >
Values
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_PPG
()
|
public inline
proto_PPG
(
proto_PPG
other)
|
public inline
proto_PPG
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_PPG
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_PPG
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_PPG
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} pbc::RepeatedField< uint >
Values
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_PPG
()
public inline
proto_PPG
(
proto_PPG
other)
public inline
proto_PPG
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_PPG
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_PPG
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_PPGFrame
class HP::Omnicept::Messaging::Protobuf::proto_PPGFrame
: public pb::IMessage< proto_PPGFrame >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_PPGFrame
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} pbc::RepeatedField< global::HP.Omnicept.Messaging.Protobuf.proto_PPG >
Data
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_PPGFrame
()
|
public inline
proto_PPGFrame
(
proto_PPGFrame
other)
|
public inline
proto_PPGFrame
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_PPGFrame
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_PPGFrame
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_PPGFrame
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} pbc::RepeatedField< global::HP.Omnicept.Messaging.Protobuf.proto_PPG >
Data
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_PPGFrame
()
public inline
proto_PPGFrame
(
proto_PPGFrame
other)
public inline
proto_PPGFrame
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_PPGFrame
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_PPGFrame
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_SceneColor
class HP::Omnicept::Messaging::Protobuf::proto_SceneColor
: public pb::IMessage< proto_SceneColor >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_SceneColor
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyeSceneColors
Left
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyeSceneColors
Right
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_SceneColor
()
|
public inline
proto_SceneColor
(
proto_SceneColor
other)
|
public inline
proto_SceneColor
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_SceneColor
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_SceneColor
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_SceneColor
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyeSceneColors
Left
{property} global::HP.Omnicept.Messaging.Protobuf.proto_EyeSceneColors
Right
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_SceneColor
()
public inline
proto_SceneColor
(
proto_SceneColor
other)
public inline
proto_SceneColor
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_SceneColor
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_SceneColor
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_SceneColorFrame
class HP::Omnicept::Messaging::Protobuf::proto_SceneColorFrame
: public pb::IMessage< proto_SceneColorFrame >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_SceneColorFrame
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} pbc::RepeatedField< global::HP.Omnicept.Messaging.Protobuf.proto_SceneColor >
Data
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_SceneColorFrame
()
|
public inline
proto_SceneColorFrame
(
proto_SceneColorFrame
other)
|
public inline
proto_SceneColorFrame
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_SceneColorFrame
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_SceneColorFrame
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_SceneColorFrame
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} pbc::RepeatedField< global::HP.Omnicept.Messaging.Protobuf.proto_SceneColor >
Data
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_SceneColorFrame
()
public inline
proto_SceneColorFrame
(
proto_SceneColorFrame
other)
public inline
proto_SceneColorFrame
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_SceneColorFrame
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_SceneColorFrame
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_SensorDeviceID
class HP::Omnicept::Messaging::Protobuf::proto_SensorDeviceID
: public pb::IMessage< proto_SensorDeviceID >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_SensorDeviceID
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} string
Id
| Tthe unique ID for the device producing this event
{property} string
SubId
| A module-defined field that allows the module to communicate identification for sensors beyond just the normal ID.
public inline
proto_SensorDeviceID
()
|
public inline
proto_SensorDeviceID
(
proto_SensorDeviceID
other)
|
public inline
proto_SensorDeviceID
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_SensorDeviceID
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_SensorDeviceID
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_SensorDeviceID
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} string
Id
Tthe unique ID for the device producing this event
{property} string
SubId
A module-defined field that allows the module to communicate identification for sensors beyond just the normal ID.
public inline
proto_SensorDeviceID
()
public inline
proto_SensorDeviceID
(
proto_SensorDeviceID
other)
public inline
proto_SensorDeviceID
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_SensorDeviceID
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_SensorDeviceID
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_SensorInfo
class HP::Omnicept::Messaging::Protobuf::proto_SensorInfo
: public pb::IMessage< proto_SensorInfo >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_SensorInfo
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_SensorDeviceID
DeviceId
|
{property} string
Location
| Where on the body the sensor is located
public inline
proto_SensorInfo
()
|
public inline
proto_SensorInfo
(
proto_SensorInfo
other)
|
public inline
proto_SensorInfo
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_SensorInfo
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_SensorInfo
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_SensorInfo
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} global::HP.Omnicept.Messaging.Protobuf.proto_SensorDeviceID
DeviceId
{property} string
Location
Where on the body the sensor is located
public inline
proto_SensorInfo
()
public inline
proto_SensorInfo
(
proto_SensorInfo
other)
public inline
proto_SensorInfo
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_SensorInfo
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_SensorInfo
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_SessionControlSignal
class HP::Omnicept::Messaging::Protobuf::proto_SessionControlSignal
: public pb::IMessage< proto_SessionControlSignal >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_SessionControlSignal
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_SessionControlSignal.Types.SessionSignal
Signal
|
{property} string
ConnectionName
|
{property} string
ConnectionId
|
{property} string
EndpointUuid
|
{property} string
EndpointUri
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_SessionControlSignal.Types.Protocol
Protocol
|
{property} string
ReasonForRejection
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_SessionControlSignal.Types.SessionLicense
SessionLicense
|
public inline
proto_SessionControlSignal
()
|
public inline
proto_SessionControlSignal
(
proto_SessionControlSignal
other)
|
public inline
proto_SessionControlSignal
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_SessionControlSignal
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_SessionControlSignal
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_SessionControlSignal
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} global::HP.Omnicept.Messaging.Protobuf.proto_SessionControlSignal.Types.SessionSignal
Signal
{property} string
ConnectionName
{property} string
ConnectionId
{property} string
EndpointUuid
{property} string
EndpointUri
{property} global::HP.Omnicept.Messaging.Protobuf.proto_SessionControlSignal.Types.Protocol
Protocol
{property} string
ReasonForRejection
{property} global::HP.Omnicept.Messaging.Protobuf.proto_SessionControlSignal.Types.SessionLicense
SessionLicense
public inline
proto_SessionControlSignal
()
public inline
proto_SessionControlSignal
(
proto_SessionControlSignal
other)
public inline
proto_SessionControlSignal
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_SessionControlSignal
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_SessionControlSignal
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_Subscription
class HP::Omnicept::Messaging::Protobuf::proto_Subscription
: public pb::IMessage< proto_Subscription >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_Subscription
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} uint
MessageType
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_SensorInfo
SensorInfo
|
{property} string
Sender
|
public inline
proto_Subscription
()
|
public inline
proto_Subscription
(
proto_Subscription
other)
|
public inline
proto_Subscription
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_Subscription
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_Subscription
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_Subscription
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} uint
MessageType
{property} global::HP.Omnicept.Messaging.Protobuf.proto_SensorInfo
SensorInfo
{property} string
Sender
public inline
proto_Subscription
()
public inline
proto_Subscription
(
proto_Subscription
other)
public inline
proto_Subscription
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_Subscription
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_Subscription
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_SubscriptionList
class HP::Omnicept::Messaging::Protobuf::proto_SubscriptionList
: public pb::IMessage< proto_SubscriptionList >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_SubscriptionList
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} pbc::RepeatedField< global::HP.Omnicept.Messaging.Protobuf.proto_Subscription >
Subscriptions
|
public inline
proto_SubscriptionList
()
|
public inline
proto_SubscriptionList
(
proto_SubscriptionList
other)
|
public inline
proto_SubscriptionList
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_SubscriptionList
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_SubscriptionList
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_SubscriptionList
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} pbc::RepeatedField< global::HP.Omnicept.Messaging.Protobuf.proto_Subscription >
Subscriptions
public inline
proto_SubscriptionList
()
public inline
proto_SubscriptionList
(
proto_SubscriptionList
other)
public inline
proto_SubscriptionList
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_SubscriptionList
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_SubscriptionList
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_Sync
class HP::Omnicept::Messaging::Protobuf::proto_Sync
: public pb::IMessage< proto_Sync >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_Sync
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} uint
Count
|
public inline
proto_Sync
()
|
public inline
proto_Sync
(
proto_Sync
other)
|
public inline
proto_Sync
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_Sync
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_Sync
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_Sync
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} uint
Count
public inline
proto_Sync
()
public inline
proto_Sync
(
proto_Sync
other)
public inline
proto_Sync
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_Sync
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_Sync
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_TestPackage
class HP::Omnicept::Messaging::Protobuf::proto_TestPackage
: public pb::IMessage< proto_TestPackage >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_TestPackage
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} pbc::RepeatedField< uint >
Collection
| Used for vector testing
public inline
proto_TestPackage
()
|
public inline
proto_TestPackage
(
proto_TestPackage
other)
|
public inline
proto_TestPackage
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_TestPackage
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_TestPackage
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_TestPackage
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} pbc::RepeatedField< uint >
Collection
Used for vector testing
public inline
proto_TestPackage
()
public inline
proto_TestPackage
(
proto_TestPackage
other)
public inline
proto_TestPackage
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_TestPackage
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_TestPackage
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_Timestamp
class HP::Omnicept::Messaging::Protobuf::proto_Timestamp
: public pb::IMessage< proto_Timestamp >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_Timestamp
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property}
global::Google.Protobuf.WellKnownTypes.Timestamp
SystemTime
|
{property}
global::Google.Protobuf.WellKnownTypes.Timestamp
HardwareTime
|
public inline
proto_Timestamp
()
|
public inline
proto_Timestamp
(
proto_Timestamp
other)
|
public inline
proto_Timestamp
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_Timestamp
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_Timestamp
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_Timestamp
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property}
global::Google.Protobuf.WellKnownTypes.Timestamp
SystemTime
{property}
global::Google.Protobuf.WellKnownTypes.Timestamp
HardwareTime
public inline
proto_Timestamp
()
public inline
proto_Timestamp
(
proto_Timestamp
other)
public inline
proto_Timestamp
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_Timestamp
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_Timestamp
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_VSync
class HP::Omnicept::Messaging::Protobuf::proto_VSync
: public pb::IMessage< proto_VSync >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
proto_VSync
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
|
public inline
proto_VSync
()
|
public inline
proto_VSync
(
proto_VSync
other)
|
public inline
proto_VSync
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
proto_VSync
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
proto_VSync
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
proto_VSync
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} global::HP.Omnicept.Messaging.Protobuf.proto_Timestamp
Timestamp
public inline
proto_VSync
()
public inline
proto_VSync
(
proto_VSync
other)
public inline
proto_VSync
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
proto_VSync
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
proto_VSync
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::ProtobufAdapterRegistry
class HP::Omnicept::Messaging::Protobuf::ProtobufAdapterRegistry
: public HP.Omnicept.Messaging.Protobuf.IAdapterRegistry
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
ProtobufAdapterRegistry
()
|
public inline IMessage
Transform< T >
(object obj)
| Transforms a Domain Type (obj) in to a protobuf type
public inline T
Transform< T >
(IMessage obj)
| Transforms a protobuf type in to a DomainType
public inline IMessage
Deserialize
(uint type,Stream stream)
|
public inline T
Deserialize< T >
(uint type,Stream stream)
| Creates the protobuf type, T, from the type and stream provided.
public inline void
Serialize
(IMessage obj,Stream stream)
| Serializes a protobuf object to a stream
public inline uint
GetMessageType< T >
()
| Returns the ABI message type for T
Members
public inline
ProtobufAdapterRegistry
()
public inline IMessage
Transform< T >
(object obj)
Transforms a Domain Type (obj) in to a protobuf type
Parameters
-
T
The type of the object provided
Parameters
-
obj
The object to transform
Returns
A protobuf representation of the object probided
public inline T
Transform< T >
(IMessage obj)
Transforms a protobuf type in to a DomainType
Parameters
-
T
The type of the object to return
Parameters
-
obj
The object to transform
Returns
A DomainType representation of the protobuf object provided
public inline IMessage
Deserialize
(uint type,Stream stream)
public inline T
Deserialize< T >
(uint type,Stream stream)
Creates the protobuf type, T, from the type and stream provided.
Parameters
-
T
The type of the object to return
Parameters
-
type
the ABI message type of the expected protobuf type
The stream that contains the data type to deserialize
Returns
A deserialized protobuf object
public inline void
Serialize
(IMessage obj,Stream stream)
Serializes a protobuf object to a stream
Parameters
-
obj
The object to serialize -
stream
The stream to serialize to
public inline uint
GetMessageType< T >
()
Returns the ABI message type for T
class HP::Omnicept::Messaging::Protobuf::ProtobufMessageFactory
class HP::Omnicept::Messaging::Protobuf::ProtobufMessageFactory
: public HP.Omnicept.Messaging.IMessageFactory
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
ProtobufMessageFactory
(string signature,uint version,
IAdapterRegistry
registry)
|
public inline
ProtobufMessageFactory
(string signature,uint version)
|
public inline
TransportMessage
CreateMessage< T >
(T body,string destination)
| Constructs a message for the object provided.
public inline
TransportMessage
ParseMessage
(ref byte[] message)
| Reads a prior byte[] from the transport layer and creates a Transport message with a deserialized header.
public inline T
BuildMessage< T >
(
TransportMessage
message)
| Takes a transport message and deserializes the body in to the type provided
Members
public inline
ProtobufMessageFactory
(string signature,uint version,
IAdapterRegistry
registry)
public inline
ProtobufMessageFactory
(string signature,uint version)
public inline
TransportMessage
CreateMessage< T >
(T body,string destination)
Constructs a message for the object provided.
Parameters
-
T
Type of body
Parameters
-
body
The object to serialize
Returns
A transport message with properly constructed and serialized header and body.
public inline
TransportMessage
ParseMessage
(ref byte[] message)
Reads a prior byte[] from the transport layer and creates a Transport message with a deserialized header.
Parameters
-
message
Returns
TransportMessage with a valid, deserialized header and a serialized body
public inline T
BuildMessage< T >
(
TransportMessage
message)
Takes a transport message and deserializes the body in to the type provided
Parameters
-
T
The type contained in the message's body. Determined by the TransportMessage.Header.MessageType property
Parameters
-
message
The message to deserialize the body of.
Returns
Deserialized body of message
class HP::Omnicept::Messaging::Protobuf::ProtobufUtility
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::SceneColorExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::SceneColorFrameExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::SceneColorFrameProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::SceneColorFrameProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::SceneColorProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::SceneColorProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::SceneColorReflection
Holder for reflection information generated from SceneColor.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for SceneColor.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for SceneColor.proto
class HP::Omnicept::Messaging::Protobuf::SensorDeviceIdExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::SensorInfoExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::SensorInfoReflection
Holder for reflection information generated from SensorInfo.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for SensorInfo.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for SensorInfo.proto
class HP::Omnicept::Messaging::Protobuf::SessionControlSignalExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::SessionControlSignalProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::SessionControlSignalProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::SessionControlSignalReflection
Holder for reflection information generated from SessionControlSignal.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for SessionControlSignal.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for SessionControlSignal.proto
class HP::Omnicept::Messaging::Protobuf::SubscriptionExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::SubscriptionListExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::SubscriptionListProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::SubscriptionListProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::SubscriptionReflection
Holder for reflection information generated from Subscription.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for Subscription.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for Subscription.proto
class HP::Omnicept::Messaging::Protobuf::SyncExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::SyncProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::SyncProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::SyncReflection
Holder for reflection information generated from Sync.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for Sync.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for Sync.proto
class HP::Omnicept::Messaging::Protobuf::TestPackageExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::TestPackageProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::TestPackageProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::TestPackageReflection
Holder for reflection information generated from TestPackage.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for TestPackage.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for TestPackage.proto
class HP::Omnicept::Messaging::Protobuf::TimestampExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::TimestampReflection
Holder for reflection information generated from Timestamp.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for Timestamp.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for Timestamp.proto
class HP::Omnicept::Messaging::Protobuf::VSyncExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::VSyncProtobufAdapter
class HP::Omnicept::Messaging::Protobuf::VSyncProtobufAdapter
: public HP.Omnicept.Messaging.Protobuf.ISerializerAdapter
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} Type
DomainType
|
{property} Type
ProtobufType
|
{property} uint
MessageType
|
public inline IMessage
TransformType
(object obj)
| Changes from DomainType to Protobuf type
public inline object
TransformType
(IMessage obj)
| Changes from Protobuf type to DomainType
Members
{property} Type
DomainType
{property} Type
ProtobufType
{property} uint
MessageType
public inline IMessage
TransformType
(object obj)
Changes from DomainType to Protobuf type
Parameters
-
obj
DomainType to transform
Returns
Protobuf type with data from domain type
public inline object
TransformType
(IMessage obj)
Changes from Protobuf type to DomainType
Parameters
-
obj
Protobuf type to transform
Returns
Domain type with data from protobuf type
class HP::Omnicept::Messaging::Protobuf::VSyncReflection
Holder for reflection information generated from VSync.proto
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pbr::FileDescriptor
Descriptor
| File descriptor for VSync.proto
Members
{property} pbr::FileDescriptor
Descriptor
File descriptor for VSync.proto
class HP::Omnicept::Messaging::Protobuf::WhichEyeExtensions
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
namespace HP::Omnicept::Messaging::Zmq
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
class
HP::Omnicept::Messaging::Zmq::BaseZmqMonitoredSocket
|
class
HP::Omnicept::Messaging::Zmq::ZmqMonitoredInSocket
|
class
HP::Omnicept::Messaging::Zmq::ZmqSocket
| Encapsulation of ZmqSocket
class HP::Omnicept::Messaging::Zmq::BaseZmqMonitoredSocket
class HP::Omnicept::Messaging::Zmq::BaseZmqMonitoredSocket
: public IDisposable
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline void
Dispose
()
|
Members
public inline void
Dispose
()
class HP::Omnicept::Messaging::Zmq::ZmqMonitoredInSocket
class HP::Omnicept::Messaging::Zmq::ZmqMonitoredInSocket
: public HP.Omnicept.Messaging.Zmq.BaseZmqMonitoredSocket
: public HP.Omnicept.Messaging.IInboundTransport
: public IDisposable
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
ZmqMonitoredInSocket
(string uri)
|
public inline byte[]
Receive
()
| Receive a message (blocking)
public inline byte[]
Receive
(int timeoutMilliseconds)
| Receive a message (with timeout)
public inline void
Close
()
| Terminates the inbound connection
public inline new void
Dispose
()
|
Members
public inline
ZmqMonitoredInSocket
(string uri)
public inline byte[]
Receive
()
Receive a message (blocking)
Returns
The message received
public inline byte[]
Receive
(int timeoutMilliseconds)
Receive a message (with timeout)
Parameters
-
timeoutMilliseconds
how long to wait before returning empty/null message
Returns
The message received, or empty/null if timeout was hit
public inline void
Close
()
Terminates the inbound connection
Returns
public inline new void
Dispose
()
class HP::Omnicept::Messaging::Zmq::ZmqSocket
class HP::Omnicept::Messaging::Zmq::ZmqSocket
: public HP.Omnicept.Messaging.IInboundTransport
: public HP.Omnicept.Messaging.IOutboundTransport
: public IDisposable
Encapsulation of ZmqSocket
Parameters
-
T
The socket type for this connection
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
ZmqSocket
(string uri)
|
public inline byte[]
Receive
()
| Receive a message (blocking)
public inline byte[]
Receive
(int timeoutMilliseconds)
| Receive a message (with timeout)
public inline void
Send
(byte[] message,int size)
| Send a message
public inline void
Close
()
| Terminates the inbound connection
public inline void
Dispose
()
|
Members
public inline
ZmqSocket
(string uri)
public inline byte[]
Receive
()
Receive a message (blocking)
Returns
The message received
public inline byte[]
Receive
(int timeoutMilliseconds)
Receive a message (with timeout)
Parameters
-
timeoutMilliseconds
how long to wait before returning empty/null message
Returns
The message received, or empty/null if timeout was hit
public inline void
Send
(byte[] message,int size)
Send a message
Parameters
-
message
The message to send -
size
The size of the message
public inline void
Close
()
Terminates the inbound connection
Returns
public inline void
Dispose
()
class HP::Omnicept::Messaging::Channel::ChannelBuilder
class HP::Omnicept::Messaging::Channel::ChannelBuilder
: public IDisposable
Builder for Channels. Transforms a IChannelConfig in to a channel.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public inline
ChannelBuilder
(
IChannelProtocol
protocol)
| Constructs a channel with the provided configuration.
public inline
Channel
Build
()
|
public inline void
Dispose
()
|
Members
public inline
ChannelBuilder
(
IChannelProtocol
protocol)
Constructs a channel with the provided configuration.
Parameters
-
protocol
The configuration parameters for the channel
Returns
A constructed and connected channel
public inline
Channel
Build
()
public inline void
Dispose
()
class HP::Omnicept::Glia::GliaRegistry
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
class HP::Omnicept::Messaging::Protobuf::proto_SessionControlSignal::Types::SessionLicense
class HP::Omnicept::Messaging::Protobuf::proto_SessionControlSignal::Types::SessionLicense
: public pb::IMessage< SessionLicense >
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
{property} pb::MessageParser<
SessionLicense
>
Parser
|
{property} pbr::MessageDescriptor
Descriptor
|
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
|
{property} string
ClientId
|
{property} string
AccessKey
|
{property} global::HP.Omnicept.Messaging.Protobuf.proto_SessionControlSignal.Types.LicensingModel
RequestedLicense
|
{property} bool
IsRunningInEditor
|
public inline
SessionLicense
()
|
public inline
SessionLicense
(
SessionLicense
other)
|
public inline
SessionLicense
Clone
()
|
public inline override bool
Equals
(object other)
|
public inline bool
Equals
(
SessionLicense
other)
|
public inline override int
GetHashCode
()
|
public inline override string
ToString
()
|
public inline void
WriteTo
(pb::CodedOutputStream output)
|
public inline int
CalculateSize
()
|
public inline void
MergeFrom
(
SessionLicense
other)
|
public inline void
MergeFrom
(pb::CodedInputStream input)
|
Members
{property} pb::MessageParser<
SessionLicense
>
Parser
{property} pbr::MessageDescriptor
Descriptor
{property} pbr::MessageDescriptor pb::IMessage.
Descriptor
{property} string
ClientId
{property} string
AccessKey
{property} global::HP.Omnicept.Messaging.Protobuf.proto_SessionControlSignal.Types.LicensingModel
RequestedLicense
{property} bool
IsRunningInEditor
public inline
SessionLicense
()
public inline
SessionLicense
(
SessionLicense
other)
public inline
SessionLicense
Clone
()
public inline override bool
Equals
(object other)
public inline bool
Equals
(
SessionLicense
other)
public inline override int
GetHashCode
()
public inline override string
ToString
()
public inline void
WriteTo
(pb::CodedOutputStream output)
public inline int
CalculateSize
()
public inline void
MergeFrom
(
SessionLicense
other)
public inline void
MergeFrom
(pb::CodedInputStream input)
class HP::Omnicept::Messaging::Protobuf::proto_ConnectionStatusSignal::Types
Container for nested types declared in the proto_ConnectionStatusSignal message type.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
enum
ConnectionStatus
|
Members
enum
ConnectionStatus
Values | Descriptions
--------------------------------|---------------------------------------------
Invalid |
Connected |
Disconnected |
class HP::Omnicept::Messaging::Protobuf::proto_BiovaultAction::Types
Container for nested types declared in the proto_BiovaultAction message type.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
enum
BiovaultActionType
|
Members
enum
BiovaultActionType
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown |
StartRecording |
StopRecording |
class HP::Omnicept::Messaging::Protobuf::proto_SessionControlSignal::Types
Container for nested types declared in the proto_SessionControlSignal message type.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
enum
SessionSignal
|
enum
Protocol
|
enum
LicensingModel
|
Members
enum
SessionSignal
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown |
Connect |
Accept |
LicenseRequestValidation |
LicenseAcceptValidation |
Reject |
ClientReady |
Finalize |
enum
Protocol
Values | Descriptions
--------------------------------|---------------------------------------------
UnknownHandshake |
PubsubHandshake |
PairHandshake |
enum
LicensingModel
Values | Descriptions
--------------------------------|---------------------------------------------
UnknownLicense |
Core |
Trial |
Enterprise |
RevShare |
class HP::Omnicept::Messaging::Protobuf::proto_ConnectionInfo::Types
Container for nested types declared in the proto_ConnectionInfo message type.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
enum
ConnectionType
|
Members
enum
ConnectionType
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown |
Client |
Module |
class HP::Glia::Messaging::Protobuf::proto_AarSessionControlSignal::Types
Container for nested types declared in the proto_AarSessionControlSignal message type.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
enum
Status
|
Members
enum
Status
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown |
RequestStart |
Ready |
End |
Exception |
RequestEnd |
class HP::Omnicept::Messaging::Protobuf::proto_BiovaultResult::Types
Container for nested types declared in the proto_BiovaultResult message type.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
enum
BiovaultResultType
|
enum
BiovaultResultErrorType
|
Members
enum
BiovaultResultType
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown |
RecordingStarted |
RecordingRejected |
RecordingStopped |
RecordingError |
enum
BiovaultResultErrorType
Values | Descriptions
--------------------------------|---------------------------------------------
UnknownError |
None |
InvalidLicenseError |
ConnectionLostError |
class HP::Omnicept::Messaging::Protobuf::proto_ModuleControlSignal::Types
Container for nested types declared in the proto_ModuleControlSignal message type.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
enum
ModuleSignal
|
Members
enum
ModuleSignal
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown |
Ready |
Stop |
class HP::Omnicept::Messaging::Protobuf::proto_CognitiveLoadInputFeature::Types
Container for nested types declared in the proto_CognitiveLoadInputFeature message type.
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
enum
TargetModel
|
Members
enum
TargetModel
Values | Descriptions
--------------------------------|---------------------------------------------
Unknown |
EyeTracking |
EyeTrackingPpg |
class HP::Omnicept::Messaging::Messages::ConnectionIdentifier::UuidValidator
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
Members
struct HP::Omnicept::Messaging::Messages::ConnectionParameter::ConnectionType
Summary
Members | Descriptions
--------------------------------|---------------------------------------------
public
ConnectionLayer
Connection
|
public
ChannelRole
Role
|
public
ProcessLayer
Process
|
public
TransportLayer
Transport
|
public
SerializationLayer
Serialization
|
public inline
ConnectionType
(
ConnectionLayer
connection,
ChannelRole
role,
ProcessLayer
process,
TransportLayer
transport,
SerializationLayer
serialization)
|
public inline override string
ToString
()
|