VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrftasks
setSyncLaserCode.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrftasks/vrftasksDefines.h
"
14
#include "
vrfutil/rwString.h
"
15
#include "
vrftasks/setDataRequest.h
"
16
21
class
DT_DLL_vrftasks
DtSetSyncLaserCode
:
public
DtSetDataRequest
22
{
23
public
:
24
26
DtSetSyncLaserCode
();
27
30
DtSetSyncLaserCode
(
const
DtString
& writeName,
31
DtReaderWriterRegistry
* parentRegistry = 0);
32
34
DtSetSyncLaserCode
(
const
DtString
& writeName,
const
DtSetSyncLaserCode
&
35
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
36
38
const
DtSetSyncLaserCode
&
operator=
(
const
DtSetSyncLaserCode
& orig);
39
40
virtual
~
DtSetSyncLaserCode
();
41
43
virtual
const
DtSetMessageType
&
type
()
const
;
44
46
virtual
DtSetDataRequest
*
clone
(
const
DtString
& name,
47
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
48
50
virtual
DtString
stringRep
()
const
;
51
54
55
virtual
DtString
entityName()
const
;
56
virtual
void
setEntityName(
const
DtString
& name);
58
61
virtual
int
netRepSize
()
const
;
62
64
virtual
DtBoolean
setFromNet
(
const
char
* contentBuffer,
65
unsigned
contentSize);
66
69
virtual
DtBoolean
setToNet
();
70
71
static
DtSetDataRequest
* creator();
72
73
protected
:
74
75
DtRwObjectName
myEntityName
;
76
77
};
78
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)